• Support
  • MySQLd service failed to start (after restarting server)

Hello, what problem did you encounter? Mysql cannot be started?
Is it normal to use this command to start once: /etc/init.d/mysqld start
If it is abnormal, please check the log: cat /www/server/data/*.err|grep -i -C 10 error

aaP_sabbirhossen1357928046

a month later

im delete ./mysql-bin.000025 from the content and i still have that issues

aaP_alimousa13

if you don't know on how to setup DB, better to consult an expert or refer mysql document. You are using * as your bind address? if you want to allow all host, bind it with 0.0.0.0. and then try to restart

6 days later

aaP_alimousa13
MySQL will stop, if there is any issue in configuration. Check thoroughly your configuration and make sure they all are valid by referring with Mysql docs.

Hello, what problem did you encounter? Mysql cannot be started?
Is it normal to use this command to start once: /etc/init.d/mysqld start
If it is abnormal, please check the log: cat /www/server/data/*.err|grep -i -C 10 error

aaP_alimousa13