promenjeno
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user