NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
theindustry
Dec 16, 2010Aspirant
Connecting to mySQL on the Duo?
Hi everyone, After reading on about how to connect to mySQL on the DUO, I tried the following, which throws the below shown output: #mysql -u admin -p ERROR 2002 (HY000): Can't connect to local ...
sphardy1
May 12, 2011Apprentice
For security mysql is configured so that it can only be accessed from 127.0.0.1 - ie only applications running on the NAS itself can access mysql.
You can change this behaviour by adding:
to your command line, which will enable mysql to bind to whatever address the Duo has
You can change this behaviour by adding:
--bind-address='0.0.0.0'
to your command line, which will enable mysql to bind to whatever address the Duo has
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!