If you’re a Linux user it might be you’re not installed sqlite in your machine Install sqlite by the following command on termina;=l “sudo apt-get install php-sqlite3"
Read More »Monthly Archives: May 2019
‘Access denied for user ‘root’@’localhost’ solution
Open terminal Type sudo mysql then type ALTER USER ‘root’@‘localhost’ IDENTIFIED WITH mysql_native_password BY ‘yourpassword’;
Read More »