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

Forum Replies Created

Viewing 15 posts - 2,341 through 2,355 (of 2,527 total)
  • Author
    Posts
  • in reply to: managing relationships with innodb #14090
    Ritesh
    Member

    Hello

    The table structure ( or History log ) provided by you doesnt convey much information. Can you send me SQL script of the whole database with information of the columns on which you want to create relationships. You can mail them to [email protected] and I am sure I will come up with an answer 🙂

    HTH

    in reply to: Connecting to database #14101
    Ritesh
    Member

    Hello

    After you select a Connection from the dropdown window, the Save button will get activated after you change any of the details 🙄

    After changing the details, press Save button and the details will be saved. So next time when you select the connection from the dropdown you will get the correct details for that connection 😀

    HTH

    in reply to: relationships with tables #14097
    Ritesh
    Member

    Hello

    First you have to change the table handler to InnoDB and create proper indexes.

    You can find more help on MySQL/InnoDB can be found at InnoDB Website

    Probably this thread will help you –

    Manage Relationship #1

    HTH

    in reply to: login info does'nt stick #14099
    Ritesh
    Member

    You have to save your connection info by pressing Save button in the connection window 😀

    HTH

    in reply to: Suggestions for SQLyog 3.1 #14100
    Ritesh
    Member

    Thanks 😀

    in reply to: Mac OS X Support for SQLyog? #14093
    Ritesh
    Member

    Yup! 😀

    The next version of SQLyog – SQLyog Max would support a number of addional platforms like Mac and Linux

    in reply to: managing relationships with innodb #14088
    Ritesh
    Member

    Hello

    1.) Make sure that both the tables are InnoDB. You can execute

    show table status from 'dbname' to know that.

    2.) You have proper indexes on the columns which will participate in the FK Relationship.

    It will be very helpful if you could post the Create Table statement… of both the tables and the SQL generated by

    SQLyog for creating the relationship. You can get the SQL from the History Tab.

    HTH

    in reply to: Bug report: Error in update data with null #14091
    Ritesh
    Member

    Hello

    I created a sample table as shown in the images. The create table statement is given as –

    Code:
    CREATE TABLE `test` (                                                                                                                          
            `id` int(11) NOT NULL default '0',                                                                                                    
            `name` char(20) default NULL,                                                                                                        
            `date_nasc` date default NULL,                                                                                                      
            PRIMARY KEY  (`id`)) TYPE=MyISAM

    Using the Insert/Update window of SQLyog, the following SQL scripts are generated –

    Code:
    insert into `test`.`test` ( `id`, `name`, `date_nasc` ) values (  '1',  'Luciano',  NULL );

    update `test`.`test` set  `id`='2',  `name`='Pitto',  `date_nasc`=NULL where id='1';

    This is what I expect. Please check the create table stmt. of your table. To set a columns value NULL, set the

    focus on the column and press Alt+N.

    BTW, which version of SQLyog you are using?

    in reply to: Can't Get Connected 1045 #14065
    Ritesh
    Member

    Thanks chr .

    We will look into this matter 😀

    in reply to: Bug report: creating multiple tables in v3.1 #14086
    Ritesh
    Member

    You can download one of the following binaries and try it out –

    SQLyog 2.51

    SQLyog 3.0

    SQLyog 3.01

    SQLyog 3.02

    SQLyog 3.03

    HTH

    in reply to: export batch query results one time #14083
    Ritesh
    Member

    Hmmmmmmmmmm…..

    Thanks for the idea 😀

    I have added it in the TO-DO list

    in reply to: Bug report: creating multiple tables in v3.1 #14084
    Ritesh
    Member

    Do you have an earlier version of SQLyog. If not tell me, I will send you the binary file. Uninstall SQLyog 3.1 and work with the earlier version of SQLyog and see if the same thing happens.

    Please inform me with the details 😮

    BTW, Which version of MySQL you are using?

    HTH

    in reply to: Can't Get Connected 1045 #14058
    Ritesh
    Member

    Bewildering 😮 This should work

    MySQL client uses the same C API which SQLyog uses to connect to a MySQL server :huh:

    Let me check out with my development team and I will post back in a day or two

    in reply to: How To- Remote Connection #14067
    Ritesh
    Member

    In the MySQL Host Field of Connection Window, give the server address of the machine on which MySQL is installed 😀

    in reply to: Waiting for SQLyog 3.11 #14082
    Ritesh
    Member

    We will inform you when SQLyog 3.11 comes up 😀

Viewing 15 posts - 2,341 through 2,355 (of 2,527 total)