|
|
#1 |
|
Beta Member
Join Date: Aug 2010
Posts: 1
|
hi, I am working on my site which runs on tomcat server with mysql database developed in java. I am facing a problem while installing mysql. I have a website in my server which runs on joomla and wamp. So, when I install mysql as separate component(not the one present in wamp). I get the error 1045: access denied for root@localhost (using password yes). how can i get rid of this? trying to resolve since a week.
And can we have two mysql instances in a machine(mysql of wamp and individual mysql component) ? |
|
|
|
|
|
#2 | |
|
Site Team
Join Date: Jul 2009
Posts: 2,627
|
You need to use mysqladmin to set the root password for the first time. Assuming my password here is bobby:
Code:
mysqladmin -u root password bobby Quote:
__________________
Save the whales, feed the hungry, free the mallocs. |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|