RE: mysql 4.04beta

2002-10-18 Thread Andrew Braithwaite
Hi, If I had to guess - I would say that you do not have permissions for the datadir. Try the following: Chown -R mysql:root /usr/local/mysql/data (or wherever your datadir is) And Chmod -R 660 /usr/local/mysql/data (or wherever your datadir is) Cheers, Andrew Sql, query, wi

RE: mysql 4.04beta

2002-10-18 Thread Andrew Braithwaite
- From: Yoann [mailto:linux-yoann@;ifrance.com] Sent: Thursday, 17 October 2002 23:36 To: [EMAIL PROTECTED] Subject: Re: mysql 4.04beta I haven't a directory called "data" in the mysql directory and I never specified where mysql have to put the database. I try to find where mysql

Re: mysql 4.04beta

2002-10-18 Thread Yoann
[mailto:linux-yoann@;ifrance.com] Sent: Thursday, 17 October 2002 23:36 To: [EMAIL PROTECTED] Subject: Re: mysql 4.04beta I haven't a directory called "data" in the mysql directory and I never specified where mysql have to put the database. I try to find where mysql is supposed to get

Re: mysql 4.04beta

2002-10-18 Thread Yoann
I haven't a directory called "data" in the mysql directory and I never specified where mysql have to put the database. I try to find where mysql is supposed to get the mysql.host and the database but i don't find it yet So in which file I can't get this information ? thanks yoann Andrew Braithwa