• 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!

SQL problem

Maxens

Member
Joined
Apr 9, 2009
Messages
479
Reaction score
7
Location
Germany
Hey all :D

I got a problem with Phpmyadmin (for phpmyadmin i need to use mysql and not sqlite)

I got this in my coinfig:

PHP:
	-- Database
	-- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
	-- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
	-- MySQL
	sqlType = "mysql"
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = ""
	sqlDatabase = "forgottenserver"
	sqlFile = "forgottenserver.s3db"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	encryptionType = "plain"

the console just crashes :(

look here:

2ahywlw.png


EDIT: now it says "allocation failed, server out of memory! Decrease size of you map or compile in a 64-bit mode.

If you help me i will ofc give u rep++ ;)
 
Because it says: Decrease size of you map or compile in a 64-bit mode. It means the map is really big so, and the only way you can run your server with that mode, you need to compile it in 64 mode and have more than 4Gb ram+ 64 bit computer then ofcourse since a 32 bit mode has a maximum of 3Gb.

Rep++ please
 
No there is no other way you can run it. Your map is too big to. Maybe decreasing the map by cutting out the useless water might work, but it would need a lot of taken it. Laatido will not work on 32 bit users I also think so there is no other solution apart from what I've said in this post.
 
Back
Top