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

Forum Replies Created

Viewing 7 posts - 2,521 through 2,527 (of 2,527 total)
  • Author
    Posts
  • in reply to: Synchronization Problem #13590
    Ritesh
    Member

    SQLyog's Development team has confirmed the bug.

    Webyog will be releasing a fix to the bug soon.

    in reply to: Synchronization Problem #13591
    Ritesh
    Member

    The bug has been fixed in SQLyog 3.01 which has been released.

    Please download it through the SQLyog Download Page

    in reply to: View Window for Data of Current Table #13611
    Ritesh
    Member
    Quote:
    It would be really nice if a separate window or child window displays the data of the current table selected. It's burdensome to rt click the table and select view data. If this can be done, it would be better if the user can immediately make inserts, deletes, and updates to the selected table within that window.

    You can do that in SQLyog. Just select the table in the Object Browser and select Insert/Update data from the popup menu or press Ctrl+Enter.

    In the window, you can even Insert, update or delete data.

    in reply to: Cannot connect #13606
    Ritesh
    Member
    Quote:
    I have the software running, but it will not connect to my SQL server. It takes about 3 minutes to decide it cannot connect during which time nothing else (except maybe cancel) will work. I put in my domain name address and the error indicates my workstation ip. I have checked the username and password and use them both with PHP connecting to that db. Any ideas? BTW, this is the third version of SQLyog I've tried and none have connected yet.

    Are you able to connect through the MySQL Command Line utility ?

    Can you give me more details about the server on which MySQL is located and also the parameters you pass to mysql_connect() or mysql_pconnect() in PHP to connect to your MySQL.

    in reply to: SHOW DATABASES on Connect #13600
    Ritesh
    Member

    The feature you have asked for is in our TO-DO list and will be added in one of our future releases.

    in reply to: Connection Dropdown #13599
    Ritesh
    Member

    Thanks for your suggestion. We are working on it.

    in reply to: Help Please #13604
    Ritesh
    Member
    Quote:
    What is MySQL Host Address, you mean my IP or my Internet serivce provider “AOL”?

    None of the above. MySQL Host Address requires the address the server on which your MySQL is installed. Please ask your MySQL Administrator about these details. If the MySQL service is provided by your Host then contact them about the Address.

    Quote:
    User Name: At the first time i used “root” as defualt, Can i make my own user name?

    This is the MySQL User Name. You need to have proper permission to create your username. I believe that your host has already created a UserName for you to connect.

    Quote:
    When i got error at the first time I didnt make password. well i need to make password, if so you mean any password or something els?

    This is the MySQL Password. You dont have to make anything.

    Quote:
    what is Defalut Database and from where can i get the answer, is the answer in my computer, if so how can i know and where?

    This is the database which SQLyog will use as the current database for all its work.

    Quote:
    I used 3306 and the error window appear, how can i know the right prot and from where can i get it?

    Generally, MySQL works on this port. It can be different also.

    For more information you can read the MySQL docs at http://www.mysql.com

Viewing 7 posts - 2,521 through 2,527 (of 2,527 total)