Hello all… i am trying to set up the demo system but i am getting the message shown in the subject field.
Database and tables are created ok (as well as others in the site), according to
$dbhost = "localhost";
$dbuser = "porta_admin";
$dbpass = "(not shown of course)";
$dbname = "portalsms_com_mx_grid_demo";
System is contained in http://www.portalsms.com.mx/grid.
Connection performs ok according to
$conn = mysqli_connect($dbhost, $dbuser, $dbpass, $dbname);
Other mysql db systems within the site perform ok, so I have no clue why this is happening.
but from that point on, shown error happens.
Any comment will be appreciated.
1 Answers
Your Answer