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

Forum Replies Created

Viewing 15 posts - 1,276 through 1,290 (of 2,527 total)
  • Author
    Posts
  • in reply to: Remote host connect problems #17188
    Ritesh
    Member

    Can we chat on MSN or Yahoo?

    in reply to: No PRIMARY KEY bug? #17186
    Ritesh
    Member

    I received your SQL file. The table structure looks like:

    CREATE TABLE `virtual` (

    col1,

    col2, col3,

    UNIQUE KEY `col` (`col1`)

    }

    If you notice then the key is UNIQUE but not PRIMARY. You have to explicitly define PRIMARY KEY for the table. SQLyog does not support UNIQUE KEY as of now.

    in reply to: No PRIMARY KEY bug? #17185
    Ritesh
    Member
    Quote:
    i can send a dump of one of the tables which does infact have a primary key (in which sja reports that it does not)

    Send to ritesh AT webyog DOT com

    in reply to: No PRIMARY KEY bug? #17183
    Ritesh
    Member

    Please provide complete description of your setup. Versions of MySQL, SQLyog and whether you are using tunneling.

    Can you send me a backup of your db?

    in reply to: Collation and charset misusing when synchro #17180
    Ritesh
    Member

    Download the latest version i.e. SQLyog v4.03 from SQLyog Download Page. v4.03 supports server level encoding.

    in reply to: CRAM-MD5 support? #17182
    Ritesh
    Member

    You have a mail.

    in reply to: Segmentation Fault using SJA on Linux 9.0 #16688
    Ritesh
    Member

    I know we have been little late on this issue but currently we are extremely busy with v4.1 so this fix might take some time.

    in reply to: Tool is corrupting my database while syncing #17158
    Ritesh
    Member

    As mentioned earlier, SQLyog just sends a bunch of SQL statements to the MySQL server.

    You need to help us in pin-pointing the exact SQL that is causing this corruption so that we can get MySQL AB Support involved.

    To help us reproduce the error at our end, you need to send some sample data OR do it yourself by logging the queries.

    in reply to: Error Using ODBC Import #17162
    Ritesh
    Member
    in reply to: Using SQLYog under Linux #17160
    Ritesh
    Member

    Great to know that SQLyog works for you 😀

    in reply to: Use scripting to prompt sync job #17159
    Ritesh
    Member

    Yes 😀

    You have to use the correct function in PHP or ASP to execute sja with the job file as parameter.

    E.g. In PHP you can do:

    Code:
    system ( 'sja.exe schema.xml' );
    in reply to: need help #17154
    Ritesh
    Member

    Do you mean setting up a MySQL server in Linux and using SQLyog to work with it?

    in reply to: Tool is corrupting my database while syncing #17156
    Ritesh
    Member

    SJA, the data synchronization tool of SQLyog executes only valid SQL statements to find differences and bring the two databases in sync with each other.

    Are you sure that its the query(s) that SJA executes corrupting the data?

    in reply to: Linux SJA #17153
    Ritesh
    Member

    Currently, SJA for Linux does not support tunneling. You have to use Windows version of SJA if you want to use tunneling.

    in reply to: Cant connect to mysql database #17148
    Ritesh
    Member

    I talked to Mike over MSN and he was forgetting to provide the password.

Viewing 15 posts - 1,276 through 1,290 (of 2,527 total)