I can't get Adminer to process SQL commands with conditions against my Wordpress database. select * from wp_calendar; is fine select * from wp_calendar where event_begin like '2023'; Isn't I get Not Acceptable An appropriate representation of the requested resource could not be found on this server. Not sure if it ever worked. Does anyody have any thoughts on where to start looking. Some comments I've seen point to .htaccess, but I'm afraid I wouldn't know what to change. I can do most of what I...