We have upgraded OS and Mysql upgraded to version 8.0.22-0ubuntu0.20.04.2 ,
We are using median function ...
After installing it works for few queries .. then median function become unavailable and it is showing following error :
SQLSTATE[42000]: Syntax error or access violation: 1305 FUNCTION median does not exist
I tried to unload and reload again but it shows following error
~/udf_infusion# mysql -uroot -p < load.sql
Enter password:
ERROR 1026 (HY000) at line 46: Error writing file 'mysql.func' (errno: 1 - Operation not permitted)
If I restart mysql server .. It starts working for few queries then again show error that function does not exist ...