The problem I have is mysql is only connecting via localhost and not my server address. This info I read on apples dev. site read:
Configuring and Compiling MySQL
I plan to install mysql in /usr/local/mysql. I also plan to locate the mysql UNIX socket under the /usr/local/mysql/ directory as /usr/local/mysql/run/mysql_socket so that it will be publicly available, but associated with the MySQL installation. Note that in a standard installation, the socket file would be placed in /tmp.
It seems I only have the socket in /tmp so it would'nt connect via my
www.domain.com.I am trying to install a shopping cart named supracart on my server but it will not let me make the connection. I can connect to mysql via localhost but not my domain name. I have all permission set full on for everything and every user and every Db. This program does not let you use localhost for the db server. I installed this cart on one of my outside hosted accounts with no problems. So my set up of mysql on my server is not config correct to allow outside use of the server. Again this is a new setup for me and most info I have read is all about setup of mysl for develoment and not production.
Thanks for your time.