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

Forum Replies Created

Viewing 15 posts - 2,461 through 2,475 (of 2,527 total)
  • Author
    Posts
  • in reply to: Execute for Update #13775
    Ritesh
    Member

    Thanks for your help.

    in reply to: SQLyog behind a proxy #13776
    Ritesh
    Member

    As of now, MySQL client does not supports connecting through a Proxy

    in reply to: Execute for Update #13773
    Ritesh
    Member

    Can you upload a screenshot of the window when the problem is occurring?

    in reply to: Next Major #13769
    Ritesh
    Member
    Quote:
    Mention is made of linux support at the next major release, with what sort of frequency have majors been released.

    When the product is rocksolid and very stable.

    in reply to: import csv question #13746
    Ritesh
    Member

    Hope the configuration shown in the image below will help you.

    in reply to: the verticale bas problem #13762
    Ritesh
    Member

    It will be very helpful if you could attach a screenshot of SQLyog when the above happens.

    in reply to: InnoDB #13731
    Ritesh
    Member

    InnoDB wont be creating multiple files as MyISAM table handler. All the table will only be in one file i.e. the innodb tablespace.

    in reply to: Synchronize – Bug in 3.02? #13753
    Ritesh
    Member

    Please provide an empty DB structure that fails to synchronize. That would be very helpful in reproducing the bug.

    in reply to: InnoDB #13729
    Ritesh
    Member

    Make sure that a directory called idbata exist in the c:mysql, then add this line in the mysqld section

    innodb_data_home_dir = c:/mysql/ibdata

    Then start the mysql daemon with the following parameters –

    mysqld-max-nt –basedir=c:/mysql –innodb_data_file_path=ibdata1:30M:autoextend –innodb_data_home_dir=c:/mysql/ibdata

    I believe this will start the MySQL with proper information.

    in reply to: import csv question #13744
    Ritesh
    Member

    Can you give me more information about how the fields are terminated/enclosed etc.

    in reply to: InnoDB #13727
    Ritesh
    Member

    Can you give us more information about your MySQL Server, OS and the complete command line options which you use to start the MySQL Server Daemon.

    A post of your my.ini will also be helpful 🙂

    in reply to: ERROR MESSAGE on SQL QURRIES #13747
    Ritesh
    Member

    Which version of MySQL you are using?

    MySQL does not support sub-select which you are trying to use as of now. It is a planned feature for their future releases.

    in reply to: Alter table error #13724
    Ritesh
    Member

    Sorry for the late reply :ph34r:

    You probably have a permissions issue in your data or temp directory…Mysql is not able to create a temporary table when making the table alteration.

    in reply to: Not able to connect to server #13741
    Ritesh
    Member

    This is a permission error.

    The host from which you are connecting to does not have proper permissions to log on to the MySQL server. Please change the MySQL/User table and create proper permission for the host.

    in reply to: Export/Import #13740
    Ritesh
    Member

    The fastest way to execute a batch script in SQLyog is to use Tools->Execute Batch File… option ( Ctrl+Shift+Q ) and just provide the name of the SQL file.

    Using this method you dont have to “open” the file in the editor window before executing it. This option has been optimized for VERY large batch scripts. It will also tell you the time take to execute the entire file. Pls. try it out and let us know your feedback.

Viewing 15 posts - 2,461 through 2,475 (of 2,527 total)