When I use sqli.connect() I get the following error:
“Call to undefined function mysqli_connect() in …”
It seems that sqli has not been installed or I have not set it up properly on the server. I have been googling around and reading different solutions, but I have yet to find a solution.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Just found the solution.
<br>
<br>Apparently basic install of php does not come with these mysql connect functions.
<br>
<br>“sudo apt-get install php5-mysql” solved it for me.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.