PDA

View Full Version : MySQL error in WP


yesh
10-25-2006, 11:37 AM
I get this:

Parse error: syntax error, unexpected T_STRING in /hosted/domains/o/h/oh-yesh.com/public_html/wp-config.php on line 6


Line 6 being:
define('DB_HOST', ' 'mysql'); // 99% chance you won't need to change this value

Whats wrong? Is it because I'm hosting off my own domain? How can I fix it?

Thanks

millar
10-25-2006, 12:48 PM
Change to define('DB_HOST', 'mysql'); // 99% chance you won't need to change this value