Ok guys..
I have upgraded to a business package to get the extra database.
I am pretty sure I have created a new database on mysql correctly.
Here is the word press file I edited and saved (my info is the *** )
<?php
// ** MySQL settings ** //
define('*****_****', 'wordpress'); // The name of the database
define('*****_****', 'username'); // Your MySQL username
define('*****_****', 'password'); // ...and password
define('*****_localhost', 'localhost'); // 99% chance you won't need to change this value
// 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-includes/languages.
// For example, install de.mo to wp-includes/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');
?>
I have created a new folder called blogs in the public.html folder (the root folder?) I used normal mode to upload.
unfortunately all I see is a new web page with no word press details, do you think it is because I should have selected binary or ascII when uploading to my web space, I uploaded EVERYTHING from within the word press folder but not the main folder itself?
thanks in advance.
|