Forum Replies Created
-
AuthorPosts
-
RiteshMember
SQLyog's Development team has confirmed the bug.
Webyog will be releasing a fix to the bug soon.
RiteshMemberThe bug has been fixed in SQLyog 3.01 which has been released.
Please download it through the SQLyog Download Page
RiteshMemberQuote: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.
RiteshMemberQuote: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.
RiteshMemberThe feature you have asked for is in our TO-DO list and will be added in one of our future releases.
RiteshMemberThanks for your suggestion. We are working on it.
RiteshMemberQuote: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
-
AuthorPosts