Help - Search - Members - Calendar
Full Version: Wordpress And Mysql
Zymic Webmaster Forums > Zymic Free Web Hosting > Databases & MySQL
Matt Mitchell
So I decided to stop using CutePHP and use WordPress. But i'm having a lot of trouble with it.

I created a database but then when i try to install it, i get this --> http://saugertieshs.zxq.net/blog/wp-admin/install.php

anybody know whats going on?
jary
hi matt maybe you type in the wrong database name.. i guess instead of typing the database name you typed your database username... smile.gif
Turv
Post your config file for connecting tp the database
Matt Mitchell
CODE
<?php
// ** MySQL settings ** //
define('DB_NAME', 'saugertieshs_zxq_net_blog'); // The name of the database
define('DB_USER', 'saugertieshs_zxq_net_matt'); // Your MySQL username
define('DB_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');
?>


^ Thats the code for Wordpress.. Obviously my password isn't **********, i just changed that part.
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.