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

Subscribe to our news:
Partners
Testimonials
Adam Allen: "I just have to say WOW!!! I'm so glad that you guys have developed something that is so useful for MySql. I am able to graphically view my tables, and I don't even have to think about my queries because I can visually design them. I just stumbled upon this, and I'm already very excited about it".
Manu Gupta: "What I can say about it is that its simply awesome. I just used it for a day only, and explored a lot of things in it. Wow, its great. Thanks for such a nice tool. My wishes are with you".

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