new database

This commit is contained in:
lopar 2020-06-22 21:22:35 +03:00
parent e46d3d8c68
commit 877163228c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class db
{
self::$_instance = Krugozor\Database\Mysql\Mysql::create("192.168.20.100", "battles", "bottle-neck-horse")
// Выбор базы данных
->setDatabaseName("combats_game")
->setDatabaseName("battles")
// Выбор кодировки
->setCharset("utf8");
}