Can we load tables from SQL dump?

Post Reply
apmuthu
User
Posts: 5

Can we load tables from SQL dump?

Post by apmuthu »

  1. Use phpMyAdmin (or other mysql client) to get mysql schema dump
  2. Comments either start with "--" or "#" or are enclosed in "/" and "/"
  3. Is it now possible to use this dump instead of the mysql connection parameters to load tables (dynamically) into PHPMaker?

This would be useful for offline work and where access to the MySQL server and / or ODBC driver are not available or where user restrictions on the Server and / or PC are in effect.

If not currently available, please include it in a future version.


Post Reply