mysql commands in Sql developer not working
I'm using sqldeveloper 3.1.07 and trying to some selects on a mysql 5.1 database.
SELECT SYSDATE(); works fine, but if I try to
use mysql;
select from database mysql;
---> and table user there is an error cause no database is selected.
How do I use sqldeveloper correctly for this task.
How/where do I run the mysql command with the sqldeveloper ?
Any help is appreciated.