When i try to insert data into my table using node JS, i get a response telling me that i need to have global require_secure_transport=OFF.
When i try to run the query: "set global require_secure_transport=OFF", i get the error: Error Code: 1227. Access denied; you need (at least one of) the SUPER privilege(s) for this operation.
When i run the query: "GRANT CREATE ROUTINE ON mydb. TO 'someuser'@'somehost'" ,i get the error: "GRANT CREATE ROUTINE ON mydb. TO 'someuser'@'somehost'"
I've been trying to solve this issue for 3 days, ans I would appreciate help.