I want to use OXmysql but have a few problems. I been working trying to fix this for the last hours and I am getting really tired.
When using OXmysql the string is as following:
set mysql_connection_string “mysql://user:password@host/database?charset=utf8mb4”
It should be filled in like this right?
set mysql_connection_string “mysql://(USERNAME):(PASSWORD)@(HOSTIP)/(DATABASENAME)charset=utf8mb4”
Also I keep getting this error I am not sure if this is because of the incorrect usage for set string or this a different ERROR
PLEASE SOMEONE because this don’t work for me
