RE: [PHP] second try - Mysql php install

2001-07-03 Thread scott [gts]
try using "safe_mysqld &" if 'mysqld' is not in your 'ps' list, then the daemon is not running, and you cannot connect to it. (check the mysql error logs for possible reasons) > -Original Message- > From: Daniel Guerrier [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 02, 2001 10:38 PM >

RE: [PHP] second try - Mysql php install

2001-07-02 Thread Matthew Loff
If you don't see mysqld running when you do a ps, then the problem is starting mysql... Mysql doesn't report errors in starting up to the terminal... You need to find the log file... The log file should be stored in your /mysql/data directory. The logfile should be named [domain].log... S