well I seem to have the same problem, but my wp-config.php file is correctly changed, I’ve double checked it now for about 8 times.
I get a blank screen on my ~/wp-admin/install.php
What else can i do wrong?
This is a first install on the server after using it on MAMP. I’ve downloaden a completely new version so it’s not affected.
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘MYDBNAME’);
/** MySQL database username */
define(‘DB_USER’, ‘MYDBUSERNAME’);
/** MySQL database password */
define(‘DB_PASSWORD’, ‘MYCHOSENPASSWORD’);
/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);
Please help!