Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Fred Hildenbrand: "I have purchased MySQL Maestro and like it very much, it has made it much easier to deal with DBA maintenance and table replication as well as a quick way to create SQL statements with the graphical query tool. Good job on a fine product".
David Boccabella: "I am getting my manager to purchase your excellent product in a couple of day. It has really proved useful with working with the advanced features of MySQL".

More

Add your opinion

SQL Maestro for MySQL online help

Prev Return to chapter overview Next

Users

The primary function of the MySQL privilege system is to authenticate a user who connects from a given host and to associate that user with privileges on a database such as SELECT, INSERT, UPDATE, and DELETE. Additional functionality includes the ability to have anonymous users and to grant privileges for MySQL-specific functions such as LOAD DATA INFILE and administrative operations.

 

The MySQL privilege system ensures that all users may perform only the operations allowed to them.

 

 

New users are created within Create User Wizard. In order to run the wizard you should open the server in Server Editor and the Users tab there and press Insert or select the Create New User item from the popup menu (Alternatively, use the corresponding link of the Navigation Bar).

 

 

 

Users are edited within User Editor. In order to run the editor you should

 

select the user for editing in the explorer tree (type the first letters of the user name for quick search);
select the Edit User item from the popup menu.

 

 

 

To drop the existing user:

 

select the user to drop in the explorer tree;
select the Drop User item from the popup menu(alternatively, you may use the corresponding link of the Navigation Bar)

 

and confirm dropping in the dialog window.

 



Prev Return to chapter overview Next