Install php Mysql in ubuntu nginx



install mysql

Install MySQL Server on the Ubuntu operating system - (rackspace.com)


    how to change pass

ALTER USER 'root'@'localhost' IDENTIFIED WITH caching_sha2_password BY 'yourpasswd';
exit;
How to reset the root password in MySQL 8.0.11? - Stack Overflow
 
 install php
https://www.tecmint.com/install-different-php-versions-in-ubuntu/ 
https://www.digitalocean.com/community/tutorials/how-to-install-php-7-4-and-set-up-a-local-development-environment-on-ubuntu-18-04 
Laraval
https://stackoverflow.com/questions/46959985/laravel-5-show-errorexception-file-put-contents-failed-to-open-stream-no-such-f
 https://stackoverflow.com/questions/52364415/php-with-mysql-8-0-error-the-server-requested-authentication-method-unknown-to
https://bobcares.com/blog/mysql-the-server-requested-authentication-method-unknown-to-the-client/ 
https://chartio.com/resources/tutorials/how-to-grant-all-privileges-on-a-database-in-mysql/#connecting-to-the-mysql-command-line-tool
 

Comments