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

Forum Replies Created

Viewing 15 posts - 451 through 465 (of 642 total)
  • Author
    Posts
  • in reply to: primary keys #15199
    Shadow
    Member

    InnoDB is enabled by default. I don't even know, whether you can disable it or not. You should check the mysql.err file (data directory) to see any error messages concerning InnoDB. But the best is to read MySql's manual about InnoDB first. A few hints:

    innodb_data_file_path = ibdata1:20M:autoextend:max:1000M

    innodb_data_home_dir = path

    innodb_log_group_home_dir =path

    innodb_log_arch_dir = path

    set-variable = innodb_mirrored_log_groups=1

    set-variable = innodb_log_files_in_group=3

    set-variable = innodb_log_file_size=5M

    set-variable = innodb_log_buffer_size=2M

    innodb_flush_log_at_trx_commit=1

    innodb_log_archive=0

    set-variable = innodb_buffer_pool_size=10M

    set-variable = innodb_additional_mem_pool_size=2M

    set-variable = innodb_file_io_threads=4

    set-variable = innodb_lock_wait_timeout=50

    in reply to: Data import #15171
    Shadow
    Member

    Unfortunately, It's been a while since I did CSV import last. I'll do a test import tomorrow and see what I get.

    in reply to: Comments in a SCHEMA HTML document #15189
    Shadow
    Member

    As far as I'm concerned, the fields' extra column is not for comments, but for displaying additional information about the given field, such as whethet it is auto increment or not. Correct me, if I'm wrong, fields cannot be commented.

    in reply to: primary keys #15197
    Shadow
    Member

    To change the table type right click on the table name in the object explorer and select “Change table type to” and specify the desired type. Of course, you must have correct InnoDB settings, but that's in the my.ini or my.cnf.

    in reply to: Multiple synchronization schedules & servers? #15145
    Shadow
    Member

    Now, that would be great! Especially, if it were implemented as a service…

    in reply to: Data import #15169
    Shadow
    Member

    As far as I can recall, warnings should appear in the messages window.

    in reply to: Data import #15167
    Shadow
    Member
    Quote:
    Also I note that the last field in each row has a graphical box character as the last character in the field or the only character in the field if the field was otherwise empty.

    The CSV file may have a win style rn line termination, but you import the file using only n as line terminating character.

    in reply to: not parsing comments properly? #15172
    Shadow
    Member

    Interesting, SQLyog does not seem to regard line breaks as termination of comments. Should be corrected…

    in reply to: Import from Excel #15113
    Shadow
    Member

    It's got nothing to do with SQLyog, it is all about the slappy and buggy MS ODBC driver for Excel. No matter how your worksheets are constructed, no tables will ever show up in the import wizard, you have to manually enter a valid SQL statement instead. Worksheet names must be provided as follows: [Sheet1$] (mark the $ sign!) or `Sheet1$`.

    in reply to: Connecting to SQLyog #15164
    Shadow
    Member

    Could you paste that string here with the sensitive information masked?

    in reply to: Multiple synchronization schedules & servers? #15143
    Shadow
    Member

    Use the online manual with user comments because there is a comment that describes how to use a MySql db as master and slave in the same time!

    in reply to: Importing data #15161
    Shadow
    Member

    Yes, you should use the ODBC import wizard to get data out of excel worksheets. Unfortunately, I have never tried to import hyperlinks, but I don't think they can be imported because they are not part of the cell object's value property.

    in reply to: Institutionalize the name #15165
    Shadow
    Member

    I don't think you are right! It's OK to have a product name (brand name if you put it that way) and a short description of the product as it reads on webyog's index.html: SQLyog – MySQL GUI Front End.

    Besides, I have had enough of products boasting with pretentious names and no valuable content…

    in reply to: Multiple synchronization schedules & servers? #15141
    Shadow
    Member

    Have you checked MySql's built-in replication feature?

    in reply to: Crash bug + UI bug #15146
    Shadow
    Member

    I confirm the bug to be present in both the last RC of v3.6 and in v3.61 itself.

Viewing 15 posts - 451 through 465 (of 642 total)