Author |
Message |
Topic: Mysql error missing |
Mean
Replies: 2
Views: 14730
|
|
I missed installing all the extensions with the php package. Also there is errors in the logfile. |
Topic: Mysql error missing |
Mean
Replies: 2
Views: 14730
|
|
I try to run this code
<?php
echo "1";
$conn = mysql_connect("localhost:3306", "testuser", "abc") or die ('Error connecting to mysql');
echo "2&q ... |
|