arturo322 Posted January 25, 2012 Share Posted January 25, 2012 How can i import and export my database? i used this code for BACKUP: if (isset($backup)){ $result = shell_exec("C:\\xampp\\mysql\\bin\\mysqldump -u $USER -p $DBUSERPASS $DBNAME > backup.sql"); ..... i always get zero bytes on my sql file. help? Link to comment https://forums.phpfreaks.com/topic/255740-backup-zero-bytes-how-to-backup-and-restore/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.