• 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 Need Help with website based on SQLite not MySql

Vikarious

New Member
Joined
Dec 16, 2008
Messages
93
Reaction score
2
there is some ot website, based in sqlite configuraitons, not in mysql?


i heard of Gesior AAC Maker, but i have problens when i run the //localhost/instal.php thing




STEP 2
Check database connection
If you don't see any errors press link to STEP 3 - Add tables and columns to DB. If you see some errors it mean server has wrong configuration. Check FAQ or ask author of acc. maker.Database error - can't open SQLite database. Possible reasons:
c:/ot/ - file isn't valid SQLite database.
c:/ot/ - doesn't exist.



I receive this error.

But files are inside folder (forgottenserver.s3db, schema.mysql and schema.sqlite), and in config.lua i let thus:


- Database
-- NOTE: sqlFile is used only by sqlite database
sqlType = "sqlite"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "-----"
sqlPass = "----"
sqlDatabase = "schema"
sqlFile = "forgottenserver.s3db"
passwordType = "plain"



~~~


I need a site in this form, cuz my ot have datbase stored in .s3db file not in mysql database.

If its impossible to use .s3db file, ill need to reset server from zero, but i wont, so, i dont know what to do.

Please can someone help me?
 
Back
Top