Hello

both work in command line :

step 1 => $ mysql5 -u root --socket=/opt/local/var/run/mysql5/mysqld.sock

step 2 => $ mysql5 -u root -p

I am trying now to use phpmyadmin on it and I am getting the following :

Error
#2002 - The server is not responding (or the local MySQL server's socket is
not correctly configured)

do I need to set some other parameter on :
sudo -u _mysql mysqld_safe5 &

?

before running step 1 or 2 ....

Regards



I have restarted apache after step 1

2012/1/17 Lawrence Velázquez <[email protected]>

> On Jan 17, 2012, at 1:09 p.m., Érico wrote:
>
> > Hi
> >
> > like this ?
> > ericomtx$ mysql5 -u root -D client_test_db
> > ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
> password: NO)
>
> What about if you try this:
>
> $ mysql5 -u root --socket=/opt/local/var/run/mysql5/mysqld.sock
>
> vq
_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to