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

Database error - Installation acc maker

wafuboe

Active Member
Joined
Dec 24, 2010
Messages
884
Solutions
2
Reaction score
26
Database error - can't open SQLite database. Possible reasons:
C:/Users/Paco/Desktop/Zildjian Server/NaxedOt 8/NaxedOt 8/ - file isn't valid SQLite database.
C:/Users/Paco/Desktop/Zildjian Server/NaxedOt 8/NaxedOt 8/ - doesn't exist.


i use sqlite, a friend told me that i need to change to mysql or phpmyadmin something like that..
it is true?

how i install mysql or phpmyadmin if nedded?
 
im stuck in this step...

and look for file named:
config.inc.php

Open it in notepad++. Or regular notepad. (Text document).


Change from:
PHP Code:
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
TO:
PHP Code:
$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)?
Don't change anything else here, don't change root to your new root name or anything like this. Just leave it root here, for security reasons.

Scroll a little down and you see:
PHP Code:
/* PMA User advanced features */
$cfg['Servers'][$i]['controluser'] = 'pma';
$cfg['Servers'][$i]['controlpass'] = '';
change
PHP Code:
$cfg['Servers'][$i]['controlpass'] = '';
To a 8 numbered long password! Remember this password since we need to configure phpMyAdmin later with it!

/* PMA User advanced features */
$cfg['Servers'][$i]['controluser'] = 'pma';
$cfg['Servers'][$i]['controlpass'] = '';
change
PHP Code:
$cfg['Servers'][$i]['controlpass'] = '';
To a 8 numbered long password! Remember this password since we need to configure phpMyAdmin later with it!

wtf i have to do! where i put the new 8 digits password?

i enter with my username that i have with the password that i generate?
or with the password that i suppose to put it here

$cfg['Servers'][$i]['controlpass'] = '';
where the hell i put the password?
 
i have a problem here ;S


i log with my user name and my generate password and ye it logins
i put in config cookie and the password.

but i cant find the section priviligies

and there is a message down the screen
Connection for controluser as defined in your configuration failed.

;S

help!
 
Back
Top