Am 19.06.2013 00:03, schrieb Roberto Spadim:
> hi guys, what's the better way to have a shared mysql schema?
> i'm talking about creating a user in one database and this user be created in 
> many databases (in the same server)
> i'm trying with symbolic links in data directory, but sure i have some 
> problems that i need same server version (ok
> no problem) and flush tables in all servers after add an user

this is russian roulette

if you need the same users use a dedicated dtabase with
it's own connection from all applications or implement
logic in the software to connect to all databases for
the insert

this is nothing which should be done with hacks

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to