Re: Can't start mysql 5.0.15

2005-11-11 Thread Greg Maruszeczka
Saffa Kemokai wrote:
 I am unable to start mysql after several trials and fixes. I compiled 
 a mysql 5.0.15 source for FreeBSD 5.3. It doesn't seem to have placed 
 the files in their proper locations. Below is what I keep getting and 
 I don't know now how to get it working. What do I need to do about 
 this mysql.host table? How do I create it?
 
 051110 20:59:33  InnoDB: Started; log sequence number 0 43655
 051110 20:59:34 [ERROR] Fatal error: Can't open and lock privilege 
 tables: Table 'mysql.host' doesn't exist
 051110 20:59:34  mysqld ended
 

Are you installing from a tarball? If so, you should seriously consider
using the FBSD ports system instead since it will make longer term
management much easier.

# cd /usr/ports/databases/mysql-server50
# make install clean

G


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Can't start mysql 5.0.15

2005-11-10 Thread Saffa Kemokai
I am unable to start mysql after several trials and fixes. I compiled
a mysql 5.0.15 source for FreeBSD 5.3. It doesn't seem to have placed
the files in their proper locations. Below is what I keep getting and
I don't know now how to get it working. What do I need to do about
this mysql.host table? How do I create it?

051110 20:59:33  InnoDB: Started; log sequence number 0 43655
051110 20:59:34 [ERROR] Fatal error: Can't open and lock privilege
tables: Table 'mysql.host' doesn't exist
051110 20:59:34  mysqld ended

Thanks,

Saffa



RE: Can't start mysql 5.0.15

2005-11-10 Thread Logan, David (SST - Adelaide)
You don't appear to have completed the installation process. The
processes are described here 

http://dev.mysql.com/doc/refman/5.0/en/unix-post-installation.html

Regards


David Logan
Database Administrator
HP Managed Services
148 Frome Street,
Adelaide 5000
Australia

+61 8 8408 4273 - Work
+61 417 268 665 - Mobile
+61 8 8408 4259 - Fax


-Original Message-
From: Saffa Kemokai [mailto:[EMAIL PROTECTED] 
Sent: Friday, 11 November 2005 12:56 PM
To: mysql@lists.mysql.com
Subject: Can't start mysql 5.0.15

I am unable to start mysql after several trials and fixes. I compiled 
a mysql 5.0.15 source for FreeBSD 5.3. It doesn't seem to have placed 
the files in their proper locations. Below is what I keep getting and 
I don't know now how to get it working. What do I need to do about 
this mysql.host table? How do I create it?

051110 20:59:33  InnoDB: Started; log sequence number 0 43655
051110 20:59:34 [ERROR] Fatal error: Can't open and lock privilege 
tables: Table 'mysql.host' doesn't exist
051110 20:59:34  mysqld ended

Thanks,

Saffa


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]