server through socket
} '/tmp/mysql.sock' (111)'
} Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!
Looks like the error message is pretty clear - mysqld is not running.
MySQL is a client/server application - there is a server that needs to
run, and
On Fri, 15 Nov 2002, Edwin Raj wrote:
} [root@edwinraj bin]# /usr/local/mysql/bin/mysqladmin -u root password
} 'simple'
} /usr/local/mysql/bin/mysqladmin: connect to server at 'localhost' failed
} error: 'Can't connect to local MySQL server through socket
}
't connect to local MySQL server through socket
'/tmp/mysql.sock' (111)'
Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!
Edwin Raj wrote:
Hello Friends,
I have installed mysql version 3.23.52 binary file. The installation
went well without an
Hello Friends,
I have installed mysql version 3.23.52 binary file. The installation
went well without any errors but when I type mysql in the command prompt
I get this error. Can someone help me fix this. Am using red hat 6.2 version
Rgds
Edwin
---
sarahana schrieb am Freitag, 3. August 2001, 03:07:31:
> If mysql is shown when runnnig phpinfo() - does it mean that its installed,
> and if yes, why this error?
this only shows that php is compiled with mysql support.
> thanks, what needs to ben done?
I assume you work under win.
You need t
Warning: Can't connect to local MySQL server through socket
> '/tmp/mysql.sock' (111)
>
> thanks.
>
>
>
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
htt
I've had this happen (" Can't connect to local MySQL server") at the
command line when I forgot to specify a host, so mysql assumes localhost.
Check your host argument.
On Thu, 2 Aug 2001, sarahana wrote:
> If mysql is shown when runnnig phpinfo() - does it mean that its installed,
> and if yes