logo

Response

« Return to the main article

You are viewing this page out of context. To see it in the context it is intended please click here.

About This Page

Reply posted by Jack on Sat 29 Nov 2003 in response to PHP for Domino Developers, Part 1, MySQL

mysqlcc segmentation fault - solved

I was getting segmentation fault in linux mysqlcc and equivalent errors on
Win98.
Seems it was down to a combination of specifying a password for 'root' and
trying to connect through a firewall that was blocking port 3306 or on linux
just trying local access (localhost).


I think the connection failure mode for mysqlcc could be a little more robust!


What I don't have skills for yet is working out how to remove the password from
root so I had to create a new user with no password.


All seems to be working now. Hope it doesn't take another whole week to get
though part 2.