[DiscordArchive] is it mandatory to create trinity user sql account ? or can i use mine ?
[DiscordArchive] is it mandatory to create trinity user sql account ? or can i use mine ?
Archived author: Deleted User • Posted: 2021-07-09T16:48:38.190000+00:00
Original source
is it mandatory to create trinity user sql account ? or can i use mine ?
Archived author: subsix • Posted: 2021-07-09T16:53:04.957000+00:00
Original source
You can use yours, but need to change Configs for Worldserver and BNetServer
Archived author: Deleted User • Posted: 2021-07-09T16:55:28.767000+00:00
Original source
this seems not to be the issue, i guess i should use mysql 5
Archived author: Jinnai • Posted: 2021-07-09T17:10:17.810000+00:00
Original source
just saying without digging any further into it, that all the database create and populate steps have been proven safe with mysql8
Archived author: Deleted User • Posted: 2021-07-09T17:20:13.063000+00:00
Original source
GRANT USAGE ON * . * TO 'trinity'@'localhost' IDENTIFIED BY 'trinity' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 ;
Archived author: Deleted User • Posted: 2021-07-09T17:20:22.810000+00:00
Original source
that command is not working on mysql8
Archived author: Deleted User • Posted: 2021-07-09T17:20:30.437000+00:00
Original source
currently testing on v5
Archived author: Deleted User • Posted: 2021-07-09T17:20:48.531000+00:00
Original source
also tried with root
Archived author: Deleted User • Posted: 2021-07-09T17:27:04.452000+00:00
Original source
all good with mysql5