• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows Run a server without MySQL connection?

Beo

Three Magic
Joined
Aug 25, 2009
Messages
9,057
Solutions
1
Reaction score
846
Is there any possible way to run a server without having a MySQL connection?

I only need it online to test scripts etc..
And I'm having troubles with the gesior and modern AAC setup, so this would be easier for me.
 
I changed it to Sqlite and an error came up.

Code:
[18/11/2010 16:03:48] >> Testing SQL connection... SqLite.
[18/11/2010 16:03:48] > ERROR: Failed to connect to sqlite database file, make sure it exists and is readable.
 
I changed it to Sqlite and an error came up.

Code:
[18/11/2010 16:03:48] >> Testing SQL connection... SqLite.
[18/11/2010 16:03:48] > ERROR: Failed to connect to sqlite database file, make sure it exists and is readable.

I'm pretty sure you need to download sqlite software, like sqlite Expert, instead of just changing the SQL_connection type in config.
 
Back
Top