• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

My Website (Nicaw ACC) cant read my database!

Torna

New Member
Joined
Nov 22, 2008
Messages
151
Reaction score
3
as title says.....

"Connection failed: SQLSTATE[42000] [1049] Unknown database 'forgottenserver.s3db'
Please check your SQL settings"


Config:

# MySQL server settings
$cfg['SQL_Server'] = 'localhost';
$cfg['SQL_User'] = 'root';
$cfg['SQL_Password'] = '***';
$cfg['SQL_Database'] = 'theforgottenserver.s3db';

Look at: 78.69.198.53


what is wrong ;(?!
 
Last edited:
post your config

<?php
##################################################
# CONFIGURATION #
##################################################
# Congratulations on finding configuration file. #
# This is very simililar to config.lua as it #
# follows same basic principles. Text in between #
# /* */ or starting with # is ignored. Text #
# values must be 'qouted'. Logical values are #
# true/false. All statements end with ; #
##################################################

# Set data directory of your OT server
$cfg['dirdata'] = 'C:\Documents and Settings\Ägaren.TÖRNA\Skrivbord\Real Map 8.0/data/';

$cfg['house_file'] = 'world/Tibia-house.xml';

# MySQL server settings
$cfg['SQL_Server'] = 'localhost';
$cfg['SQL_User'] = 'root';
$cfg['SQL_Password'] = '***';
$cfg['SQL_Database'] = 'forgottenserver.s3db';
 
Last edited:
Back
Top