• neumannu47

    (@neumannu47)


    In a brand new install, does install.php create the mySQL database, or does it have to be created manually? I don’t know how WP knows how to tie into mySQL. There must be some system parameters that I cannot see that tie the two together. Obviously I’m new to Linux/Apache/?.

Viewing 8 replies - 1 through 8 (of 8 total)
  • bAs

    (@bas)

    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.

    Anonymous

    why?

    chrisada

    (@chrisada)

    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.

    Sushubh

    (@sushubh)

    myself i am yet to see a package that can make a database by itself!

    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.

    Sushubh

    (@sushubh)

    woot so we can infact have wp install out of the box! would be definitely cool.

    chrisada

    (@chrisada)

    wonder if it will help much, but yeah.. cool! : )

    Sushubh

    (@sushubh)

    well it will definitely remove the messages which yell out! NO DATABASE CONNECTION MADE ERROR.. 🙂

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Creating mySQL Link’ is closed to new replies.