add port option for MySQL

This commit is contained in:
2013-05-19 12:45:21 -04:00
parent 29b665f27b
commit bb9cedaf49
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@
/* database config */
$db_host = "loalhost";
$db_port = 8889;
$db_user = "root";
$db_pass = "lol";
$db_name = "spoons";