Skip to content

evilprogrammerng/Import-.sql-file-using-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Import-.sql-file-using-php

edit following files

'// Name of the file $filename = 'db-backup-1426746323-fa5bfef761fada0cc5531454fec94cad.sql';

// MySQL host $mysql_host = 'localhost';

// MySQL username $mysql_username = 'root';

// MySQL password $mysql_password = '';

// Database name $mysql_database = 'test';'

before import your database , delete all existing table which are already in the .sql file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%