Can't Get phpMyAdmin.

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Can't Get phpMyAdmin.

Postby sburr45 » 21. January 2016 22:48

I have r epeatedly dpownloaded/installed phpMyAdmin but after I do that when I try to connect to phpmyadmin I just get this pink colored webpage referring to a configuration error, i.e., my username, password are wrong. How do I correct this and get into the phpmyadmin?
sburr45
 
Posts: 1
Joined: 20. January 2016 23:11
Operating System: Windows 10

Re: Can't Get phpMyAdmin.

Postby Nobbie » 22. January 2016 11:53

sburr45 wrote:I have r epeatedly dpownloaded/installed phpMyAdmin


Why did you so? Xampp already comes with a preconfigured phpmyadmin which runs out of the box.
Nobbie
 
Posts: 13170
Joined: 09. March 2008 13:04

Re: Can't Get phpMyAdmin.

Postby udin_ordinary » 22. January 2016 19:47

sburr45

you may check in config.inc.php at C:\xampp\phpMyAdmin folder.
search script like this
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';

change into this
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';

and retest your phpmyadmin
info me if anything wrong
udin_ordinary
 
Posts: 3
Joined: 22. January 2016 19:25
Operating System: windows 7


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 123 guests