mysql -u root mysql why does my system need it
Okay, I've been trying to install EQ emulator for days.
I've followed all the Howto's and I am now asking for help. I have even clean formated and reinstalled even tried without xp sp2 incase it caused problems. No matter what I try, I get the 1405 or 2001 error when I run World.exe. Starts with Got signal 0 Current world versiob 0.6.0-dr2 Database Error: lost connection, attempting to recover .. error 2006 Now i am wondering if the fact my system gives access denied if I try mysql.exe (grant etc) it all seems to work but if i test mysql -u <user id> -p access denied when i input password. Why does my system need the mysql -u root mysql to be able to do the GRANT ALL PRIVILEGES ON eq.* TO someid@localhost IDENTIFIED BY 'somepass' WITH GRANT OPTION; I am just trying to get a handle on this because I have read the Howto's i've spent the last 48 hours trying different ways. Any suggestions or help would be very happily recieved as would any links to something i missed to make me look dumb. |
Just to check off what i've tried
Quote:
Code: perl -MIO::Scalar -e "print 'Installed'" Check GRANT ALL PRIVILEGES ON eq.* TO someid@"%" IDENTIFIED BY 'somepass' WITH GRANT OPTION; The below hasn't been tried because as below my my.ini doesn't include anything like it. find my.ini (windows) or my.cnf (linux, /etc/my.cnf) and set 8M instead if 1M to set-variable = max_allowed_packet=1M -> set-variable = max_allowed_packet=8M relaunch mysql after you did this. My.ini Code:
#This File was made using the WinMySQLAdmin 1.4 Tool Code:
[Database] |
here is the complete error.
Quote:
|
ummmm
you have mysql installed.
so just follow the directions step by step it aill all make sense. the mysql -u root -p "is how yo connect useing use root with a password" then type create database eqemu; use eqemu; "if u made it" then source world.db; or whatever world you have. |
uhm maybe you said it and I missed it
but are you runing mysqladmin in the backround? and mtsql_nt or something? I thiknk without sql to deal with the account access procs the db is not open to localhost editing
|
All times are GMT -4. The time now is 04:29 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.