[DiscordArchive] Question:
[DiscordArchive] Question:
Archived author: jovitbaldovino555 • Posted: 2023-05-30T15:20:27.563000+00:00
Original source
Question:
1) Is there a negative impact if we change the WinterGrasp Battle Timer update from 1 minute to e.g. 10 seconds?
Archived author: Ryan Turner • Posted: 2025-09-30T09:31:52.754000+00:00
Original source
You probably don't need to grant all the privleges for the user to each database, but the reason why is done that way, is 1 - is isolated and only for that user and databases and 2 - makes sure there's no error or missing data due to lack of permissions, you're free to screw around to what works or not, but i would suggest you just leave it as it is
Archived author: Ryan Turner • Posted: 2025-09-30T09:33:27.767000+00:00
Original source
If you did setup your base before (2 months ago or longer)
used to be part of the create sql
GRANT ALL PRIVILEGES ON * . * TO 'acore'@'localhost' WITH GRANT OPTION;
No longer is the case, has been removed
Archived author: Durotan • Posted: 2025-09-30T09:33:30.591000+00:00
Original source
My server was compromised and my data was stolen. I had to move everything to another PC and change the IP. I’m now planning to put the website behind Cloudflare for better protection.
Archived author: Durotan • Posted: 2025-09-30T09:34:26.879000+00:00
Original source
I’m trying to improve the security of my setup. If one account gets hacked, I don’t want it to have too many database privileges or give attackers unnecessary access.
Archived author: Degen • Posted: 2025-09-30T09:35:45.776000+00:00
Original source
oof that sucks. this time use an ssh key instead of passwords
Archived author: Durotan • Posted: 2025-09-30T09:36:58.030000+00:00
Original source
on windows ?