Browser MMO Video#2
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Video#2
ah thanks for the mac assistance!
Re: Video#2

Re: Video#2
Every time I try to open phpMyAdmin I get this error
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
Not sure what I did wrong. I followed all the steps exactly but got this. Any help?
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
Not sure what I did wrong. I followed all the steps exactly but got this. Any help?
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Video#2
pm me your connect.php...
Re: Video#2
I can't seem to find one. I got to the point in the video where you open phpMyAdmin but no further. Maybe I'm just confused or I missed something 

Re: Video#2
id say it'll probably be worth starting from scratch .. rewatching all the vids .. if theres no connect.php. .. then you have nothing really ..
Re: Video#2
Re: Video#2
This error has nothing to do with the videos .. its a config issue on your end
in your phpmyadmin folder .. do you have a config.inc.php file? if you dont make it and put this in it
also, in php.ini remove the ; from the start of extension=php_mbstring.dll
try all this first...
in your phpmyadmin folder .. do you have a config.inc.php file? if you dont make it and put this in it
Code: Select all
<?php
/* Servers configuration */
$i = 0;
/* Server localhost (config:root) [1] */
$i++;
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root'; <<< CHANGE TO WHAT EVER USERNAME YOU USED WHEN YOU SETUP MYSQL
$cfg['Servers'][$i]['password'] = 'PASSWORD'; <<< CHANGE TO WHAT EVER PASSWORD YOU USED WHEN YOU SETUP MYSQL
?>
try all this first...
Re: Video#2
np .. its what were here for. just remember, to post in the right forum ..
Have a good one..
