RE: MyODBC Error

2002-07-15 Thread Chaitanya Diwadkar
Look at the GRANT documentation to see how mysql authenticates using host and user. -Original Message- From: Nitesh Divecha [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 5:47 PM To: [EMAIL PROTECTED] Subject: MyODBC Error Sensitivity: Confidential Hello All, I have my MySql

RE: Cant start server after reboot - Please Help!

2002-07-11 Thread Chaitanya Diwadkar
You should be using 'safe_mysqld ' (v3.2) or 'mysqld_safe ' for v4.0. Did you look at the hostname.err file to see what the problem was? This file should be in the same location as hostname.pid file. -Chait -Original Message- From: David Kramer [mailto:[EMAIL PROTECTED]] Sent:

RE: chown: 'mysql': invalid user

2002-07-11 Thread Chaitanya Diwadkar
Try the following: safe_mysqld --user=mysql Also make sure that your data directory is readable and writeable by the mysql user. the socket file is generally just named mysql.sock and it would be in your /tmp dir. -Original Message- From: Alex Jarvis [mailto:[EMAIL PROTECTED]]

RE: can't connect

2002-07-10 Thread Chaitanya Diwadkar
You can tell if the server is running by looking at the process list. There should be at least 1 mysqld process. You can also do a 'mysql -S /path/to/socket/file' if it cannot find the file. -Chait -Original Message- From: Alex Jarvis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July