I just reinstalled mysql on debian and now the following is not working
SELECT * FROM table WHERE id='1';
It is returning an empty set. This was working before. Normally doesn't it convert the string to an integer? Is this a mysql setting somewhere?