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

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • in reply to: #26228
    webtask
    Member

    I prefer to select multiple tables (like files in Windows Explorer) and then click on checkbox to include/exclude all selected tables in/from sql-dump

    in reply to: #26226
    webtask
    Member

    I know about functionality of root check-boxes. But I have more than 50 tables and I need to dump only 30 of them, so I must uncheck 20 tables one-by-one.

    in reply to: #26224
    webtask
    Member
    navyashree.r wrote on Mar 26 2008, 09:27 AM:
    Hi,

    1. Resizable of SQL dump dialog box, you can expect this in next beta where the size of the dialog box will be increased.

    2. Select/deselect several tables, regarding this issue you can click on table's root node checkbox.

    Regards,

    Navya

    Thank you for #1

    #2 Does it mean a possibility to select/deselect ALL tables only?

    in reply to: Data Encoding #24115
    webtask
    Member

    I tried to do simple test under MySQL 5.0.37 – all queries works without errors. Under 4.1.7 – I got an error. Probably, it is realy server-side problem.

    Example data:

    Code:
    * Insert example data. File encoding is Windows-1251
    *
    */

    /*
    CREATE TABLE `cyr` (
    `ROWID` int(10) unsigned NOT NULL auto_increment,
    `TITLE` text,
    PRIMARY KEY (`ROWID`)
    ) ENGINE=MyISAM DEFAULT CHARSET=cp1251
    */

    if (($db = mysql_connect('HOST', 'USER', 'PASSWORD')) !== false) {
    mysql_select_db('DATABASE');
    mysql_query('set names cp1251'); // all data is sending to server is in Windows-1251 !!!
    $query = “insert into `cyr`(`ROWID`,`TITLE`) values (1,'Мама'),(2,'мыла'),(3,'раму'),(4,'азбука'),(5,'One'),(6,'Two'),(7,'Three')”;
    mysql_query($query); // that's all
    echo 'OK';
    } else {
    echo 'Was not connected!';
    }

    ?>

    id = 1,2,3,4 – are cyrillic titles

    All the same, I think all problems may solve custom SET NAMES command, but this way is deprecated in SQLYog 6.

    in reply to: Data Encoding #24107
    webtask
    Member

    MySQL Server 4.1.7

    in reply to: Data Encoding #24105
    webtask
    Member

    When I do not use set names cp1251 it is possible to view table data, but not possible to use queries which selects rows with 'like' statement and international characters. And for those queries I MUST use cp1251. And in this case results are unreadable but they exists!

    I know that server transforms encodings, but I suppose that SQLYog not convert data from sql-editor to utf8 and send it as is.

    When there is only international characters in the query – everything ok, but when I want to select 'cyrillc' data and use or or calculate 'cyrillic' values in the field list <(case when D='cyrillic' then 1 else 0 end)> – query fails.

    in reply to: 6 Beta 3 #23779
    webtask
    Member

    Oops.

    I solved this problem by converting sqlyog.ini to UTF8. 🙂

    in reply to: Backup Db As Sql Dump #23136
    webtask
    Member

    Thank you, I read it.

    in reply to: Slow Perfomance In Sql-script #23000
    webtask
    Member
    peterlaursen wrote on Nov 28 2006, 11:39 AM:
    1) the issue with 'empty database' is confirmed. It is related to 'autocomplete'. 'drop database' and 'truncate database' are not affected.

    We will release 5.21 beta1 with a fix for this in a few days.

    2) However we cannot reproduce the slow import.

    Can you tell what 'Remote connection' means? HTTP??

    If so that could depend on the server load then.

    Can you reproduce with both versions installed at the same time?

    (import with 5.19 … measure time .. drop database .. measure time)

    I mean “running” sql-script, not “import”. My sql-script consists over 70 “create table” operators. SQLYog successfully connected to remote MySQL server (not to localhost). When I run script – SQLYog not freezes, but execution goes extremely slow.

    in reply to: 5.1 Beta5: Application Hang #21151
    webtask
    Member

    BETA7 works ! Thank you!

    in reply to: 5.1 Beta5: Application Hang #21149
    webtask
    Member
    Ritesh wrote on Apr 5 2006, 11:28 AM:
    By any chance are you using SSH connection?

    No

    in reply to: Please, Don't Clear Personal Folder #19581
    webtask
    Member

    Oh, I'm sorry, I thought about uninstalling process and clear install again, but wrote about upgrading. But if Personal Folder store important examples of quieries, do not delete this folder anyway so user can use own sources. I think when SQLyog is uninstalling it is enough to notificate user about Personal Folder is not deleted.

    in reply to: 4.2beta5 Charset Is Not Saving #19569
    webtask
    Member

    Well done! RC1 show non-enlish characters properly

    in reply to: 4.2beta5 Charset Is Not Saving #19568
    webtask
    Member

    I'll try

    in reply to: 4.2beta5 Charset Is Not Saving #19566
    webtask
    Member

    Hmmm. But SQLyog 4.1 works fine with fonts and font charsets…

Viewing 15 posts - 1 through 15 (of 16 total)