added migration file and db connection

This commit is contained in:
2023-07-02 19:36:20 +09:00
parent 8f615db95a
commit 170e5d6de8
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ $db_pass = $config['pass'];
$__db_connection = new mysqli ($db_host, $db_user, $db_pass, 'goatoh_training',
$db_port);
$__db_connection -> set_charset ('utf8');
unset ($config);
unset ($db_host);