you have to create the db on your host server, just create the db name and the password so you those in that install proccess.
Because that’s one thing PHP cannot do. (I think) The install script will create all the tables you need in the database, but you still have to make a blank database for it to work on.
To neumannu47, there is a file named wp-config.php, in which you can change the parameters (database name, user, password, hostname, I think that’s all)
When you point your browser to install.php, it will use these parameters.
myself i am yet to see a package that can make a database by itself!
1539
PHP can create databases, but you still need a host server to connect to, and some form of validation (user/password) before PHP can do this. WordPress is not configured to create databases, though.
woot so we can infact have wp install out of the box! would be definitely cool.
wonder if it will help much, but yeah.. cool! : )
well it will definitely remove the messages which yell out! NO DATABASE CONNECTION MADE ERROR.. 🙂