scowman
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Mad Dog Upload ProblemsThis is what my wp-config.php file says:
“<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘wordpress’); // The name of the database
define(‘DB_USER’, ‘root’); // Your MySQL username
define(‘DB_PASSWORD’, ”); // …and password
define(‘DB_HOST’, ‘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’);
?>”Do you think I need to change anything?
Forum: Fixing WordPress
In reply to: Writing -Quick Tags Missing – 2.1 codeJust loaded the latest version of Firefox and the problem is solved. Guess I was using an old version of IE
Forum: Fixing WordPress
In reply to: Writing -Quick Tags Missing – 2.1 codeAlso, this is a local install on my laptop and I am using IE.
Forum: Installing WordPress
In reply to: Install ProbelmThanks for the help.
I got this far:
“In your site’s control panel login to phpmyadmin.”
I do not understand this:
“Click on the database to work on.”
Which database? There are several in the drop down menu.
I also do not understand what you mean by this:
“There should only be a few tables there with icons beside them. Hover over the icons until you get the “drop” icon. Drop all of the tables.”
What is a table with and icon? How will I identify it?
Thanks, Ken