Closed RavingSmurfGB closed 1 year ago
Database releases were moved. It all works here https://github.com/ProjectSkyfire/database/releases/tag/R23.000
Ah okay, thanks for linking that but I still recieve the same error
That is a MySQL error not a skyfire error
okay, but do you know how to get around that, it seems that the mysql quries arent executing due to this,
are you able to reproduce the problem?
lib crypto is an openssl lib maybe reinstalling openssl
Can do, I have 32bit openssl 1.1.1w installed
I have just uninstalled, reinstalled and restarted my pc but I still get te same errors
you should use 64bit
Yep that seem to do the trick, thanks so much @AriDEV3 !!
I had the 32bit openssl installed as I was trying to compile the server, and 64bit compilation seemed trickier
Description:
Database_Installer_Updater.bat errors and does not install world database
Current behaviour:
Downloading the database release from:
I run the Database_InstallerUpdater.bat file (after extracting everything) Enter the IP address, credentials and inform it of the World database. (which I have created as per the instructions https://wiki.projectskyfire.org/index.php/Installation(Windows_5xx)#IMPORTING_THE_DATABASE) I then press 1 , which is (1 - Install 5.4.8 World Database and all updates, NOTE! Whole db will be overwritten!)
However I recieve a mysql.exe System Error
it states:
Pressing okay, then provides another error
This continous for every mysql operation, accepting each error leads to the script believing all operations have been succesful
I believe this bat file is using the included mysql.exe in the dep folder, which means this should be included i think.
I am able to connect to my database using the same credentials.
Expected behaviour:
For the Database_Installer_Updater.bat to install the world database
SFDB version: 548-21.0 MYSQL version 5.7.26 Operating system: Windows 10 Build 19045
Thanks for any help in advance, I am soo confused!