Mysql problem

10/01/2011 22:10 ~WalGaη#1
Hey zusammen was heißst das und wie kann ich das beheben:?

/usr/local/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' ( '
Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!
freebsd# /usr/local/bin/mysqladmin -u root *Password*
/usr/local/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' ( '
Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!
10/01/2011 22:14 Seele™#2
Quote:
Originally Posted by Simulator™ View Post
Hey zusammen was heißst das und wie kann ich das beheben:?

/usr/local/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' ( '
Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!
freebsd# /usr/local/bin/mysqladmin -u root *Password*
/usr/local/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' ( '
Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!
cd /usr/ports/databases/mysql50-server #oder halt was du für eine version hast

make deinstall && make clean && make distclean

dann

cd /usr/ports/databases/mysql50-client #oder halt was du für eine version hast

make deinstall && make clean && make distclean

und dann halt wieder installieren tut mir leid das ich das nicht in Php Code gemacht habe aber bin nicht gut gelaunt :)



Musst wieder deinstallieren du hast einen Schritt in der Installation vergessen
10/01/2011 22:16 ~WalGaη#3
Oke :D