Hello,
How can I re-install MySQL in a dedicated server with CentOS?
I want to know what are the procedures, because MySQL is not starting when I reboot the machine.
At this moment I have to start MySQL manually.
Regards,
This is a discussion on How to re-install MySQL ? in the VPS & Dedicated forum
Hello,
How can I re-install MySQL in a dedicated server with CentOS?
I want to know what are the procedures, because MySQL is not starting ...
Hello,
How can I re-install MySQL in a dedicated server with CentOS?
I want to know what are the procedures, because MySQL is not starting when I reboot the machine.
At this moment I have to start MySQL manually.
Regards,
you do not need to reinstall mysql unless it is not working at all.. all you must do in order to start mysql automatically upon system startup with CentOS is:
1. SSH into your server.
2. login with root or su in order to obtain root privs.
3. stop the mysql service:
4. execute the following command:Code:/etc/init.d/mysqld stop
5. try restarting the server to confirm that mysql is starting upon system startup.Code:chkconfig --levels 235 mysqld on /etc/init.d/mysqld start
hope that helps,
daniel
-Daniel
If the automobile had followed the same development cycle as the computer, a Rolls-Royce today would cost $100, get a million miles to the gallon, and explode once every few weeks.
My scripts never have bugs. They just develop random features.
Copyright © 2011 JaguarPC.com
Bookmarks