🙂
Yes MySQl has it's uses, but if you are coming from Oracle, MySQL is 'back to the stoneage'.
MySQL to Oracle is easy,
Oracle to MySQL is pure masochism.
Once you start using a real RDBMS, such as Postgres or Oracle, you get used to it's features like referencial constraints, cascading delete and functional indexing.
Compared to that, MySQL and it's FULLTEXT index is a mere flat-file interface. 🙂