I’m going to install PHP Script my VPS Server. there is a problem found MySQL extension needs to be loaded for our site to work! I’m using VestaCP, Please help me to resolve this error :( :(
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Hello friend!
You might try something like this, if running Ubuntu: apt-get update && apt-get install php-mysql -y
In some repos that may be named php7-mysql.
Kind Regards, Jarland
This comment has been deleted