mirror of
https://github.com/jakejarvis/spoons.git
synced 2026-07-29 07:05:20 -04:00
add port option for MySQL
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
/* database config */
|
||||
$db_host = "loalhost";
|
||||
$db_port = 8889;
|
||||
$db_user = "root";
|
||||
$db_pass = "lol";
|
||||
$db_name = "spoons";
|
||||
|
||||
Reference in New Issue
Block a user