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

Subscribe to our news:
Partners
Testimonials
Ron D.: "I'm still very happy with SQLite Maestro and Data Wizard; makes my HTPC database much easier to manage".
Mario Figueiredo: "I can safely forget all I know about SQL when using SQLite Maestro. It is that easy and intuitive to use. It is also nicely drawn with an easy and appealing interface that makes the sometimes boring tasks of database maintenance and administration more endurable.
The decision to support the non-commercial use of your software with a lower price is absolutely worth mentioning. For that alone, I thank you. For everything else, I say keep up the good work".

More

Add your opinion

SQLite Maestro online Help

Prev Return to chapter overview Next

Users

Activate the user authentication logic by including the ext/userauth/userauth.c source code file in the build and adding the -DSQLITE_USER_AUTHENTICATION compile-time option. With this extension, a database can be marked as requiring authentication. By default a database does not require authentication. To find out more about SQLite authentication, see the official SQLite website.

 

To create a new user,

select the Users list or any object from that list in the explorer tree;
select the Create New User... item from the popup menu;
specify the Name of the new user, check the Is admin option to give the new user admin privilege, and enter the Password to be associated with the new user.

 

Any user can change their own password.  Only an admin user can change another users login credentials or admin privilege setting.  No user may change their own admin privilege setting.

 

To change users login credentials or admin privilege setting,

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;
modify user setting within the User Editor.

 



Prev Return to chapter overview Next