connecting to database using datatable editor
connecting to database using datatable editor
itresearch
Posts: 2Questions: 2Answers: 0
I received this error
DataTables warning: table id=example - An error occurred while connecting to the database ''. The error reported by the server was: SQLSTATE[HY000] [1045] Access denied for user ''@'localhost' (using password: NO). I change line 37 of query.php to static function connect( $user, $pass='', $host='localhost', $port='80', $db='tested', $dsn='' ).
Please any help will be appreciated
This discussion has been closed.
Answers
Have you checked the value of your $user variable?