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

AAC ZnoteAAC Warning

foulla

Member
Joined
Jun 26, 2016
Messages
78
Solutions
1
Reaction score
6
Warning: mysqli::__construct(): (HY000/1045): Access denied for user 'tfs13'@'localhost' (using password: YES) in C:\new\htdocs\engine\database\connect.php on line 35
Failed to connect to MySQL: (1045) Access denied for user 'tfs13'@'localhost' (using password: YES)

Install:​

  1. Make sure you have imported TFS database. (OTdir/schema.sql OR OTdir/schemas/mysql.sql OR OTdir/forgottenserver.sql)
  2. Import the Znote AAC schema to a TFS database in phpmyadmin.
  3. Edit config.php with correct mysql connection details.
 
Last edited:
You need to set correct mysql details for ZnoteAAC in config.php and import the schema to the database.
Like what like this
PHP:
$config['sqlUser'] = 'tfs13';

  $config['sqlPassword'] = 'tfs13';

    $config['sqlDatabase'] = 'tfs13';
    $config['sqlHost'] = '127.0.0.1
What else can be modified
 
Back
Top