Monday 10 September 2012

#1045 - access denied for user 'root'@'localhost' (using password no)" Solution for Joomla

Dear Friends,
If in windows using joomla you got problem of error #1045 - access denied for user 'root'@'localhost' (using password no) on running Php My admin in XAMPP.Then follow below step you will be able to solve this because i have also do this and my porblem get solved.

1.First Stop XAMPP

2. Goto to directory in which XAMPP has installed for example c:\xampp.

3. Then goto c:\xampp\mysql.


4. Run resetroot.bat .

5.Restart the PC and Enjoy.

Command For Find Port Used By Application On Computer in windows

Dear Friends,
There is many application running on windows on local or  network.These application use some port of windows.Here we find the port of application used by Following these steps.
Image 1
1. Open Command Prompt.
2. Type netstat -aon.(See Image 1)
3. Press Enter.

4. This show you port which is use a PID Number.
5. Then Note down PID Number using By Port Which You Want.
6. Now open TASK MANAGER by press ALT+CTRL+DELETE.
Image 2
7. Click on Process Tab (See Image 2).
8. Click On View and Select Columns. (See Image 2).
9. Then Click on PID Tick in the box.then ok.

10. after that see Task Manager.It show PID infront of application or image name.
11. you can End Process of that application which port used by.


Like this you will be able to find port used by application.