Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with MySql installation

Status
Not open for further replies.

tempsup

MIS
Sep 10, 2003
26
0
0
GB
Hi, I keep getting this error when trying to install the binary version on the solaris system.

"bin/mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!"

Can anyone please help?? Thanks..
 
Usually happens if the mysql user does not have access to write to /tmp
You can change the location of the socket file so that the user can create & delete.
Be careful not give access to everyone as anyone could crash your database
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top