Skip to main content

Posts

Showing posts from April 10, 2011

How to : WordPress Install Process

Install xampp start Apache and MySql call the Local url as "http://localhost/yourfolder" Download word press from http://wordpress.org/download/ put the content of WP in 'htdocs' folder In phpMyAdmin create a Database and grant priviliages to that db by executing the command: GRANT ALL ON * . * TO user@localhost IDENTIFIED BY  'password'; Thats all Call "http://localhost/wordpressfolder" fillup the details (db name, username, password, table prefix...) Famous 5-Minute Install Here's the quick version of the instructions, for those that are already comfortable with performing such installations. More detailed instructions follow. Download and unzip the WordPress package, if you haven't already. Create a database for WordPress on your web server, as well as a MySQL user who has all privileges for accessing and modifying it. Rename the wp-config-sample.php file to wp-config.php .