If I were to set up multiple dedicated servers what would I set the hivext.ini port to if I am only using one mysql service?
[Database] ;Currently, only MySQL is supported Type = MySQL ;Hostname or IP of the server to connect to Host = localhost ;Port to connect to. The default is the default listening port of a server of the selected Type ;Instead of specifying Port, you can specify Socket and set Value to the socket name Port = 3306 ;Database name to connect to. Database = test_server ;Username to connect with Username = root ;Password to authenticate with (default is blank) Password = xxxxxxxxxxxxxxx
Would I leave it the same as my other server (3306) or would I need to run another mysql service with a different port?
I have read to just create another database for the second/third/fourth server and edit the hivext and config... I am confused as to how this would work only running one mysql service.
Any help is appreciated!