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

Grant Privileges

forums forums SQLyog Using SQLyog Grant Privileges

  • This topic is empty.
Viewing 0 reply threads
  • Author
    Posts
    • #22534
      peterlaursen
      Participant

      correct syntax for GRANT is

      GRANT ALL on newtest.* to 'basis'@'somehost' …

      (note how to use quotes).

      with 'basis'@'localhost' the client program runs on the same computer as the server.

      '%' is a wildcard and means 'any host'.

Viewing 0 reply threads
  • You must be logged in to reply to this topic.