(04-20-2015, 04:58 AM)apinto Wrote: You can login with the zadmin user to access all databases.
However, due to security, it is NOT a good idea.
Let's say one of your websites gets hacked, one of your developers decide to loose your information...
Yup, every other database gets compromised along with ALL your sentora and webserver information.
And it is not only security issues, it's also against human failure (yup, we humans fail a lot... really a lot...), for example you make a mistake when updating some tables and end up changing/deleting the wrong database...
As you can see, having multiple users for multiple cases and databases is a good idea, it is not worth risking this much only to just use a single username/password.
However, if you want, you can
It seems that I can't login to PhpMyAdmin or mysql via command line using my zadmin user.
I agree with you about the fact that it is better to use different user, but sometime I would like to use zadmin account to backup all database in one step (preferably via command line).
I'm missing something?