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 01-09-2016, 04:54 PM
sculler
Sarnak
 
Join Date: May 2008
Location: South Carolina
Posts: 36
Default

I did use the installer.

Sorry I took over Eriviyn and one of the scripts wasn't working with the plugin::LoadMySql call so I was thinking DBI wasn't installed.

I apologize, it seems it's another issue altogether. DBI is definitely installed.
Reply With Quote
  #2  
Old 01-11-2016, 10:19 PM
Tyen05
Discordant
 
Join Date: Mar 2009
Location: eqbrowser.com
Posts: 309
Default

My contribution


__________________
Browser based EQ project
Reply With Quote
  #3  
Old 01-12-2016, 02:04 AM
blindaviator
Sarnak
 
Join Date: Jul 2010
Posts: 61
Default

Tried the install tonight and everything went fine except for Database install. It installed the DB software fine but failed to setup or install the actual database. I check for a database with HeidiSQL and none show.

Reply With Quote
  #4  
Old 01-12-2016, 02:06 AM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Did you previously install another database engine? This could be where your problem lies as its not a true clean install.

Open CMD

Type:

echo %path%

Paste the contents in a code block here
Reply With Quote
  #5  
Old 01-12-2016, 05:05 AM
blindaviator
Sarnak
 
Join Date: Jul 2010
Posts: 61
Default

Quote:
Originally Posted by Akkadius View Post
Did you previously install another database engine? This could be where your problem lies as its not a true clean install.

Open CMD

Type:

echo %path%

Paste the contents in a code block here
I had a previous install that I removed including MySQL and Perl... I have Visual Studio 2013 installed which installs Microsoft SQL server... Could that be the cause of it??

Code:
C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\
Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA C
orporation\PhysX\Common;C:\Program Files (x86)\Windows Kits\8.1\Windows Performa
nce Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\xampp\mysq
l\bin;C:\xampp\mysql\lib;c:\xampp\mysql\lib;c:\Program Files\Git\mingw64\bin;C:\
Perl\site\bin;C:\Perl\bin;C:\Program Files\MariaDB 10.0\bin;C:\Perl\site\bin;C:\
Perl\bin;C:\Program Files\MariaDB 10.0\bin
Reply With Quote
  #6  
Old 01-12-2016, 05:27 AM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

It's the xamp\mysql in your path, just because you uninstall it doesn't mean it is removed from system path.

Remove it and try again.
Reply With Quote
  #7  
Old 01-12-2016, 05:44 AM
blindaviator
Sarnak
 
Join Date: Jul 2010
Posts: 61
Default

Quote:
Originally Posted by Akkadius View Post
It's the xamp\mysql in your path, just because you uninstall it doesn't mean it is removed from system path.

Remove it and try again.
Yeah I just uninstalled everything again and cleared the path of all uninstalled programs and did a full reinstall and it worked flawlessly this time...
Appreciate the help.
Reply With Quote
  #8  
Old 01-12-2016, 07:15 AM
blindaviator
Sarnak
 
Join Date: Jul 2010
Posts: 61
Default

Now that I have it all working I am loath to modify anything that may break it, but...

Is it possible to make Mercs and/or Bots work on this install?
I haven't really explored the install yet to see what is available but I didn't see any Bot's entries in the database and the merc vendors didn't seem to be responding.
Reply With Quote
  #9  
Old 01-12-2016, 08:19 AM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Quote:
Originally Posted by blindaviator View Post
Now that I have it all working I am loath to modify anything that may break it, but...

Is it possible to make Mercs and/or Bots work on this install?
I haven't really explored the install yet to see what is available but I didn't see any Bot's entries in the database and the merc vendors didn't seem to be responding.
That is beyond the scope of the installer and there is no automagic configuration for those currently. You'll need to look into enabling them through whatever resources you can find on the forums. Try posting in a different thread and people can help you there
Reply With Quote
  #10  
Old 01-12-2016, 08:52 AM
Sisca
Fire Beetle
 
Join Date: Sep 2015
Posts: 7
Default

Removed since Akka beat me to it...
Reply With Quote
  #11  
Old 01-15-2016, 07:16 PM
ihatemyself
Fire Beetle
 
Join Date: Dec 2012
Posts: 4
Default

Is it possible to do database updates in this build?

When I try using the eqemu_update.pl script, multiple options say there's no database present.
Reply With Quote
  #12  
Old 01-17-2016, 05:22 PM
hawkhunter
Fire Beetle
 
Join Date: Jan 2011
Location: texas
Posts: 5
Default

Install yesterday on windows server 2008 32bit. seemed to work fine after replacing mariaDB with the 32bit version.
Reply With Quote
  #13  
Old 01-20-2016, 06:15 PM
Dremis
Fire Beetle
 
Join Date: Jan 2016
Posts: 20
Default

Akkadius,

One suggestion if I may. This should include XAMPP and the PEQ editor.

Reason: Since this installs and configures everything for you, it is a PITA trying to configure PHP and Apache for a separate MySQL install that you have to find config info for. Since you're using the PEQ database and almost everyone agrees that the PEQ editor (or your EoC) is the bestestes, easiest way to edit the DB) they should be included for a total "turn key" solution.


DISCLAIMER: Alcohol may have played a part in this post. It made sense to me when I typed it. YMMV.
Reply With Quote
  #14  
Old 01-20-2016, 06:16 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Quote:
Originally Posted by Dremis View Post
Akkadius,

One suggestion if I may. This should include XAMPP and the PEQ editor.

Reason: Since this installs and configures everything for you, it is a PITA trying to configure PHP and Apache for a separate MySQL install that you have to find config info for. Since you're using the PEQ database and almost everyone agrees that the PEQ editor (or your EoC) is the bestestes, easiest way to edit the DB) they should be included for a total "turn key" solution.


DISCLAIMER: Alcohol may have played a part in this post. It made sense to me when I typed it. YMMV.
I have plans to have it retrofit other database installs, right now the requirement is an absolute clean install.
Reply With Quote
  #15  
Old 01-25-2016, 07:38 PM
Dremis
Fire Beetle
 
Join Date: Jan 2016
Posts: 20
Default

Any chance of an uninstall for those (like me) that screw something up and need to start over.

I uninstalled (and where that option wasn't available) deleted everything I could find. Yet trying to start over has yielded nothing but problems. It worked once but I can't get it to work twice.
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 07:23 PM.


 

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