SQL Maestro for MySQL product tour
Features of SQL Maestro for MySQL:
Security system
SQL Maestro for MySQL provides the easy-to-use graphical interface to manage MySQL server users and their privileges.
Create User Wizard guides you through the process of creating a new database user. You can grant user privileges within the User Editor which is available after the user is created. |
|
|
SQL Maestro for MySQL allows managing access privileges (Grants) for MySQL users in the simplest way.
Suppose the user John may have Insert privileges on the table Sakila. Just open the User (John) Editor and set there the necessary grant. At the same time you can open the Table (Sakila) Editor to specify the user permission.
Consequently, when specific privileges for selecting, inserting, updating, deleting an object (e.g. table, view, procedure, event, etc.) are given, the object acquires the corresponding Permissions indicating which user was given a Grant. |
SQL Maestro for MySQL provides you with an opportunity to establish connection to a remote database using the Secure Shell (SSH) tunneling.
Since all MySQL commands are forwarded through the secure tunnel, this feature allows you to connect to a remote MySQL server in the most secure way. |
|