I installed Apache, Php and MySQL on Debian. MySQL is running but not working. Why?

peterson.julia

New member
Under GNU/Debian Appache2 is running, PHP is fine - phpinfo() gives me info about php etc, but when I want to connect to mysql using php I can't why? Btw MySQL is running fine too. I can create tables. Etc. Port 3306 is fine. When I write checking script for connection to MySQL in php it doesn't show anything. Just empty screen. Not even mysql_error(). To connect to MySQL im using default localhost, root, password? Did I forgot to configure something?
 
Back
Top