How to Start Stop and Restart MySQL Server March 02, 2012 Get link Facebook X Pinterest Email Other Apps To Stop MySQL Server, run command: [code]service mysqld stop[/code] To Start MySQL Server, run command: [code]service mysqld start[/code] To Restart MySQL Server, run command: [code]service mysqld restart[/code] Comments
Comments
Post a Comment