Go to the first, previous, next, last section, table of contents.


Default privileges.

The default privileges (set in `scripts/mysql_install_db') let root do anything. Any user can do anything with any database whose name is 'test' or starts with 'test_'. A normal user can't use mysqladmin shutdown or mysqladmin processlist. See the script (`scripts/mysql_install_db') for an example on how to add other users.

The privilege tables are read into mysqld with mysqladmin reload.


Go to the first, previous, next, last section, table of contents.