promenjeno

This commit is contained in:
2026-05-17 20:56:31 +02:00
parent ee95be1031
commit e64288694b
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ using MySqlConnector;
// ── Config ────────────────────────────────────────────────────────────────────
const string DSN = "Server=127.0.0.1;Port=13306;Database=hotel_reservations;Uid=root;Pwd=ewc2025root;AllowLoadLocalInfile=true;";
const string DSN = "Server=127.0.0.1;Port=13306;Database=hotel_reservations;Uid=root;Pwd=hotel2025root;AllowLoadLocalInfile=true;";
const int HOTEL_COUNT = 200;
const int GUEST_COUNT = 100_000;
const int BOOKING_COUNT = 500_000;