How to install WordPress in localhost
WordPress is the most commonly used blogging platform. If you are a developer, you may wish to test a lot of things in your machine. It may be related to the development of themes and plugins. WordPress can be installed in your machine locally. You must have mysql,php and apache installed in your machine. Create [...]
How to Configure MySql with PHP and Apache?
After installing PHP, Apache and MySql, let’s see whether everything works fine Take a sample PHP-MySql program written in /usr/local/apache2/htdocs/mysql.php If your mysql is configured well with php, you will be sucessfully able to execute the above script This is because php is configured to work with the socket /var/mysql/mysql.sock. There are two ways by [...]
MySql Installation: Problems Past Installation
After installing MySql from Sources, the next step is to create a user. A user “root” will be created and there is a default password associated with it. I was not aware of the default password. So I faced some problems when starting mysql. Let’s see some of the problems while working with mysql. Let’s [...]