new database
This commit is contained in:
parent
e46d3d8c68
commit
877163228c
@ -22,7 +22,7 @@ class db
|
|||||||
{
|
{
|
||||||
self::$_instance = Krugozor\Database\Mysql\Mysql::create("192.168.20.100", "battles", "bottle-neck-horse")
|
self::$_instance = Krugozor\Database\Mysql\Mysql::create("192.168.20.100", "battles", "bottle-neck-horse")
|
||||||
// Выбор базы данных
|
// Выбор базы данных
|
||||||
->setDatabaseName("combats_game")
|
->setDatabaseName("battles")
|
||||||
// Выбор кодировки
|
// Выбор кодировки
|
||||||
->setCharset("utf8");
|
->setCharset("utf8");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user