Skip to content

Php Light Libray to Export and Import Mysql database and tables

License

Notifications You must be signed in to change notification settings

Light-Libraries/Mysql-Export-Import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mysql-Export-Import

Php Light Libray to Export and Import Mysql database and tables

  • create config.json

  • set operation type operationType = import or export

  • set import configuration includes [ serverName: 'localhost', username: 'root', password: 'password', port: '3306', databaseName: 'import_test' ]

  • set export configuration includes [ serverName: 'localhost', username: 'root', password: 'password', port: '3306', databaseName: 'export_test', tables:[

    ] ]

  • set array list of tables to export or set [] empty array to export all tables

About

Php Light Libray to Export and Import Mysql database and tables

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages