Hrvoje Posted November 30, 2010 Share Posted November 30, 2010 Hello, How can I export mysql database (tables) with php from browser to backup.sql , something like in phpMyAdmin. And simple option with file save as??? Thanks Regards Link to comment https://forums.phpfreaks.com/topic/220249-mysql-export/ Share on other sites More sharing options...
intellix Posted November 30, 2010 Share Posted November 30, 2010 I guess you could just look at the phpMyAdmin source cod to see how they do it. Must be the best way possible Link to comment https://forums.phpfreaks.com/topic/220249-mysql-export/#findComment-1141398 Share on other sites More sharing options...
requinix Posted November 30, 2010 Share Posted November 30, 2010 If you can use functions like system() or exec(), running mysqldump is probably the easiest option. Link to comment https://forums.phpfreaks.com/topic/220249-mysql-export/#findComment-1141423 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.