I am doing transfer from MS SQL. In MS SQL while I connect as "USER1" my table will be create as User1.TableName. This will avoid conlict with other user.
Now, how do I do that in Mysql? Or, maybe there is such system in Mysql. Is there any Mysql reference talk about this matter?