Browsing tag

phpmyadmin

Reset WordPress Admin or Users Password Via MySQL Queries

If you are managing more blogs or websites based on the WordPress CMS, you might have chance to lost password. WordPress Admin and all users password will be stored on the wordpress database. Here is the step by step procedure will help you to reset the password of Admin or any users password from database. […]

Install Apache2 With PHP5 And MySQL (LAMP) On openSUSE 12.1

LAMP Stands for Linux,Apache,MySQL and PHP. Most of the websites works with the above combination. Here i used the openSUSE as Linux. The main purpose of LAMP is for testing the application locally by the programmer before going to the production and also setting up the web server for the clients need.

How to Configure WAMP Server on Deaktop PC

WAMP stands for Windows Apache, MySQL and PHP. Majority of websites are run by a three of  the    services – Apache, MySQL and PHP. Apache is the web server, which handles browser requests an sends the information across the internet to your browser.