If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Trouble re-starting mysql (4.1.7)

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-09-04, 08:44
totkat totkat is offline
Registered User
 
Join Date: Dec 2004
Posts: 2
Trouble re-starting mysql (4.1.7)

I installed 4.1.7 on a box with 4.0.15 already on it. Ran mysql_install_db successfully, started up the 4.1.7 instance of mysql, created a couple of users and a database; all successfully.

I then realised I'd not created a socket, so created a my.conf for th 4.1.7 instance, including the following line:-

innodb_data_home_dir = /usr/local/mysql-4.1.7/var

I start the 4.1.7 mysql instance up, specifying the new my.conf for it:-

and in the error file, I get:-

041209 13:04:56 mysqld started
041209 13:04:57 InnoDB: Started; log sequence number 0 43634
041209 13:04:57 [ERROR] /usr/local/mysql-4.1.7/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13)
041209 13:04:57 [ERROR] Fatal error: Can't open privilege tables: Can't find file: './mysql/host.frm' (errno: 13)
041209 13:04:57 mysqld ended

I've tried starting it as mysql and as root.

When I look at /usr/local/mysql-4.1.7/var:-

drwxr-xr-x 2 mysql mysql 1536 Dec 2 13:48 mysql

so the mysql subdirectory is accessible and under there:-

-rw-rw---- 1 mysql mysql 9148 Dec 2 13:48 host.frm
-rw-rw---- 1 mysql mysql 1024 Dec 2 13:48 host.MYI
-rw-rw---- 1 mysql mysql 0 Dec 2 13:48 host.MYD

So why can't mysql find it? Any ideas?
Reply With Quote
  #2 (permalink)  
Old 12-09-04, 08:52
totkat totkat is offline
Registered User
 
Join Date: Dec 2004
Posts: 2
O... K... I forgot to change another line in the new my.conf for "datadir". My new instance now starts fine.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On