FUNCTION db_name.tcase does not exist.
I am using mysql select query i.e 
select tcase(column_name) from table
which is giving error on localhost saying tcase does not exist.
php version 5.6
mysql version 4.8
its working proper on live website but not on localhost
 
    