0

What does --skip-grant-tables mean

Hello,WHat does skip grant tables mean?what does it do actually?

MariaDB Add a comment
PowsiyaBegum
asked Aug 03 2019

Answer

0

Grant tables contains the grant information of

user accounts,global privileges and other non-privileges
database level privileges;
table level prtivileges;
column level privileges
proxy user privileges

Indirect modification of grant tables can be done by using Create User,Grant,and revoke.

Direct modification of grant tables can be done by using update,Insert and Delete.

Skipping grant tables disables the password login for the root account and also restarts the server where with the help of this we could reset the password for the root account.

Add a comment
linuxhelp
asked Aug 03 2019
Post your Answer