adolfjap

mysql 无法启动 ib_logfile max_join_size ibdata1

141201 18:08:35  mysqld started

Warning: World-writable config file '/etc/my.cnf' is ignored

141201 18:08:35 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295

141201 18:08:35 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295

InnoDB: Unable to lock ./ib_logfile0, error: 35

InnoDB: Check that you do not already have another mysqld process

InnoDB: using the same InnoDB data or log files.

InnoDB: Error in opening ./ib_logfile0

141201 18:08:35 [ERROR] Can't start server: Bind on TCP/IP port: Address already in use

141201 18:08:35 [ERROR] Do you already have another mysqld server running on port: 3306 ?

141201 18:08:35 [ERROR] Aborting


141201 18:08:35 [Note] /usr/local/libexec/mysqld: Shutdown complete


141201 18:08:35  mysqld ended

类似错误只需要  ps -aux | grep mysql

再kill相关进程就可以了


评论