For linux server, i wants to set mysql case insensitive, this is possible via updating configuration file "my.cnf" and restarting mysql service. But the issue is i neither wants update this file (my.cnf) not wants to restart mysql service, as the user may not have access to that file.
Is there a way to set case insensitive via query or any other way?
Thanks
Satish Lakhani