RE: [PHP] run safe_mysqld from php code *urgent*

2001-02-15 Thread Jon Snell
ry 15, 2001 3:45 PM To: [EMAIL PROTECTED] Subject: [PHP] run safe_mysqld from php code *urgent* hey guys, in order to restart my mysql server i'd like to run safe_mysqld from my php file. i have this: `./usr/local/mysql/bin/safe_mysqld` however when we check the list of processes, s

[PHP] run safe_mysqld from php code *urgent*

2001-02-15 Thread Student Center
hey guys, in order to restart my mysql server i'd like to run safe_mysqld from my php file. i have this: `./usr/local/mysql/bin/safe_mysqld` however when we check the list of processes, safe_mysqld isnt there. what am i doing wrong? btw, we've tried taking out the period (.) and running exec