View Single Post
  #8  
Old 08-21-2003, 07:03 PM
n0sn0s
Fire Beetle
 
Join Date: Aug 2003
Posts: 3
Default

[Database]
host=192.168.0.3
user=n0s
password=1234
database=eq
compression=off


mysql> GRANT ALL PRIVILEGES ON eq.* TO '%'@localhost IDENTIFIED BY '%' WITH GRAN
T OPTION;
ERROR 1044: Access denied for user: '@localhost' to database 'eq'
mysql> grant all privileges on *.* to n0s@'%' identified by '1234' with grant option;
ERROR 1045: Access denied for user: '@localhost' (Using password: NO)
mysql>


Thats what I get, I read the server setup guide on this page to install it and have now redone the directions completely reinstalling both mysql and eqemu with the exact same result about 5 times now.
Reply With Quote