Search results

  1. C

    Can't connect to MySQL DB

    AHHHHH! Thank you so much! This was driving me insane trying to figure it out. It works now! You da bomb!
  2. C

    Can't connect to MySQL DB

    Hmmm, now it just says: Warning: mysqli_connect(): (42000/1044): Access denied for user 'codegee3_luigi'@'localhost' to database ' codegee3_codegeek' in /home/codegee3/public_html/connect.php on line 9 Connection failed: Access denied for user 'codegee3_luigi'@'localhost' to database '...
  3. C

    Can't connect to MySQL DB

    Also, here is my connect.php file: <?php /** * Created by PhpStorm. * User: Luigi Battaglioli * Date: 6/27/2017 * Time: 4:55 PM */ $username = 'codegee3_luigi'; $password = 'my password'; $database = 'codegee3_codegeek'; $host = 'codegeek.pcriot.com'; // Create connection $conn =...
  4. C

    Can't connect to MySQL DB

    Hi, I am in the process of bringing my website out of development (off of my localhost) and onto a web host. I setup the database, uploaded my PHP files, and modified my connection.php file (which is where I connect to the DB) with the correct information for the newly created DB. However, when...
Top