File: |
ClassMySQLImport.php |
Role: |
Class source |
Content type: |
text/plain |
Description: |
Main Class |
Class: |
MySQL importer
Execute SQL statements from MySQL dump files |
Author: |
By David Castillo |
Last change: |
.
* Uses mysqli PDO, instead of deprecated functions mysql_* .
* You can set the database server port.
* It's possible to select an initial database (select, drop and create, as you require)
* Better sql processing: removes one line comments, allows ";" in subqueries, support for inline comments.
* Slightly better error logging.
|
Date: |
10 years ago |
Size: |
3,872 bytes |
|
|
|