Rename database name.

This commit is contained in:
2020-02-10 02:52:13 +00:00
parent 9418c2f797
commit a8c63f7735
4 changed files with 4 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ namespace Marechai
Console.WriteLine("\u001b[31;1mUpdating MySQL database without Entity Framework if it exists...\u001b[0m");
Database = new Mysql();
bool res = Database.OpenDb("localhost", "cicm", "cicm", "cicmpass", 3306);
bool res = Database.OpenDb("localhost", "marechai", "marechai", "marechaipass", 3306);
if(res)
{