Both sides previous revisionPrevious revisionNext revision | Previous revision |
servers:windows:games:trinitycore_3.3.5_localhost [2025/04/19 23:00] – [OpenSSL] Sean Rhone | servers:windows:games:trinitycore_3.3.5_localhost [2025/04/20 21:30] (current) – Sean Rhone |
---|
* Last tested: ''mariadb-11.7.2-winx64.msi'' | * Last tested: ''mariadb-11.7.2-winx64.msi'' |
| |
* ''[x]'' MariaDB Server (Entire feature) | * ''[x]'' MariaDB Server |
* ''[x]'' Development components (Entire feature) | * ''[x]'' Development Components |
* ''[ ]'' Third party tools (not required) | * ''[ ]'' Third party tools |
* ''[ ]'' Enable access from remote machines for 'root' user | * ''[ ]'' Enable access from remote machines for 'root' user |
* ''[x]'' Use UTF8 as default server's character set | * ''[x]'' Use UTF8 as default server's character set |
| |
* ''[ ]'' Install as service | * ''[ ]'' Install as service |
* ''[ ]'' Enable networking | * ''[ ]'' Enable networking |
| |
"%ProgramFiles%\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\MSBuild.exe" "%UserProfile%\Projects\TrinityCore-335\build\ALL_BUILD.vcxproj" -target:"Build" -property:"Configuration=Release" | "%ProgramFiles%\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\MSBuild.exe" "%UserProfile%\Projects\TrinityCore-335\build\ALL_BUILD.vcxproj" -target:"Build" -property:"Configuration=Release" |
| |
MSG %USERNAME% "WoW 3.3.5 localhost server update complete" | |
| |
:: End</code> | :: End</code> |
"%ProgramFiles%\MariaDB 11.7\bin\mariadb-dump.exe" -u "root" -p --opt -r "localhost-authserver-rolling.sql" "authserver" | "%ProgramFiles%\MariaDB 11.7\bin\mariadb-dump.exe" -u "root" -p --opt -r "localhost-authserver-rolling.sql" "authserver" |
"%ProgramFiles%\MariaDB 11.7\bin\mariadb-dump.exe" -u "root" -p --opt -r "localhost-characters-rolling.sql" "characters" | "%ProgramFiles%\MariaDB 11.7\bin\mariadb-dump.exe" -u "root" -p --opt -r "localhost-characters-rolling.sql" "characters" |
| |
MSG %USERNAME% "WoW 3.3.5 localhost server databases have been dumped to Downloads." | |
| |
:: End</code> | :: End</code> |
* ''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" |