Step By Step Guide Of Setting Up Your Wordpress Blog On LunarPages Part 2
Sire on Jun-11-2008 under Tutorial OK, now just before we upload the Wordpress files we need to start up a database for your new blog.
1: Log into your Lunar Pages Customer Account Pages
2: Click on the ‘Control Panel’ Icon
3. Click on the ‘Go to cPanel ‘ tab
4. Click on the MySQL® Databases icon
5.Find the are where it asks for New Database: and enter your database name, I suggest the name of your blog, and then click Create Database. Then click ‘Go back’
6. Now you need to create a Username for your database so place your username in the box and next add your password then click create user. Then click back.
7. Now to add that user to your database. You do this in the Add Users To Your Databases: section by pointing the user you have just created to your new database. Remember to click ‘All’ for privileges and then click the ‘Add user to database’ tab. Ok, That should be it.
If you haven’t already done so, unzip your Wordpress files and then open the wp-config-sample.php and fill in the following details.
define(’DB_NAME’, ‘putyourdbnamehere’); // The name of the database you just created
define(’DB_USER’, ‘usernamehere’); // The username you just created
define(’DB_PASSWORD’, ‘yourpasswordhere’); // …and password
define(’DB_HOST’, ‘localhost’); // You won’t need to change this
Once you have done this save the file as wp-config.php and then you are ready to upload the files.
If your blog has the same name as your domain simply upload everything inside the wordpress directory (not the directory itself) to your domain. These files should be placed in the public_html directory. This may take awhile depending on your transfer speed. Once completed start your browser and point it to yourdomain.com/wp-admin/install.php and the self install will start. Everything being OK, you will have your new blog up in minutes.
If you liked this post, please buy me a beer!| 3.2 |




