Connect via http? Mysql runs on port 3306 and does not talk HTTP protocol. You need to connect with a JDBC driver from your app, or mysql (client) tool on command line.

$ mysql -u <user> -p

networking (allowing connections from network clients instead of local machine thru /tmp/mysql.sock) is enabled by default and is turned off usually only for securiyt reasons if your app and mysql are on the same box using the 'skip-networking' property (or sth like that) in / etc/my.cnf

BTW, if I use OS X *Server* for MySQL (which is never nowadays), I just disable the OS X server "compiled in" version and install mysql version of choice from the OS X dmg downloaded from mysql.com and configure/use that. I think it is less painful. An old article here about that for Tiger Server, but the instructions ar the same today on current versions:

http://homepage.mac.com/kelleherk/iblog/C711669388/E20060917185253/index.html

Regards, Kieran



On Nov 17, 2009, at 9:13 AM, ute Hoffmann wrote:

Hi,
I did get WebObjects running on a 10.6 server but could not connect to
the preinstalled mysql version via http. Seems in the default install this is disabled.

Has anyone had this problem before and can give me a hint where I find the configfile to change this. I do not have a tool in serveradmin to change it, as far as I checked.

And the my.cnf File I found seems to have no effect on mysql...

Regards,

Ute
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list (Webobjects- [email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/kieran_lists%40mac.com

This email sent to [email protected]

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to