Question
Php 5.6 with mysql 8.0 poblem with mysql_native_password
Hi guys,
I have a “Droplets” with apache2, php 5.6 and I have my project installed https://www.jonyram.dev/. On the other hand I have a database server with MySQL 8.0.
I was investigating and I need to make a modification in the database users, which I did next the results of my query “select Host, User, plugin from mysql.user”.
’%’,‘CBAUTISTA’,'mysqlnativepassword’
’%’,'CORE’,'mysqlnativepassword’
The project works correctly in https://administracion.cbautista.cl/, but it is another “Droplets”, I think the problem is in the configuration of php5.6 on both servers, because the database server that I try to connect is the same.
Does anybody have an idea?
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.
×