top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How RELOAD privileges in MySQL work?

0 votes
268 views
How RELOAD privileges in MySQL work?
posted Jun 23, 2014 by Amanpreet Kaur

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Reload privileges are used to apply changes made to a newly created user without having the need to restart the MySql. The MySql server re-reads the grant tables into memory. Flush-privileges can also be used.

answer Jun 24, 2014 by Rahul Mahajan
Similar Questions
+1 vote

I am using for MySQL in ubuntu and created more then 7 tables. I haven't used the primary key in the tables.
Now my question is will joiner work without primary keys? If possible please share the query?

0 votes

How can I insert data into one table from two other tables where i have three tables namely users, role and userrole.
Now I want to insert the data into userrole table from users table and role table with a single statement.

...