运行install.php时提示如下 Can’t select database We were able to connect to the database server (which means your username and password is okay) but not able to select the root database. Are you sure it exists? On some systems the name of your database is prefixed with your username, so it would be like username_wordpress. Could that be the problem? wp-config.php文件里我这样写嘀 define('DB_NAME', 'root'); // The name of the database define('DB_USER', 'root'); // Your MySQL username define('DB_PASSWORD', 'root'); // ...and password define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value 我用APMServ5.1.2本地调试的,第一次安装,不知道咋用,以前都是用Asp嘀,呵呵!