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

Not able to connect to server

forums forums SQLyog Using SQLyog Not able to connect to server

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

      I am trying to connect from a windows machine to a Linux server with MySQL on it. I am able to connect using php scripts, and with phpmyadmin. When I use SQLyog, I get a message…

      Host 'XYZ.com' is not allowed to connect to this MySQL server

      I am using the default port for MySQL, 3306.

      Please tell me what I am doing wrong??

      Thank you

    • #13741
      Ritesh
      Member

      This is a permission error.

      The host from which you are connecting to does not have proper permissions to log on to the MySQL server. Please change the MySQL/User table and create proper permission for the host.

    • #13742
      T@T
      Member

      😮 I working in a Lan and I've got this problem like this when I'm trying to connect to my host.

      Quote:
      Error No.1130

      HOST” .my IP.” is not allowed to connect this MySQL server

      So, what should I do sir 🙁 please help me 🙁

    • #13743
      CalEvans
      Member
      Quote:
      Error No.1130

      HOST” .my IP.” is not allowed to connect this MySQL server

      This is a mysql access error. Your account is not allowed to connect to the server from your IP address. Contact your MySQL admin and get him/her/it to allow you to access it from this IP address. If you are the admin, check the manuals.

      =C=

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