Help - Search - Members - Calendar
Full Version: Wordpress
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
Jordanp123
I am trying to setup wordpress. I have uploaed all the files and changed the config files to<?php
/**

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'pwgamesblog_wordpress');

/** MySQL database username */
define('DB_USER', 'pwgamesblog_wp123');

/** MySQL database password */
define('DB_PASSWORD', '******123');

/** MySQL hostname */
define('DB_HOST', 'localhost');

/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');

/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');



And I didn't delete the rest of the config file!

I hope this is all right. When i go to the setup page i get error connecting to database. Please Can Someone Help. Jordan Perkins
lawny
QUOTE(Jordanp123 @ Mar 27 2009, 04:33 PM) *
I am trying to setup wordpress. I have uploaed all the files and changed the config files to<?php
/**

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'pwgamesblog_wordpress');

/** MySQL database username */
define('DB_USER', 'pwgamesblog_wp123');

/** MySQL database password */
define('DB_PASSWORD', '******123');

/** MySQL hostname */
define('DB_HOST', 'localhost');

/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');

/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
And I didn't delete the rest of the config file!

I hope this is all right. When i go to the setup page i get error connecting to database. Please Can Someone Help. Jordan Perkins


your database name, username and password cannnot be more than 16 characters otherwise you will get an error
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-2012 Invision Power Services, Inc.