Help - Search - Members - Calendar
Full Version: Please Help Need Alot!
Zymic Webmaster Forums > Zymic Free Web Hosting > Databases & MySQL
haikman
Okay so recently I tried to make a wordpress blog for my site. I had to go to wordpress.org and download the software and upload it to my site. It says I must edit wp-config.php. I tried to config it but I am confused.

What it said:

QUOTE
<?php
// ** MySQL settings ** //
define('DB_NAME', 'database name'); // The name of the database
define('DB_USER', 'username'); // Your MySQL username
define('DB_PASSWORD', 'password'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');

// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = 'wp_'; // Only numbers, letters, and underscores please!

// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-content/languages.
// For example, install de.mo to wp-content/languages and set WPLANG to 'de'
// to enable German language support.
define ('WPLANG', '');

/* That's all, stop editing! Happy blogging. */

define('ABSPATH', dirname(__FILE__).'/');
require_once(ABSPATH.'wp-settings.php');
?>



what do i have to do?

I made a new database and mysql account but I am lost after that! Please help!
wozzym
it says thats all...does it work at all? i dont get what ur asking exactly
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.