0

What does --skip-grant-tables mean

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

PowsiyaBegum
asked Aug 3, 2019
1 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.

View More
linuxhelp
answered Aug 3, 2019
Your Answer
||||
 
100:0