Pages

Monday, March 17, 2014

Multiple Wordpress Websites Installations Using Same MySQL Database - techcodesolution



Step - 1 :

Create database in MySQL .


Step - 2 :

Download  wordpress.zip   from http://wordpress.org/download/ (if u already have this wordpress.zip then you don't need to download it ) . Then extract it into a directory & you can rename into whatever you want the name to give it & copy this directory into your server's working directory .


Step - 3: 

Now its time to install first wordpress website using MySQL database that we have already created . For this tutorial I rename that wordpress extracted directory to pro &  paste this directory into my localhost working directory called www .


Step - 4:

Type localhost/pro in your browser's address bar to start installation process .


Step - 5:


Step -  6:


Step - 7:


after completion of installation this page will be open :


Step - 8: 

Now its time to install another wordpress Website using same database . For installation of another wordpress website you need another wordpress fresh directory therefore I am going to extract the wordpress.zip file into simple directory & copy this directory to my server's working directory as I m working on localhost so I will paste  this directory into www directory which is inside the appserv directory .
You have to repeat steps from 3 - 7 . 


While installing another wordpress website  one thing must keep in mind that this time you must have to set different table prefix value from that we used in previous installation like in previous installation I used 'wp_' & here i am using  'word_' .


All remaining steps will  be same until the installation will be finished .

After completion of all wordpress installation You can check the database that we created in step - 1 . 
It will look like this :

 


2 comments: