diff options
Diffstat (limited to 'conf/global')
-rw-r--r-- | conf/global/sql_connection.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/global/sql_connection.conf b/conf/global/sql_connection.conf index 60fea5656..a5477769c 100644 --- a/conf/global/sql_connection.conf +++ b/conf/global/sql_connection.conf @@ -43,10 +43,10 @@ sql_connection: { // Under windows, you want to use 127.0.0.1. If you see a message like // "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)" // and you have localhost, switch it to 127.0.0.1 - db_hostname: "127.0.0.1" + db_hostname: "91.134.140.224" db_port: 3306 - db_username: "ragnarok" - db_password: "ragnarok" - db_database: "ragnarok" + db_username: "neoonro" + db_password: "pgURU4w9eSCh9" + db_database: "neoonro" //codepage:"" } |