make tablename `tablename`
Brought to you by:
sise15
Mysql Navigator is failing to open a table called
index. In order to fix this it the query needs to
change from "select * from index" to "select * from
`index`". I know it's probably mainly a poor choice of
table name but phpmyadmin follows the behaviour I
suggested.