I using the /usr/local/directadmin/scripts/mysql.sh to install mysqld in my DA
Here is my following installation,
mysql.sh abc dauser abc
Q1) Is it mean the root password is abc?
Q2) Is it mean the dauser password is abc?
I using mysql -u root -p and type abc for the password, it can normally entering mysql
But when I using a Internet Explorer, I try to entering
http://www.servername.com/phpmyadmin
The IE prompt me to entering username and password
But it can to using the root and abc to entering it
I try to edit the phpmyadmin/config.inc.php and change the auth_type from "http" to "config", and reconnet the IE, it having this information:
#2002 - Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
I using netstat -tnl and found Port 3306 is already started
and cat /var/lib/mysql/server.servername.err, I found it normally running
Any suggestion for me for reference? Thanks for reply
Here is my following installation,
mysql.sh abc dauser abc
Q1) Is it mean the root password is abc?
Q2) Is it mean the dauser password is abc?
I using mysql -u root -p and type abc for the password, it can normally entering mysql
But when I using a Internet Explorer, I try to entering
http://www.servername.com/phpmyadmin
The IE prompt me to entering username and password
But it can to using the root and abc to entering it
I try to edit the phpmyadmin/config.inc.php and change the auth_type from "http" to "config", and reconnet the IE, it having this information:
#2002 - Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
I using netstat -tnl and found Port 3306 is already started
and cat /var/lib/mysql/server.servername.err, I found it normally running
Any suggestion for me for reference? Thanks for reply