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

mySQL on Linux; 1130 error

forums forums SQLyog Using SQLyog mySQL on Linux; 1130 error

  • This topic is empty.
Viewing 3 reply threads
  • Author
    Posts
    • #7893

      I'm just trying out this tool for the first time.

      I'm trying to connect to my linux box via the “connection” wizard, and I get the following error message:

      Error No. 1130

      Host “myWin2000box” is not allowed to connect to this MySQL Server

      Do I need to create an ODBC connection to the Linux box? If so, install the driver on the Windows box (and where to find it??).

      Thanks in advance; this is a rockin' tool from the looks of it. I'm aching to try it out.

    • #14189

      Took a little googling, but I I've answered my own question.

      Have to add the remote host (the Windoze2000 box) to the list of user's in mySQL on the Linux box (by default, mySQL is only available to the box on which it is installed).

      Update the “user” table of the “mysql” database to have a host and username (note — this username is good only coming from that host…).

      Does the trick.

    • #14190
      Ritesh
      Member

      Hello

      That is exactly the solution I was going to tell you 😀

    • #14191
      walkerk
      Member

      You CAN access from more than a single host. There is a nice description of the “host” field possibilities at:

      http://www.mysql.com/doc/en/Connection_access.html

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