Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: How do you reload the database #14732
    BooBoo
    Member

    In phpMyAdmin, you have to reload the database after adding a user or modifying the users permissions. This is the reload that I am referring to. If it can be done via a script, then what is the script command to do this?

    Thanks!

    in reply to: How do you reload the database #14734
    BooBoo
    Member

    I think that I found the information that I was looking for on the http://www.mysql.com site. There is a command to reload the privileges table. This is required after adding a user/modifying the permissions (grants) that a user has.

    You can issue a reload command, which flushes the grant table. It appears that another method of doing this is to use flush-privileges, which reloads the grant table.

    I was able to find this command under Tools -> Flush. I can then select which tables that I want to flush/reload.

    Since I had always used the reload command, I was not familiar with the flush command(s). Now I am and see that I need to use.

    Thanks for the responses! 😀

    Keith Roberts

    IT Manager

    Your source for laptop batteries, pda batteries, digital camera batteries, and cell phone batteries

Viewing 2 posts - 1 through 2 (of 2 total)