We're a community of 1.1M IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,080,608 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

Foegot password and user nam. Need Help!!

I try to access phpmyadmin but i can't get in because it said my password and username is wrong. The password and username, is it the same one as i entered when i install Appserve ?.So what should i do if i want to change username and password or can any one tell me where can i get password and user name to access localhost\phpadmin

Please help..

2
Contributors
1
Reply
2 Weeks
Discussion Span
1 Year Ago
Last Updated
2
Views
Aviplo
Light Poster
43 posts since Oct 2011
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

Hi,

First of all confirm if this is Apache password or mysql password.....if this asking over browser in a small dialogue box then its apache's configuration or if its asking in browser's page then its mysql' config


if its mysql's configuration then do the following steps to change password:

1) stop mysql
2) start mysql with --skip-grant-tables (mysqld_safe --skip-grant-tables)
3) Reset user password with following steps:
enter into mysql prompt with "mysql" command:
use mysql
update user set password=password("newPassword") where user = 'root';
4) Restart mysql service and access phpmyadmin with new user and password (but keep this thing your mind the user root must be enabled to login in phpmyadmin....you can check this in /etc/phpMyAdmin/config.inc.php)

--
Manoj
Removed by mod

manojsamtani
Light Poster
Banned
37 posts since Apr 2011
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

This article has been dead for over three months: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
View similar articles that have also been tagged:
 
© 2013 DaniWeb® LLC
Page generated in 0.0873 seconds using 2.65MB