skip to Main Content

Warning: mysqli::query(): Couldn't fetch mysqli – PHP7.1 & MySQL5.7 – Apache

Warning: mysqli::__construct(): php_network_getaddresses: getaddrinfo failed: nodename nor servname provided, or not known in /Users/davidrooney/Sites/conn_test.php on line 10 Warning: mysqli::__construct(): (HY000/2002): php_network_getaddresses: getaddrinfo failed: nodename nor servname provided, or not known in /Users/davidrooney/Sites/conn_test.php on line 10 connection successful Warning: mysqli::query(): Couldn't…

VIEW QUESTION

Cannot Connect to MySQL with PHP – CPanel

I have the following code: <?php //Step1 $db = mysqli_connect('localhost','root','[mypassword]','users') or die('Error connecting to MySQL server.'); ?> <html> <head> </head> <body> <h1>PHP connect to MySQL</h1> </body> </html> I am just trying to connect to my MySQL database. It is administered…

VIEW QUESTION
Back To Top
Search