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

localhost vs localhost.localdomain

forums forums SQLyog SQLyog: Bugs / Feature Requests localhost vs localhost.localdomain

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #8544
      wwwwild
      Member

      SQLyog appears to be changing the MySQL Host Address that I am entering. For the MySQL Host Address I am entering “localhost”. However, SQLyog is changing this to “localhost.localdomain” and therefore I receive this error:

      Error No. 1045

      Access denied for user: '[email protected]' (Using password: YES)

      The MySQL permissions in the DB state that I can only connect via “localhost”, hence why I am getting the above error message.

      How can I force SQLyog to actually connect via “localhost” and NOT change the hostname?

      Thanks, Andrew.

    • #16223
      Shadow
      Member

      SQLyog does not change the MySql host address you enter in any way. Apparently you are new to MySql because MySql host address and the host name appended to the username are two entirely different things.

      MySql host address is the name or IP address of the machine where MySql server runs. While the host name in the MySql username identifies the computer you are connecting from! SQLyog uses standard MySql client dll to connect to the server, so the problem is not with SQLyog.

      Can you log in via command line utility?

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