View Full Version : neededing help creating a server
Zavier101
06-22-2004, 07:31 PM
I have done everything but when i load world it says that Mysql doesnt recignize my username/password and it is the same as the one i ysed any way to fix?
animepimp
06-23-2004, 12:59 AM
Make sure you don't have any extra spaces in your ini file after the username or password.
Virus11
06-23-2004, 02:41 AM
Open command prompt and type:
cd\mysql\bin
mysql -u root mysql
use db;
grant all privileges on *.* to user@localhost identified by 'password' with grant option;
quit
exit
Replace db with your database name, replace user with your username, and replace password with your password. Now try and it should connect fine.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.