screechout
Member
Whilst this isn't exactly related to xenforo I was wondering if anyone could help, I had to reinstall xenforo due to messing some stuff up and in the process I'm not sure what I did but I completely messed up phpmyadmin ins the process as well. It prompts me with a login page, I put in the pass word that it says in my config.inc.php but then I am prompted with 1045# Cannot log in to my SQL Server.
This is what my config.inc.php says
<?php
/*
* Generated configuration file
* Generated by: phpMyAdmin 4.1.14 setup script
* Date: Mon, 15 Jun 2015 13:02:08 +0200
*/
/* Servers configuration */
$i = 0;
/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = '';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'user';
$cfg['Servers'][$i]['password'] = 'jade';
/* End of servers configuration */
$cfg['blowfish_secret'] = '557eafd496aa37.98980975';
$cfg['DefaultLang'] = 'en';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
?>
The above username or password does not work. If anyone can help I would be so grateful! thanks
This is what my config.inc.php says
<?php
/*
* Generated configuration file
* Generated by: phpMyAdmin 4.1.14 setup script
* Date: Mon, 15 Jun 2015 13:02:08 +0200
*/
/* Servers configuration */
$i = 0;
/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = '';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'user';
$cfg['Servers'][$i]['password'] = 'jade';
/* End of servers configuration */
$cfg['blowfish_secret'] = '557eafd496aa37.98980975';
$cfg['DefaultLang'] = 'en';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
?>
The above username or password does not work. If anyone can help I would be so grateful! thanks