start mysql service

  1. K

    How to start/stop MySQL service in Linux VPS?

    To manage MySQL service it is must to have root SSH access. To stop MySQL service you can run below command: service mysql stop OR /etc/init.d/mysql stop To start MySQL service you can run below command service mysql start OR /etc/init.d/mysql start To restart MySQL service you can run...
Top