Problems with username and host
-
Hi there.
I am new to WordPress and I’m trying to install a blog for a friend of mine, but I’m having problems with the MySQL username & host.I am editing wp-config.php:
define(‘DB_NAME’, ‘blss’);
define(‘DB_USER’, ‘blss@mysql.name.bg’);
define(‘DB_PASSWORD’, ‘****’);
define(‘DB_HOST’, ‘mysql.name.bg’);The problem is with the username – I guess @ has to be separated somehow from ‘blss’ and ‘mysql.name.bg’, but apparently I don’t know how? Any suggestions?
Thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Problems with username and host’ is closed to new replies.