Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-15-2014, 09:58 PM
ionhsmith
Discordant
 
Join Date: Jun 2014
Posts: 284
Default New server Question

I have a UO dedicated server so I thought I would try and EQ one but I am running into errors following the guide on this website. I am on the step
Open a command prompt and type in:-

mysql -uroot

then type in:-

SET PASSWORD FOR 'root'@'localhost' = PASSWORD('your_pasword');

but it tells me cant connect to MySQL server on local host... any suggestions?

so far everything else is going good ... compiled with 0 errors
Reply With Quote
  #2  
Old 06-15-2014, 10:11 PM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

It sounds to me like mysql isn't running. You might want to check in the windows task manager and see if mysqld.exe is running in the processes.

I don't know a lot about xampp and I am using MariaDB instead of MySQL...
__________________
Maybe I should try making one of these servers...
Reply With Quote
  #3  
Old 06-15-2014, 11:20 PM
ionhsmith
Discordant
 
Join Date: Jun 2014
Posts: 284
Default

I don't know much about any of it ... first time using it ... MySQL is now running but now I get Error 1045 (28000): Access denied for user "nroot'@'localhost' (using password:yes)

anyone with xampp /MySQL experience feel free to throw out some pointers lol and thanks
Reply With Quote
  #4  
Old 06-15-2014, 11:47 PM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

Try just typing

mysql -u root
__________________
Maybe I should try making one of these servers...
Reply With Quote
  #5  
Old 06-16-2014, 12:03 AM
ionhsmith
Discordant
 
Join Date: Jun 2014
Posts: 284
Default

I did that and the above error is what I get
Reply With Quote
  #6  
Old 06-16-2014, 12:26 AM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

Then it has a password already. Find the my.ini file for mysql and it will have the password among the configuration settings in it.
__________________
Maybe I should try making one of these servers...
Reply With Quote
  #7  
Old 06-16-2014, 12:30 AM
ionhsmith
Discordant
 
Join Date: Jun 2014
Posts: 284
Default

None that I see in it ... I have even changed the password
in that filw
Reply With Quote
  #8  
Old 06-16-2014, 12:35 AM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

You should see something like...

Code:
# The following options will be passed to all MySQL clients
[client]
password	= your_password
port		= 3306
socket		= /tmp/mysql.sock
so when you start mysql use

mysql -u root -pyour_password

thats a -p followed by whatever is in the place of your_password in the my.ini file
__________________
Maybe I should try making one of these servers...
Reply With Quote
  #9  
Old 06-16-2014, 11:11 AM
ionhsmith
Discordant
 
Join Date: Jun 2014
Posts: 284
Default

I did this and it told me
Warning: Using a password on the command line interface can be insecure
ERROR 1045 (28000): Access denied for user 'root'@localhost' (using password: yes)
Reply With Quote
  #10  
Old 06-16-2014, 12:23 PM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

Quote:
Originally Posted by ionhsmith View Post
I did this and it told me
Warning: Using a password on the command line interface can be insecure
ERROR 1045 (28000): Access denied for user 'root'@localhost' (using password: yes)
That is just a warning (although correct). You should use: mysql -uroot -p
It will ask you for the password on a separate line.

Do you have the right password for root? Does root have all privileges?
Reply With Quote
  #11  
Old 06-16-2014, 12:28 PM
ionhsmith
Discordant
 
Join Date: Jun 2014
Posts: 284
Default

I am just now trying to set it up ... I have followed the server install guide from the forums here but when I go to set up the password like in step 3 (using xampp)
MySQL -uroot it gives me the access denied for user 'root'@'localhost'

Im not sure how to set root privileges that you asked
Reply With Quote
  #12  
Old 06-16-2014, 12:29 PM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

I would first shut down mysqld - the mysql service(probably a way with xampp to do this)

Then check the my.ini file and make sure you know EXACTLY what it says the password is - case matters. Also changing the ini file while it is running doen't change it until it restarts.

Restart the mysql service (with xampp)/

Try the mysql -u root -p[password]

if you still have a problem you have a choice of uninstalling and reinstalling it.. or resetting it which is a bit of hacking.
__________________
Maybe I should try making one of these servers...
Reply With Quote
  #13  
Old 06-16-2014, 01:59 PM
ionhsmith
Discordant
 
Join Date: Jun 2014
Posts: 284
Default

ok seems I got the server working thanks for the help ... but as a server running with 127.0.0.1 how do I make the client work on that address? I tried to do the shortcut but I get a problem with shortcut c:\users\Gamble\Desktop\Everquest\eqgame.exe"patch me' specified in the target box is not valid .... I also tried to download the eqemu launcher but have no idea how to make it point to my server ... any ideas?
Reply With Quote
  #14  
Old 06-16-2014, 02:30 PM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

You are actually asking a lot of questions here whether you know it or not... or at least seeking a lot of different answers.

Where is EQ (client) installed? Do you have a shortcut on your desktop?

Are you running your own logon server or using the public one? What exactly is running when you say the server is running? (what windows have what programs running?)
__________________
Maybe I should try making one of these servers...
Reply With Quote
  #15  
Old 06-16-2014, 02:41 PM
ionhsmith
Discordant
 
Join Date: Jun 2014
Posts: 284
Default

sorry just new to this EMU. Just trying to learn how to connect to my own server instead of one of the ones on here... Right now the world.exe , queryserv.exe, ucs.exe, and 0:sleeping windows are running, I have the patchme thing figured out but all I can connect to are the servers that are from this website. I cannot connect to 127.0.0.1
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 10:47 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3