Hi there !

I managed to configure Apache and PHP4 correct on my home PC.
Unfortunately I didnt get mysql running...

The installation went well and I installed phpMyAdmin (which seems to run perfectly).

But I cant read tables. Although it is possible to create databases i'm failing on creating tables in the databases...
when i'm trying to access the installed mysql tables, phpmyadmin says:
"Error
MySQL said: No Database Selected"

MySQL server is btw running...
when im trying to create a table in a new created database, i get no fields to fill in any names, types and whatever (only the headlines and the save-button)

i have the newest, stable releases.
paths are all set correctly, my.cnf and my.ini too.

anyone got ANY idea before i'm throwing my PC out of the window ?

thx in advance...

    Hi,

    though I\'m not a guru with PHP yet; i could probably help you by sharing the following link that I found in this website (phpbuilder.com).

    try visiting this link. it has a link to a PHP development kit (it includes apache server, php classes, and MySQL). very easy to setup.

    http://www.firepages.com.au/phpdev.htm

      well i found the answer on another board.

      simply had to change the variable "register_globals" in the php.ini to "On"

      thx anyway...

        Write a Reply...