Skip to content

JonathanBesson/getMySQLBDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

getMySQLBDD

Lightweight script to get our BDD without phpMyAdmin or others (MySQLi method) based on crazydiver_e2

source : https://www.developpez.net/forums/d135268/php/php-base-donnees/php-mysql/copie-base-donnees-php/

How to use ?

1 · Set our database security informations in SQLConnect.php

    $host   = "localhost";
    $userdb = "root";
    $passdb = "root";
    $dbname = "my_database";

2 · Launch script on our server to grab the right database !

3 · Import the generated file (located in script's folder) in our phpMyAdmin

4 · take a rest !

About

Lightweight script to get our BDD without phpMyAdmin or others (MySQLi method)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages