Cannot running phpmyadmin

rainfile

Verified User
Joined
Jul 27, 2004
Messages
21
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
 
I'm experiencing exactly the same problem... sitting here right now in the data centre trying to figure it all out.

It seems there is a bug in the mysql.sh install script - line 119 (unexpected fi). I've tried modifing it and it seems to install but it just will not start on FreeBSD 4.10.

Plllllsssss help!!
 
I try to reinstall the mysql and phpmyadmin and running the /scripts/mysql.sh and phpmyadmin.sh from /usr/local/directadmin/scripts/

And this time, I can login from the shell mode either using root and da_admin

But when I using the http://hostname/phpmyadmin, it also occurs error

I also try to find the previous post in here, somebody suppose using 127.0.0.1 instead of hostname of phpmyadmin, I also try it before.

Is it means that I need to reinstall the linux or DA?
 
Back
Top