![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Nov 2007
Location: kl,malaysia
Posts: 1
Rep Power: 0
![]() |
I installing and configuring Apache 2.2.4, MySQL 5.0.27 and PHP 5.2.1 on Microsoft Windows XP.
In some cases (usually when MySQL is being installed over a previous version), the MySQL Server Instance Configuration Wizard will give a Connection Error.. Problem occur when setting security options: 1.(i don't know current password) 2.enter root password 3.Confirm (retype) your password error number 1045: the security setting could not be applied. access denied for user 'root'@'localhost' Any1 can help in tis installation. thanks.. |
|
|
|
|
|
#2 |
|
Programming Guru
![]() ![]() ![]() |
Re: Connection Error (usually when MySQL is being installed over a previous version)
Seems like the configuration wizard is not applying the new password so it leaves the root password blank.
When you start the MySQL command line client... just press ENTER when you are prompted for the password. Change the root password by executing: SET PASSWORD FOR 'root'@'localhost' = PASSWORD('MyNewPassword'); Maybe that will help.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Annoying MySQL Connection Problem | mackay6 | Other Web Development Languages | 6 | Oct 22nd, 2006 2:15 AM |
| MySQL connection bottleneck? | Jimbo | Other Web Development Languages | 8 | Jun 28th, 2006 8:27 PM |
| Tutorial - Using MySQL in C# | Darkhack | C# | 12 | Jan 17th, 2006 9:28 AM |
| Converting to a previous version of Delphi | CaptainChaNinja | Delphi | 4 | Aug 22nd, 2005 7:08 PM |
| Creating MySQL connection in C# | OpenLoop | C# | 5 | May 28th, 2005 12:46 PM |