How can i know the db pass or name
Posted by: xtrm (88.240.68.---)
Date: April 22, 2007 10:30PM

I installed WAMP server in my pc but what is my default db pass; and db username;
HELP PLEASE

Options: ReplyQuote
Re: How can i know the db pass or name
Posted by: dgr (125.63.104.---)
Date: April 22, 2007 11:32PM


Open the Windows Command Prompt (Start > Programs > Accessories > Command Prompt). Change to the directory that contains the mysql binary (application) files by typing the following at the prompt and pressing Enter: cd c:\wamp\mysql\bin\

commands -
To setup root password for first time, use mysqladmin command at shell prompt as follows:

$ mysqladmin -u root password NEWPASSWORD


However if you want to change (or update) a root password, then you need to use following command:

$ mysqladmin -u root -p oldpassword newpassEnter password:

also try using "mysql console"

Options: ReplyQuote
Re: How can i know the db pass or name
Posted by: CyberSpatium (71.237.217.---)
Date: April 23, 2007 01:54AM

the default mysql user is root and their is no password set. to see how to set a password see the phpmyadmin section of my manual



CyberSpatium
----------------------
WAMP English Forum Admin

Need help? Check out my WAMP User Manual/Guide here!

Please visit my latest website Clarify Loans:
clarifyloans.com

Options: ReplyQuote


Sorry, only registered users may post in this forum.