PDA

View Full Version : Emulator won't install question?


rucuss
12-21-2022, 11:12 AM
I keep getting this error mysql path not found please add path for automatic database upgrading to continue. I had this installed on F: drive and tried to install it on C: drive now the error comes up on both drives and cannot install it on either drive.

Nightrider84
12-26-2022, 04:33 PM
I don't remember the process but you need to make sure Mqsl is added to the root path of windows or it wont connect correctly. Perhaps someone can chime in here.

Edit. https://www.scaler.com/topics/sql/how-to-install-mysql-in-windows-10/

about half way down shows how to add Mysql to Environment path

Ignite001
12-29-2022, 02:10 PM
I've got this same problem as well.

I've already added "C:\Program Files\MariaDB 10.0\bin" to the Path in Environment Variables but it keeps saying [Error:eqemu_server.pl] MySQL path not found...

I also have an old server install that I tried to run the t_start_server.bat, but it gets stuck in a loop:
World: DOWN Zones: (0/30)
World: UP Zones: (30/30)

Tried checking if mysql path was working by going to CMD and typing
mysql -u root -p

and it worked, asked for a password, entered "eqemu" and it works:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 20
Server version: 10.0.21-MariaDB mariadb.org binary distribution
Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type \c to clear the current input statement.
MariaDB [(none)]>

Not sure what's the problem anymore....

Atarius
01-04-2023, 07:23 PM
Getting the same error but previous mentioned fix isn't working.

Trying to follow the guide but this is where I'm stuck.