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

Command Enabled Root Access From Remote Machines

forums forums SQLyog Using SQLyog Command Enabled Root Access From Remote Machines

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #9961
      toma
      Member

      during installation mysql in server didn't sign

      enabled root access from remote machines .

      i must use option root access.

      if is it neccessary to install mysql in server or is it possible to do without installation ?

      how do that ,what command to change option enabled root access from remote machines.

      thank for help.

    • #22774
      peterlaursen
      Participant

      Just execute

      Code:
      GRANT ALL on *.* to 'root'@'%' WITH GRANT OPTION

      .. and root from ANYWHERE will have all privileges

Viewing 1 reply thread
  • You must be logged in to reply to this topic.