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
Post a Comment