I've just installed PHP4, MySQl3.23 on a Win2K server box. Everything seems fine, yet, when you try to open a .php file via the web, a username/password box pops-up in the browser, looks like there are some permission probs with php. Can someone help?
Also, on another topic, I have already made tables with usersnames/passwords on a Linux box running MySQl3.22, and those tables must now run on the Win2K box with the same permissions set ( the PHP pages already have the username/password code in it, so It must retain the original workings, I use MySQl as the authentication vessel , meaning that the username and password set for the table in MySQl is the authentication for that particular page making the connection to the db.)
How can I move these tables over to the win2K box? I've already tried just copying the /mysql/var folder to the c:\mysql\data folder, but that returns "empty set" when doing a "select * from xxxx", even though I'm sure there are data in the tables...