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

Forum Replies Created

Viewing 15 posts - 1,966 through 1,980 (of 2,527 total)
  • Author
    Posts
  • in reply to: Global LOCK priveledges? #14942
    Ritesh
    Member

    SQLyog will always issue “CREATE TEMPORARY..” etc. commands. It does not check for privileges.

    in reply to: can't connect #15212
    Ritesh
    Member

    You do not have the permission to connect from a remote host. Ask your host to give you '%' privilege instead of Host specific access.

    in reply to: wrong URL in the help-about box #15210
    Ritesh
    Member

    This bug has been fixed in SQLyog 3.62 which we are going to release soon.

    in reply to: error in about box! #15208
    Ritesh
    Member

    This bug has been fixed in SQLyog 3.62 which we are going to release soon.

    in reply to: Comments in a SCHEMA HTML document #15194
    Ritesh
    Member

    I have no idea about other software.

    Can you give me your email address. Maybe we will be able to send you a special release that will have this feature?

    in reply to: Error No 1045 #15203
    Ritesh
    Member

    SQLyog does not add any information on its own.

    Are you able to connect to the MySQL server using any other client utilities like the MySQL Command Line tool.

    in reply to: Comments in a SCHEMA HTML document #15192
    Ritesh
    Member
    Quote:
    appear in the HTML schema generated by MYSQL

    I think you mean SQLyog.

    As of SQLyog 3.61, the comment column is not added in the generated schema. This will be implemented in SQLyog 3.7 wherein you will have option in Create/Alter Table dialog to add/modify comments.

    HTH

    in reply to: Error No 1045 #15201
    Ritesh
    Member

    It seems that you dont have permission to connect from a remote host.

    in reply to: Comments in a SCHEMA HTML document #15190
    Ritesh
    Member

    You cannot add comments to columns in 3.23.x. In MySQL 4.1, you can do it using the following command –

    CREATE TABLE test(

    id int NOT NULL auto_increment COMMENT 'this is a comment',

    PRIMARY KEY (id)

    ) TYPE=MyISAM;

    I am not sure about 4.0.x. I will revert back tomorrow.

    in reply to: Comments in a SCHEMA HTML document #15188
    Ritesh
    Member
    Quote:
    Question 1 : How can the table comment be made longer ?

    This is a limitation of MySQL as it supports very few characters for Table comments.

    Quote:
    in SQL mode work such as : COMMENT ON TABLE TABLE1 IS 'This is the first table';

    The SQL command is not supported in MySQL.

    in reply to: 3.6 DataBase Sync Tool #14962
    Ritesh
    Member

    Nope.

    This feature is planned for SQLyog Max.

    in reply to: Upgrading from 3.52 to 3.61 #15200
    Ritesh
    Member

    Download SQLyog 3.61 and install it in the same folder in which 3.52 is installed. It will automatically upgrade itself to SQLyog 3.61.

    in reply to: primary keys #15196
    Ritesh
    Member

    Yes !!! To assign PRIMARY KEY property to a column check the corresponding PK checkbox.

    Which version of MySQL are your running?

    in reply to: Structure Syncronization dropping keys #15186
    Ritesh
    Member

    Greetings

    Registered users get “high priority” fixes to critical bugs!

    The bug has been fixed in SQLyog 3.62 RC and is available at http://www.webyog.com/sqlyog/SQLyog362.exe

    Pls. check it out and confirm.

    in reply to: Multiple synchronization schedules & servers? #15144
    Ritesh
    Member

    Currently, SQLyog supports ONE WAY synchronization only. All extra rows in the target that are not present in the source are deleted. We are working on making it a 2 way sync process – which poses additional challenges like conflict resolution, etc.

Viewing 15 posts - 1,966 through 1,980 (of 2,527 total)