So I am trying to learn some PHP and MySQL to know to, well know it and I have set it up before and gotten it to work but now I think something has gone wrong.
I created my my.ini and all that fun stuff with the wizards (PHP configured IIS for me and the WinMySQLAdmin tool created the my.ini for me) but it seems that the WinMySQLAdmin tool isn't reporting correctly.
To get a few things straight: I have already done a mysql install in command prompt and have also run mysqld-nt.exe (do I have to do it everytime I reboot? I am developing this on a laptop then probably gonna but it on a real website once I am comfortable with it).
Problem: If I enter mysql.exe and start playing around in there I can see the mysql database and the work database that I created, everything looks and acts fine and dandy. BUT in the WinMySQL tool the Database section shows nothing, just simply my computer but it doesn't show either database (under the database tab). Also the PHP page that I created doesn't throw an error when connecting to a database, even when I put in something that is wrong.
Any ideas?