I'm trying to install the latest osTicket versión with PHP7.2 and MySQL 8.0.20 but i'm not sure if i can use encrypted authentication method on MySQL.
If not, can i hash the password somehow?
Cheers.
I'm trying to install the latest osTicket versión with PHP7.2 and MySQL 8.0.20 but i'm not sure if i can use encrypted authentication method on MySQL.
If not, can i hash the password somehow?
Cheers.
You will need to use MySQL's mysql_native_password
authentication method/plugin for osTicket databases. You can read more about this here:
Cheers.