View Single Post
  #4  
Old 12-12-2004, 06:09 AM
RangerDown
Demi-God
 
Join Date: Mar 2004
Posts: 1,066
Default

It looks like some of the apostrophes you used to quote came out as ?.

Quote:
Making the assumption that your DB is named ?eq' and you want to access it with the user ?eqemu' with the password ?pass'. To be a little better, you can replace the % below with your eqemu server's OUTGOING IP address when talking to the mysql server, ?localhost' if it is the same machine.
with that said, connect to your mysql server as root:
mysql -u root -p -h hostname #(or whatever you use)
run:
GRANT all ON eq.* TO eqemu@'%' IDENTIFIED BY ?pass'
A terrific tutorial tho!
__________________
<idleRPG> Rogean ate a plate of discounted, day-old sushi. This terrible calamity has slowed them 0 days, 15:13:51 from level 48.
Reply With Quote