Browser MMO Video#2

Location of the Videos
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Video#2

Post by hallsofvallhalla »

ah thanks for the mac assistance!
Socapex
Posts: 16
Joined: Sun Jun 14, 2009 10:00 pm

Re: Video#2

Post by Socapex »

:D So great stuff here, wouldn't want anyone to be restricted.
User avatar
Sakar
Posts: 520
Joined: Thu Apr 23, 2009 2:59 am

Re: Video#2

Post by Sakar »

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?
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Video#2

Post by hallsofvallhalla »

pm me your connect.php...
User avatar
Sakar
Posts: 520
Joined: Thu Apr 23, 2009 2:59 am

Re: Video#2

Post by Sakar »

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 :)
mrmajic
Posts: 117
Joined: Sat Jun 27, 2009 9:37 am

Re: Video#2

Post by mrmajic »

id say it'll probably be worth starting from scratch .. rewatching all the vids .. if theres no connect.php. .. then you have nothing really ..
Mr Majic...

Current Project: http://www.deltarealm.net
feedback welcome.
User avatar
Sakar
Posts: 520
Joined: Thu Apr 23, 2009 2:59 am

Re: Video#2

Post by Sakar »

I started from scratch and still get the error. I'm not sure why this is happening. In the video it shows the phpMyAdmin panel for halls but all I get is this:

Image

:?:
mrmajic
Posts: 117
Joined: Sat Jun 27, 2009 9:37 am

Re: Video#2

Post by mrmajic »

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

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
?>
also, in php.ini remove the ; from the start of extension=php_mbstring.dll

try all this first...
Mr Majic...

Current Project: http://www.deltarealm.net
feedback welcome.
User avatar
Sakar
Posts: 520
Joined: Thu Apr 23, 2009 2:59 am

Re: Video#2

Post by Sakar »

That did the trick, thanks!
mrmajic
Posts: 117
Joined: Sat Jun 27, 2009 9:37 am

Re: Video#2

Post by mrmajic »

np .. its what were here for. just remember, to post in the right forum .. :) Have a good one..
Mr Majic...

Current Project: http://www.deltarealm.net
feedback welcome.
Post Reply

Return to “Older Browser MMO Videos”