Mta-interface: amavisd-new 2.3.3 (20050822) at macftphttp.serverbox.org
On Jan 30, 2006, at 05:25 , Yvo van Doorn wrote:
Hey all,
I installed a new copy of OS X 10.4 on a PowerMac this weekend. I
then upgraded to 10.4.4 without tweaking anything (or installing
anything).
I then install MySQL 5.0.18 with the binary on mysql.com (I
downloaded the 10.4 64 bit one). Installed it and everything is
good. So what is the proper way for me to point to to the mysql
located in the /usr/local/mysql-standard-5.0.18-osx10.4-
powerpc-64bit/bin/ directory instead of /usr/bin/mysql?
Currently this is the problem:
When I type in just mysql on the terminal line I get this:
>honeysuckle:~ dforest$ mysql
>ERROR 2002 (HY000): Can't connect to local MySQL server through
socket '/var/mysql/mysql.sock' (2)
>honeysuckle:~ dforest$
When I do this:
>honeysuckle:~ dforest$ /usr/local/mysql-standard-5.0.18-osx10.4-
powerpc-64bit/bin/mysql -u root -p
>Enter password:
>Welcome to the MySQL monitor. Commands end with ; or \g.
>Your MySQL connection id is 106 to server version: 5.0.18-standard
>
>Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
>
>mysql> \q
>Bye
>honeysuckle:~ dforest$
It works fine.