Skip to content

This library parse multiple query of MySQLDump output file. ParseSQL designed to parse multiple query and ready to be executed using mysql_query. This library is usefull to create database structure or restore database from sql file.

master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 

README.md

ParseSQL

This library parse multiple query of MySQLDump output file. mysqli can not execute all query when it containing:

  • procedure
  • functions
  • trigger

ParseSQL designed to parse multiple query and ready to be executed using mysql_query. This library is usefull to create database structure or restore database from sql file.

About

This library parse multiple query of MySQLDump output file. ParseSQL designed to parse multiple query and ready to be executed using mysql_query. This library is usefull to create database structure or restore database from sql file.

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.