MYSQL Password
Posted by: jadalsalim (94.187.89.---)
Date: March 08, 2009 04:08PM

Well, I installed the WAMP 2.0c(Windows Apache( version 2.2.8) MySQL(version 5.0.51b) PHP(version 5.2.6 )) and it worked good when writing php scripts and trying to execute them. But an error occured when trying to access the mysql facility in order to create a database where the mysql console prompted me to enter a PASSWORD...i have no idea what the password shall be and i surfed the internet and found nothing about it...so could anyone help me fix that ?? Thanks in advance !!



Edited 1 time(s). Last edit at 03/08/2009 04:11PM by jadalsalim.

Options: ReplyQuote
Re: MYSQL Password
Posted by: c2dan (---.sotn.cable.ntl.com)
Date: March 08, 2009 04:34PM

By default there is only one account setup for MySQL. When using phpmyadmin or connecting to mysql (using mysql_connect() function) use the username root with no password.

You can setup passwords for the root account if you so wish to. Or setup more users. This is easily archived by clicking the Privileges tab/link when you've logged into phpMyAdmin.

Options: ReplyQuote
Re: MYSQL Password
Posted by: jadalsalim (94.187.89.---)
Date: March 08, 2009 05:19PM

Ohhh ok really thanks for your help !!!

Options: ReplyQuote


Sorry, only registered users may post in this forum.