[MySql problem] SQLyog won't let me connect!

Results 1 to 16 of 16
  1. #1
    Member dbzsv34 is offline
    MemberRank
    Mar 2006 Join Date
    ForgotLocation
    63Posts

    [MySql problem] SQLyog won't let me connect!

    I can't connect to my own database, does anyone have a solution?

    screenshot attached.
    Attached Thumbnails Attached Thumbnails untitled.jpg  


  2. #2
    Member dbzsv34 is offline
    MemberRank
    Mar 2006 Join Date
    ForgotLocation
    63Posts

    Re: [MySql problem] SQLyog won't let me connect!

    bump, answer plz.

  3. #3
    Member CallProcedure is offline
    MemberRank
    Jun 2007 Join Date
    58Posts

    Re: [MySql problem] SQLyog won't let me connect!

    Kay..Answer my question too lol..I had this problem..But try uninstalling and deleting the MySQL folder then reinstall and place the DB's back..

  4. #4
    Member dbzsv34 is offline
    MemberRank
    Mar 2006 Join Date
    ForgotLocation
    63Posts

    Re: [MySql problem] SQLyog won't let me connect!

    Yeah i know i can do that, kinda wanted a shorter way...

  5. #5
    Newbie madsniper is offline
    MemberRank
    Mar 2007 Join Date
    19Posts

    Re: [MySql problem] SQLyog won't let me connect!

    Are you sure you've allowed a connection from "localhost" or have set up the server correctly?

  6. #6
    Member dbzsv34 is offline
    MemberRank
    Mar 2006 Join Date
    ForgotLocation
    63Posts

    Re: [MySql problem] SQLyog won't let me connect!

    It worked before, until yesterday, don't know how to allow connection.

    also, my site says this: Error: Unable to connect to MySQL server. MySQL reported: Host 'web5.byetcluster.com' is not allowed to connect to this MySQL server.

  7. #7
    Sorcerer Supreme ghostrevan is offline
    Member +Rank
    Jul 2007 Join Date
    257Posts

    Re: [MySql problem] SQLyog won't let me connect!

    lol u gaved password and user in installation give thos username+pass in mqsl xD it should work!

  8. #8
    Member dbzsv34 is offline
    MemberRank
    Mar 2006 Join Date
    ForgotLocation
    63Posts

    Re: [MySql problem] SQLyog won't let me connect!

    I am using the username and pass from install, the thing is the SQLyog won't let my adress or localhost connect to it.

  9. #9
    Grand Master Juggalo90 is offline
    Grand MasterRank
    May 2007 Join Date
    MinnesotaLocation
    940Posts

    Re: [MySql problem] SQLyog won't let me connect!

    ....sometimes MySQL does that...atleast for me...
    All i did was grant access
    Open up MySQL Instance Config or something and type
    Code:
    GRANT ALL PRIVILEGES ON *.* TO USERNAME@IP IDENTIFIED BY "PASSWORD";
    then type

    Code:
    FLUSH PRIVILEGES;
    If this doesn't work, i have no clue what to do.

  10. #10
    Member dbzsv34 is offline
    MemberRank
    Mar 2006 Join Date
    ForgotLocation
    63Posts

    Re: [MySql problem] SQLyog won't let me connect!

    I ran the MySQL server instance configuration wizard, after hitting execute at the end he gives out an error: The security settings could not be applied to the server because connection has failed with the following error: host 'localhost' is not allowed to connect to this MySQL server.

    what gets me right were i was...

    I think i need some professional help. :S

  11. #11
    Member devilat is offline
    MemberRank
    Aug 2007 Join Date
    32Posts

    Re: [MySql problem] SQLyog won't let me connect!

    u have to reinstall ur xammp then config gonfig.inc in phpmyadmin folder then try mysql ans sqlyon

  12. #12
    Member dbzsv34 is offline
    MemberRank
    Mar 2006 Join Date
    ForgotLocation
    63Posts

    Re: [MySql problem] SQLyog won't let me connect!

    dont have xammp at all

  13. #13
    Elite Member Shadei is offline
    Member +Rank
    Dec 2005 Join Date
    174Posts

    Re: [MySql problem] SQLyog won't let me connect!

    It would be easiest just to go ahead and backup all your databases you need. Uninstall MySQL and go to \Program Files and delete the MySQL folder and reinstall.

  14. #14
    You don't know me. Paco44 is offline
    Grand MasterRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    Re: [MySql problem] SQLyog won't let me connect!

    Start the MySQL Service.

  15. #15
    Member dbzsv34 is offline
    MemberRank
    Mar 2006 Join Date
    ForgotLocation
    63Posts

    Re: [MySql problem] SQLyog won't let me connect!

    First of all, can't backup because i can't log-in to the SQLyog.
    Second of all, i'm lucky that i did backup few days before.

    And what MySQL service?

  16. #16
    You don't know me. Paco44 is offline
    Grand MasterRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    Re: [MySql problem] SQLyog won't let me connect!

    You know how to operate SQLYog, but don't know about the MySQL service..?



Advertisement