Bug 38105 - mysql won't start
Summary: mysql won't start
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: mysql
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Patrick Macdonald
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-04-27 19:18 UTC by Ian Mitchell
Modified: 2007-04-18 16:32 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-04-27 19:19:03 UTC
Embargoed:


Attachments (Terms of Use)

Description Ian Mitchell 2001-04-27 19:18:58 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.76 [en] (Win95; U)


Recommended installation procedures involve running mysql_install_db to create the mysql database.

I followed those steps and I can varify that /var/mysql/mysql/user.frm does exist. However mysqld fails on startup.

Reproducible: Always
Steps to Reproduce:
1.install OS (ensure mysql packages are selected)
2.install_mysql_db
3./etc/init.d/mysqld start 
	

Actual Results:  Excerpt from /var/log/mysqld.log

010427 13:15:38  mysqld started
010427 13:15:39  /usr/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13)
010427 13:15:39  mysqld ended


Expected Results:  mysqld to start successfully

Comment 1 Trond Eivind Glomsrxd 2001-04-27 19:21:41 UTC
No, you're not supposed to run install_mysql_db
 on your own (the init script does that, if necessary).


Note You need to log in before you can comment on or make changes to this bug.