web_master Posted August 3, 2008 Share Posted August 3, 2008 hi, how can I save the complete dBase as sql file? mean: I made the complete site with Admin pane, and I want to give the administrator of site to save sometime the complete sql dBase, bu I dont want to he go to the phpMyAdmin, just go to some part of admin pane, and "cluck one button" and save all of (or part) of dBase (tables and/or) complet inserts. thnx in advanced Link to comment https://forums.phpfreaks.com/topic/117909-save-dbase/ Share on other sites More sharing options...
zq29 Posted August 3, 2008 Share Posted August 3, 2008 Do you have shell access? If you have, you could use mysqldump... $ mysqldump database_name > filename.sql Link to comment https://forums.phpfreaks.com/topic/117909-save-dbase/#findComment-606754 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.