I\'m using latest version of MySQL ==> mysql-5.6.10-winx64.zip
Created the database and every thing is ok \'I think\' when I try to execute this simple command;
I prefixed the name of the table with the database name such as
select * from database_name.table_name;
and it worked perfectly, so most likely there's a name conflict.