Search results

  1. J

    mysqli error

    Still shows root, whether I use variables or if I put the info directly into mysqli('host','user','pass','name')
  2. J

    mysqli error

    $db_name = 'jnealyeg_test'; $db_user = 'jnealyeg_user'; $db_pass = 'redacted'; $db_host = 'localhost'; $db_port = '3306'; From Cpanel: Database Name Disk Usage MySQL Users jnealyeg_test 0.00 MB jnealyeg_user So all of my information looks correct
  3. J

    mysqli error

    Warning: mysqli::mysqli(): (28000/1045): Access denied for user 'root'@'localhost' (using password: NO) getting this error when trying to connect to database.. I found a thread similar to this via the search, but the link within said thread is now dead, but the solution seemed to be not to use...
Top