need help phpmyadmin

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
slvfx
Forum Newbie
Posts: 4
Joined: Tue Nov 17, 2009 11:59 am

need help phpmyadmin

Post by slvfx »

New to everything...

Installed the phpmyadmin to the server. Go to the ip address and get the request for the user name and password for phpmyadmin. The only thing I remember is putting in a password during installation on the server. Can someone give me the instructions on how I can correct this.

Running ubuntu linux, apache2 webserver, php5 and mysql

Would very much appreciate any help you could give me.
User avatar
iankent
Forum Contributor
Posts: 333
Joined: Mon Nov 16, 2009 4:23 pm
Location: Wales, United Kingdom

Re: need help phpmyadmin

Post by iankent »

Hi :) and welcome to the forum!

The username and password phpMyAdmin is asking for is your mysql server details - if you've only just installed mysql server then it'll usually be root with no password or root and the OS root password. If your server is hosted by some company somewhere they'll more than likely have given you a mysql username/password to use, in which case, use those :)

if you've forgotten the mysql password and its your own server you'll need to login to the OS as root and access mysql from the command line to reset your password, and if its a server hosted by somebody else, they'll probably have to reset it for you

hth :)

edit:
worth mentioning, if your mysql root password is blank, it probably won't let you login using phpMyAdmin, in which case you have no option but to use the mysql command line to set your root password before going any further. See the MySQL guide here: http://dev.mysql.com/doc/refman/5.0/en/ ... sions.html
slvfx
Forum Newbie
Posts: 4
Joined: Tue Nov 17, 2009 11:59 am

Re: need help phpmyadmin

Post by slvfx »

Thank-you very much for your post. Originally I thought by root you meant my root user name on the os but after paying my learning dues I reviewed your post again and the dim bulb for a brain picked up on the valuable information you gave me. Now I begin to go down the road to learn about php and mysql.

Thanks again
Post Reply