CMS Explained with Static Website

You might have built a website before, using Dreamweaver or FrontPage. These tools generally create what is called a static website. A static website is quite simple. For Ex. Type in a web address like www.Hostripples.com into your computers web browser. A web browser is a piece of software that displays web pages from the […]

See More

How to reset MySQL root Password

This will helps when you forget MySQL root password and not able to access MySQL service on the server. Here are the steps to reset MySQL password : root@server [~] /etc/init.d/mysqld stop Now start MySQL server without password: root@server [~] mysqld_safe –skip-grant-tables & root@server [~] mysql After that you can get the mysql prompt then […]

See More