
Originally Posted by
davies142
So guys, first If you have a fresh installed mySQL server, you have more than one privileges for root.
You should go to phpmyadmin->privilege section.
You can see all users and their permissions.
I suggest you:
First, change the root's password on localhost.
(BTW If you have a production-level server, and you wanna manage it remotely, you have to choose '%' domain which accept the authentication from any address)
Second, delete all users except root for localhost or '%'.
Third, You should check all tuning parameters, because misconfigured mysql database can eat you memory, and will loose files integrity and it may can crash your application.
Fourth, use myIsam instead of InnoDB because it easy to reapir and backup, coz myisam is filesystem oriented database.
Speed doesnt matter right now, you game have own database to save any items.
P.S:
Backup backup backup.