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

error no. 1130

forums forums SQLyog Using SQLyog error no. 1130

  • This topic is empty.
Viewing 3 reply threads
  • Author
    Posts
    • #8379
      unix
      Member

      could anyone help me how to connect to mysql database resides on a unix server?

      I installed mysql client/SQLyoq on my NT work station and try to connect to DB on UNIX machine. somehow it woundn't let me do so. error: “error no. 1130' Host 130.83.9.10 which is the NT station is not allowed to connect to this MySql server. any hints, i would appreciate

      I have no problems to try to connect to mysql database on NT server except the mysql db on UNIX

      Thanks

    • #15604
      CalEvans
      Member

      1: Make sure you are allowing connections from IP addresses other than localhost:

      Look for bind-address in my.cnf If it's there and it's bound to 127.0.0.1, comment out the line, reboot mysql and see if that allows it to connect.

      2: Make sure the user you are trying to connect with has permission to connect from a non-localhost box.

      HTH,

      =C=

    • #15605
      Shadow
      Member

      See my post in your first topic. There is no need to post a question twice, not even if the first one went to a wrong category.

    • #15606
      Ritesh
      Member
Viewing 3 reply threads
  • You must be logged in to reply to this topic.