Page 1 of 1
my sql
Posted: 30 Aug 2007, 22:33
by Alan Hudges
i have managed to install php but it seems to be not connected to mysql
is there a batch or something that makes it automatically?
Posted: 13 Sep 2007, 07:45
by mroeder
Hi, Alan.
That's an issue best researched over on the PHP web site. To start, something you might want to do is make a simple web page called test.php that contains this code:
[?php
phpinfo();
?]
(But change the square brackets to angle brackets!) Visit the page with your web browser, then search for "MySQL". You should see a lot of references and a section devoted to MySQL. If you don't, then you have a fundamental problem that needs to be addressed first.