Ecco quello che dice PhpMyAdmin:

MySQL ha restituito un insieme vuoto (i.e. zero righe). ( La query ha impiegato 0.0061 sec )

Poi ho provato ad eseguire una query del genere:

codice:
SELECT * FROM voices WHERE author LIKE  '%b%'
dato che ho creato una voce che ha per autore bbbbbbbb e mi ha dato tutte le informazioni relative a quel record...