Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 2 of 2

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 ...

  1. #1
    XoK
    XoK is offline
    Giv me the number for 911 XoK's Avatar
    Join Date
    Feb 2007
    Posts
    121

    How to re-install MySQL ?

    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,

  2. #2
    I didn't do it! Daniel_DBS's Avatar
    Join Date
    Aug 2007
    Location
    Mars
    Posts
    1,204
    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:
    Code:
    /etc/init.d/mysqld stop
    4. execute the following command:
    Code:
    chkconfig --levels 235 mysqld on
    /etc/init.d/mysqld start
    5. try restarting the server to confirm that mysql is starting upon system startup.

    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •