Export SQL

Greetings to all !

Please advice how to export sql file in phpmyadmin using xojo

phpmyAdmin is an app to administer mySQL databases via PHP,
if you want to administer a mySQL database via Xojo that is a different story

I guess he could always load up phpMyAdmin, through an HTMLViewer, and then handle the download of the exported SQL file…

You can use mysqldump MySQL :: MySQL 5.7 Reference Manual :: 7.4.1 Dumping Data in SQL Format with mysqldump from a shell http://documentation.xojo.com/index.php/Shell and get the sql dump (database(s) or table(s)).

Sometimes just because you can doesn’t make it a good idea.

haha… Just because you can, you should :wink: