c0deM0nK424
Programmer
ive tried everything - well not really.
here is my config.inc.php file folks:
$cfg['Servers'][$i]['host'] = '127.0.0.1'; ( previous it was 'localhost' )
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
/* Select mysql if your server does not have mysqli */
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = false; ( previously i ommited this entire line)
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'tnj888777'; (previously this line never existed )
so with the changes that I did i STILL get the #2002 error.
Is there a way to fix this issue ??
where am i going wrong ?
I have:
PHP Version 5.4.16
Apache Version : 2.4.4
MySQL Version : 5.6.12
please folks - any wamp heads out there who know the fix ? whats happening why wont it friggin let me in ??
Oh im using Windows xP sp 3 , if that helps ( should it ) ?
get back to me on this one asap please folks.
im trying to install magento on wamp - obviously i cant if i cannot create a goddamn database in phpmyadmin ( need to create a database for magento , im using a tutorial on youtube ).
here is my config.inc.php file folks:
$cfg['Servers'][$i]['host'] = '127.0.0.1'; ( previous it was 'localhost' )
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
/* Select mysql if your server does not have mysqli */
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = false; ( previously i ommited this entire line)
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'tnj888777'; (previously this line never existed )
so with the changes that I did i STILL get the #2002 error.
Is there a way to fix this issue ??
where am i going wrong ?
I have:
PHP Version 5.4.16
Apache Version : 2.4.4
MySQL Version : 5.6.12
please folks - any wamp heads out there who know the fix ? whats happening why wont it friggin let me in ??
Oh im using Windows xP sp 3 , if that helps ( should it ) ?
get back to me on this one asap please folks.
im trying to install magento on wamp - obviously i cant if i cannot create a goddamn database in phpmyadmin ( need to create a database for magento , im using a tutorial on youtube ).