I can connect to MySQL through navicat, but not through a web browser.
This happened after I restarted my computer.
So I opened the err file and watched it as I restarted MySQL, it seems happy.
Here's the log as it started:
TOP shows mysqld running060531 15:07:09 mysqld started
060531 15:07:09 [Warning] Setting lower_case_table_names=2 because file system for /usr/local/mysql/data/ is case insensitive
060531 15:07:09 InnoDB: Started; log sequence number 0 19853645
/usr/local/mysql/bin/mysqld: ready for connections.
Version: '4.1.13-max' socket: '/tmp/mysql.sock' port: 3306 MySQL Community Edition - Experimental (GPL)
there is a /tmp/mysql.sock
But here's the error my web page gives me:
And I can run mysql> from a shell.Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (13) in /Users/myname/Sites/mysite/includes/incConnect.php on line 13
Could not connect : Can't connect to local MySQL server through socket '/tmp/mysql.sock' (13)
Am I looking right at the problem?
Thanks,
dstefani