DB_password #
-
Godaddy requires that I use a complex password for my database.
my database password has a # in the password. When I add the # to the password I get this error.
Parse error: syntax error, unexpected ‘;’ in /home/content/83/11367183/html/wp-config.php on line 28
I am completely lost.
<?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, and ABSPATH. You can find more information by visiting
* {@link http://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php}
* Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don’t have to use the web site, you can just copy this file
* to “wp-config.php” and fill in the values.
*
* @package WordPress
*/// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘bab1318101094351’);/** MySQL database username */
define(‘DB_USER’, ‘bab1318101094351’);/** MySQL database password */
define(‘DB_PASSWORD’, ‘pass#word’);/** MySQL hostname */
define(‘DB_HOST’, ‘bab1318101094351.db.11367183.hostedresource.com’);/** 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’, ”);
The topic ‘DB_password #’ is closed to new replies.