Gannater János wrote:
I am trying to use Horde.
When I execute this command:
mysql --user=root --password=pass < mysql_create.sql
The following error comes up:
ERROR 2002: Can't connect to local MySQL server through
socket '/tmp/mysql.sock' (2)
What could be the problem? How can I fix it?
Can you verify that the MySQL server is running?
sockstat | grep mysql
Does that command show mysqld listening on /tmp/mysql.sock?
If not, start your MySQL server. Use the safe_mysqld script
or restart your system and let the startup script handle it
automatically. If neither of those works, verify that you
have the MySQL server properly installed and configured.
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message