PDA

View Full Version : MySQL BACKUP AND RESTORE UTILITY PATHS



rengels
04-19-2008, 03:37 PM
What is the db_mysqldump_path at Hostmonster?

Is it one of these?

$db_mysqldump_path = "/usr/bin/mysqldump";
$db_mysql_path = "/usr/bin/mysql";

Anyone know?

Thanks
Remi

r2b2
04-19-2008, 11:30 PM
Both paths you gave are correct. (At least on the server I am on)

rengels
04-20-2008, 01:46 PM
Thanks!

R