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? Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.