Calgarypuck Forums - The Unofficial Calgary Flames Fan Community

Go Back   Calgarypuck Forums - The Unofficial Calgary Flames Fan Community > Main Forums > The Off Topic Forum > Tech Talk
Register Forum Rules FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread
Old 01-01-2008, 09:53 PM   #1
Prototype
 
Prototype's Avatar
 
Join Date: May 2004
Location: @robdashjamieson
Exp:
Default Wordpress: I Need Help

I think I got the idea of how it works, as it looks very familiar to Blogger, but I'm having a hell of a time trying to figure out how to set it up on my website. Can anyone give me a hand with a basic set up, with a few things I'd perfer to see?

I'd appreciate any help.
__________________
Prototype is offline   Reply With Quote
Old 01-02-2008, 08:18 AM   #2
llama64
First Line Centre
 
llama64's Avatar
 
Join Date: Nov 2006
Location: /dev/null
Exp:
Default

I've setup a few WP sites before so feel free to ask any questions on it.

The most complicated step is getting the database setup. All you need there is to create a separate database on your MySQL server (I usually call it wp_blog). Give all permissions on that database to a dedicated WP user (something like wp_user). The naming conventions are purely for convenience, so feel free to use something less obvious.

Next step is uploading the wp-config.php file to your base Wordpress directory (assuming you already put it on your server). Just change the information in the default one to match your database information:

Code:
 // ** MySQL settings ** //
define('DB_NAME', 'wp_blog');     // The name of the database
define('DB_USER', 'wp_user'// Your MySQL username
define('DB_PASSWORD', 'wp_password'); // ...and password
define('DB_HOST', 'mysql.yourserver.net');
Once that is done, just navigate to your word press site and follow the install process.
llama64 is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 01:32 AM.

Calgary Flames
2023-24




Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright Calgarypuck 2021