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

Solved Xampp Error

undead mage

Active Member
Joined
Mar 25, 2012
Messages
364
Solutions
2
Reaction score
47
Location
Amsterdam
Can anyone help me??
I already tried this: http://forum.ragezone.com/f406/help-sql-import-error-375143/
but it didn't help :/

2hfqj6b.jpg
 
You need to create a user and database for phpMyAdmin and install its database schema. Since you have the phpmyadmin database created, chances are you are only missing the username/password in phpMyAdmin's config.php file.
 
Im seeing 3 files at C:\xampp\phpMyAdmin
1. config.inc.php <= I have changed this one but I still have the same error...
2. config.inc.php.safe
3. config.sample.inc.php

changed it into

/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'MY PASSWORD';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';
 
Back
Top