What are the differences in database terminology between MsSQL and MySQL?
Can a mysql instance have more than one database? It appears that it can only create different schemas.. However the sql command is "create database".
In MsSQL you can create multiple databases.. each have a default schema of dbo?.. but multiple schemas in a database is still possible?