Ads 468 X 60

SQL Importer PHP Class (PHP Scripts)


SQL Importer PHP Class


SQL importer as called scripts is SimpleSQLImporter PHP Class , used for importing database SQL data to your MySQL server database.


With this script you could import database easily and more eficiently. Also could use on Small Project as Database Importer.


Compatibilities & Requirements



  • MySQL database server same type ( eg : MariaDB )

  • PHP 5.x ( prefered PHP 5.3.x ) with PDO or MySQLi or MySQL extension installed.

  • SQL syntax must be valid if want to success import.


Feature



  • Support insert SQL data by input / Variable.

  • Support insert SQL data file address / url.

  • PDO , MySQLI or MySQL as use for database Connection and method.

  • 3 example files ( using : file upload, direct input and SQL file address / url )

  • Documentation


Exclusion & Guarantee



  • With using this scripts is not guarantee 100% data successfully insert to the SQL Database server.But we have test it importing 50MB of WordPress database without error ( must be set php execution time limit with unlimited to prevent error max execution time )

  • This scripts tested using PHP 5.3.x ( 5.3.28 ) so … we could not guarantee run with earlier php version.

  • Exception : Please make sure the SQL data have no comment (—: sql comments ) on one line after syntax !! or current syntax on one line will not being execute.!


Documentation Usage Example


http://ift.tt/1rcYhlD



0 comments:

Post a Comment