MySQL Forums
Forum List  »  Newbie

mysql daemon failed to start
Posted by: gayatri govilkar
Date: September 27, 2010 01:04AM

hi
i have installed mysql on fedora When i start mysql from commandline the error message given is mysql daemon failed to start
when i checked /var/log/mysqld.log file i could find following log:

InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
InnoDB: Unable to lock ./ibdata1, error: 11
100927 12:04:34 InnoDB: Operating system error number 11 in a file operation.
InnoDB: Error number 11 means 'Resource temporarily unavailable'.
InnoDB: Some operating system error numbers are described at
InnoDB: http://dev.mysql.com/doc/refman/5.1/en/operating-system-error-codes.html
InnoDB: Could not open or create data files.
InnoDB: If you tried to add new data files, and it failed here,
InnoDB: you should now edit innodb_data_file_path in my.cnf back
InnoDB: to what it was, and remove the new ibdata files InnoDB created
InnoDB: in this failed attempt. InnoDB only wrote those files full of
InnoDB: zeros, but did not yet use them in any way. But be careful: do not
InnoDB: remove old data files which contain your precious data!
100927 12:04:34 [ERROR] Plugin 'InnoDB' init function returned error.
100927 12:04:34 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
100927 12:04:34 [ERROR] Can't start server: Bind on TCP/IP port: Address already in use
100927 12:04:34 [ERROR] Do you already have another mysqld server running on port: 3306 ?
100927 12:04:34 [ERROR] Aborting

100927 12:04:34 [Note] /usr/libexec/mysqld: Shutdown complete

100927 12:04:34 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended

how should i resolve this problem?

Options: ReplyQuote


Subject
Written By
Posted
mysql daemon failed to start
September 27, 2010 01:04AM
September 29, 2010 08:43AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.