Same Old, Same old
-
Setting up the blog, where do I get all the bits so I can just start posting to the damn thing.
I have Downloaded, unzipped reconfigured the wp-config to look like…..
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘theftpaddress’); // The name of the database
define(‘DB_USER’, ‘thedbusername’); // Your MySQL username
define(‘DB_PASSWORD’, ‘mypassword’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value// Change the prefix if you want to have multiple blogs in a single database.
$table_prefix = ‘wp_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’// 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’, ”);/* Stop editing */
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>……then uploaded the lot to: http://www.peggycharltons.co.uk/blog/wordpress then its probably a familiar looking problem to the people in the know but to me it`s a pain in the arse. So the question is what next?
oh… I do not know diddly about MySql
The topic ‘Same Old, Same old’ is closed to new replies.