Hi erwin, mungkin pake doc techical supportnya dr Mysql sendiri lebih jelas : http://www.mysql.com/doc/C/a/Can_not_connect_to_server.html
tapi rasanya punya kamu itu :' safe_mysqld &' langsung quit yah ? (coba di cek ps aux | grep mysqld ) coba cara ini : ----------------------------------------------------------------------- You can change the place where MySQL uses / puts the socket file the following ways: Specify the path in a global or local option file. For example, put in /etc/my.cnf: [client] socket=path-for-socket-file [mysqld] socket=path-for-socket-file Specifying this on the command line to safe_mysqld and most clients with the --socket=path-for-socket-file option. Specify the path to the socket in the MYSQL_UNIX_PORT environment variable. Defining the path with the configure option --with-unix-socket-path=path-for-socket-file. You can test that the socket works with this command: shell> mysqladmin --socket=/path/to/socket version for more details check mysql website http://www.mysql.com. ----------------------------------------------------------------------- -- Best regards, adwin -- Best regards, adwin mailto:[EMAIL PROTECTED] -- Utk berhenti langganan, kirim email ke [EMAIL PROTECTED] Informasi arsip di http://www.linux.or.id/milis.php3

