Can't change dir to ... (Errcode: 2) Posted by:Brian Riordan Date: August 09, 2009 03:54PM I'm attempting to run MySQL on Windows XP for the first time. I tried to do one of the post-installation checks: C:\Program Files\MySQL\MySQL Server 5.1\bin> mysqld --console...
Go to /etc/my.cnf and change/add the lines: [mysqld] datadir=/var/lib/mysql socket=/tmp/mysql.sock [client] socket=/tmp/mysql.sock This way the client and server use the same socket and it's in a public directory. This solves my MySql problems 98% of the time. ...
- tryed to change the port (to 3307 and 3309) - tryed to rename the service (MySQL41, MySQL5) - deleted the service with Cygwin - deleted the service with Service Installer (SRVINSTW.EXE) - installed ODBC v3.51 - downloaded the last verion (MySQL v4.1.10a) and installed this one in...