You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: my-sql-import (restore) database.php
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
<?php
2
2
// EXAMPLE: IMPORT_TABLES("localhost","user","pass","db_name", "my_baseeee.sql"); //TABLES WILL BE OVERWRITTEN
3
-
// P.S. IMPORTANT NOTE for people who try to change/replace some strings in SQL FILE before importing, MUST READ: https://goo.gl/2fZDQL
3
+
// P.S. IMPORTANT NOTE for people who try to change/replace some strings in SQL FILE before importing, MUST READ: https://github.com/ttodua/useful-php-scripts/blob/master/my-sql-export%20(backup)%20database.php
0 commit comments