php - MySQL table exporting and importing using a file - without phpMyAdmin? -


it'd nice if request backup file (such .sql or .csv) mysql table through site, able 'reset' table in case goes wrong. these 2 actions, exporting , importing, explained here, in case it'd better if done via web interface of kind, without accessing phpmyadmin directly. possible? if so, php functions should taking at?

see this mysql doc page , into outfile option allows write results directly file without reading them php.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -