NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
pasglop
Dec 10, 2010Aspirant
phpmyadmin add-on which username and password ?
Hi Sorry , I didn't find the answer to this , I am using : ReadyNas NVX Raidator 4.2.15 MysqlOn 1.0 PHP5GD by superpoussin v1.1 PHPMyAdmin 2.3 When I click on Launch PhpmyAdmin I have a Bie...
WhoCares_
Oct 03, 2011Mentor
This sounds like a setup problem, really.
There are some things to consider first: Is your (obviously local) MySQL server actually up and running? On the ReadyNAS MySQL isn't started by default but rather is either activated by add-ons that need it or manually using the "MySQL On" add-on which can be found in the Community Add-ons section.
Next thing is that on the ReadyNAS the default password for the "root" MySQL user is empty. PhpMyAdmin by default prevents logins using empty passwords for security reasons. To change this, you have to set the "Allow empty passwords" checkbox while configuring your MySQL server. This is done on the third tab on the configuration screen when using the "Configure PhpMyAdmin" link from the installed add-ons list.
Lastly on the ReadyNAS MySQL is configured to not use any TCP/IP connections at all. Thus you have to communicate with the server using a socket connection. Unfortunately the socket on the ReadyNAS is not in the standard location /tmp/mysqld.sock but rather in /var/run/mysqld/mysqld.sock. Thus you have to tell PhpMyAdmin the location of the socket on the first tab of the server config screen of PhpMyAdmin.
-Stefan
There are some things to consider first: Is your (obviously local) MySQL server actually up and running? On the ReadyNAS MySQL isn't started by default but rather is either activated by add-ons that need it or manually using the "MySQL On" add-on which can be found in the Community Add-ons section.
Next thing is that on the ReadyNAS the default password for the "root" MySQL user is empty. PhpMyAdmin by default prevents logins using empty passwords for security reasons. To change this, you have to set the "Allow empty passwords" checkbox while configuring your MySQL server. This is done on the third tab on the configuration screen when using the "Configure PhpMyAdmin" link from the installed add-ons list.
Lastly on the ReadyNAS MySQL is configured to not use any TCP/IP connections at all. Thus you have to communicate with the server using a socket connection. Unfortunately the socket on the ReadyNAS is not in the standard location /tmp/mysqld.sock but rather in /var/run/mysqld/mysqld.sock. Thus you have to tell PhpMyAdmin the location of the socket on the first tab of the server config screen of PhpMyAdmin.
-Stefan
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!