Hi All
I am trying to install mysql-standard-4.0.17 (source) on Redhat 9 but it fails with no error but a frozen screen as follows
+++++++++++++++++++++++++++
Starting the mysqld server. You can test that it is up and running with the command: ./bin/mysqladmin version [root@seaapp mysql]# Starting mysqld daemon with databases from /usr/local/mysql/data 040204 17:55:34 mysqld ended
+++++++++++++++++++++++++++
There is an erro file generated under ./data directory by servername.err file
040204 17:55:34 mysqld started 040204 17:55:34 InnoDB: Operating system error number 13 in a file operation. InnoDB: See http://www.innodb.com/ibman.html for installation help. InnoDB: The error means mysqld does not have the access rights to InnoDB: the directory. InnoDB: File name ./ibdata1 InnoDB: File operation call: 'create'. InnoDB: Cannot continue operation. 040204 17:55:34 mysqld ended
Guys I just want to setup a live webserver with Apache + PHP + Mysql but with no luck.
SOS
Regards
Joel 9820533294Indiatimes Email now powered by APIC Advantage. Help! [Beta] HelpClick onthe image to chat with me
On Wed, Feb 04, 2004 at 06:14:46PM +0530, joel_divekar wrote:
Starting the mysqld server. You can test that it is up and running with the command: ./bin/mysqladmin version [root@seaapp mysql]# Starting mysqld daemon with databases from /usr/local/mysql/data 040204 17:55:34 mysqld ended
Check for the UserId and permission on the data directory. I think error 13 is for permission denied. HTH. -Krishna
Hi,
In the /usr/local/mysql/data
there should be no file or folder called as ibdata1
Check for the UserId and permission on the data directory. I think error 13 is for permission denied. HTH.
For permission related problem check /var/log/message
One more thing edit the my.ini (or cnf) file to comment all except the refrence to bin file path and data file path
Regards