MySQL Forums
Forum List  »  PHP

Re: Restart mysql from php ?
Posted by: Grant Thomas
Date: January 03, 2006 04:17PM

No, you can.
Check the system() function out.
www.php.net/system
If you are using a *nix distribution, you can
system('su -C "/path/to/restart/mysqld"');

Options: ReplyQuote


Subject
Written By
Posted
December 14, 2005 09:52AM
December 14, 2005 04:21PM
Re: Restart mysql from php ?
January 03, 2006 04:17PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.