18 Jun
2013
18 Jun
'13
11:30 p.m.
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