Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

Saturday, March 1, 2014

For checking which .NET Framework is installed in your PC, follow the below steps

Steps:
  1. Click on Start.
  2. Type regedit in  Search and files area.
  3. You will see Registry Editor popup window.
  4. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework.
You will see different version which are already installed.
Check the latest version installed in your PC. :)



Monday, February 24, 2014

WampServer phpMyAdmin - default password

Its a software bundle :
  • Windows
  • Apache
  • MySQL
  • PHP
which is a windows web development environment; creates web application using Apache,MySQL, PHP.
For managing MySQL database there is a UI part available called PhpMyAdmin.
So after installing the software bundle, when user tries to access the phpMyAdmin it will show a login screen.


The default username is 'root' and the default password is '' (empty/null).

Now go ahead and create your database :).