Re: mysql
Honza Horak <[email protected]> Mon, 26 Aug 2013 13:45:45 +0200
| Newsgroups | gmane.comp.db.mysql.odbc |
|---|---|
| Message-ID | <[email protected]> |
On 08/26/2013 10:27 AM, Lebogang Maloisane wrote: > good day sir i hope you are well i am having this problem connecting to MySQL: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) > i don't know what is the problem because i checked if MySQL is installed and yes it is installed i can even locate MySQL tables but when i checked all software that are installed on the server mysql is there java is there but i could not see MySQL connector could this problem:Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) b e the issue of connector ting to MySQL > be the issue please reply help > > regards > > Lebogang maloisane Hi Lebogang, it seems that you have installed mysql but not started. First, ensure you have installed not only client but also the server part (it is usually a package named similar to mysql-server on Linux systems). Then ensure you've started the installed daemon (service). The way how to start the mysqld daemon differs on various systems so if you don't know, let us know what your system is. Regards, Honza -- MySQL ODBC Mailing List For list archives: http://lists.mysql.com/myodbc To unsubscribe: http://lists.mysql.com/myodbc