Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
servers:windows:games:trinitycore_3.3.5_localhost [2025/04/20 21:29] – [Database Back-up] Sean Rhone | servers:windows:games:trinitycore_3.3.5_localhost [2025/04/20 21:30] (current) – Sean Rhone |
---|
* ''authserver'' needs started at least once to create the tables and to start ''worldserver'' for account creation | * ''authserver'' needs started at least once to create the tables and to start ''worldserver'' for account creation |
* Ctrl + C to exit | * Ctrl + C to exit |
| |
| "%ProgramFiles%\MariaDB 11.7\bin\mariadbd.exe" --defaults-file="%ProgramFiles%\MariaDB 11.7\data\my.ini" |
| |
CD "%UserProfile%\Projects\TrinityCore-335\build\bin\Release" && "authserver.exe" --config-dir "%UserProfile%\Projects\TrinityCore-335\conf\authserver" | CD "%UserProfile%\Projects\TrinityCore-335\build\bin\Release" && "authserver.exe" --config-dir "%UserProfile%\Projects\TrinityCore-335\conf\authserver" |
| |
* Change ''x'' to password | * Change ''x'' to password |
| |
| "%ProgramFiles%\MariaDB 11.7\bin\mariadbd.exe" --defaults-file="%ProgramFiles%\MariaDB 11.7\data\my.ini" |
| |
CD "%UserProfile%\Projects\TrinityCore-335\build\bin\Release" && "worldserver.exe" --config-dir "%UserProfile%\Projects\TrinityCore-335\conf\worldserver" | CD "%UserProfile%\Projects\TrinityCore-335\build\bin\Release" && "worldserver.exe" --config-dir "%UserProfile%\Projects\TrinityCore-335\conf\worldserver" |