How to create two same name databases in two different mySQL users ? -


i using mysql 5.5 in ubuntu 12.04. have created 2 different users 'root' , 'abc' , want create 'items' database in both user accounts want 2 databases separate.now problem have created 'items' database in root user 10 tables , when trying create new user 'abc' 'items' database comes automatically in new user 10 tables , don't want do.

how can create 2 same name databases in different user accounts different tables in both dbs?

you cannot. database names unique per mysql server. (so cannot have 2 databases same name, different users)


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -