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

Forum Replies Created

Viewing 15 posts - 2,086 through 2,100 (of 2,527 total)
  • Author
    Posts
  • in reply to: Cant make relationship #14850
    Ritesh
    Member

    SQLyog logs all the queries in the History window. You can cut & paste the query out here.

    Also, paste the Create Table stmt. of both the tables. You can get it from the Object Tab of SQLyog.

    HTH

    in reply to: Database Backup #14845
    Ritesh
    Member

    Which option are you using to Backup your database. SQLyog only asks you for password when it is connecting to the MySQL server.

    in reply to: cant connect error no 2013 #14796
    Ritesh
    Member

    I guess this is for a MySQL server running on Linux. You have to modify my.cnf

    in reply to: Object Browser #14842
    Ritesh
    Member

    Here is a sample from the MySQL command line utility. I ran some queries on MySQL 4.1.1-alpha on Win2K server.

    Code:
    mysql> create table TableName1 ( a char(1) );
    Query OK, 0 rows affected (0.00 sec)

    mysql> show tables from ritesh;
    +——————+
    | Tables_in_ritesh |
    +——————+
    | tablename1       |
    +——————+
    1 row in set (0.00 sec)

    in reply to: Object Browser #14841
    Ritesh
    Member

    SQLyog never modifies the case of object names. This is what is returned by MySQL. I guess your MySQL is running on Win-x- server.

    in reply to: Default Line Terminator #14840
    Ritesh
    Member

    Greetings

    This feature will be provided in SQLyog 3.6 wherein SQLyog will remember all the last settings.

    HTH

    in reply to: Error No. 2003 #14837
    Ritesh
    Member

    Can you tell me the exact error message?

    in reply to: Feature Request #14835
    Ritesh
    Member

    Thanks for the suggestion 🙂

    in reply to: Error while trying to Import Access Data #14833
    Ritesh
    Member

    Create to correct DSN to the Access database ( .mdb ). Select the newly created DSN in the dropdown instead of *MS Access Database*.

    You will find this imformative – http://www.devshed.com/Server_Side/MySQL/S…Lyog/page1.html

    in reply to: Connection #14830
    Ritesh
    Member
    in reply to: Connection #14828
    Ritesh
    Member

    Go to the bin sub-directory of your MySQL installation. Start the command prompt ( type cmd ) in Start->Run ).

    You can connect to any server thru the MySQL command line utility by issueing the following command –

    mysql -u -h -p

    in reply to: importing linked access db #14831
    Ritesh
    Member

    I have asked my development team to look into the matter. I will reply back soon.

    in reply to: Connection #14826
    Ritesh
    Member

    Greetings

    Are you sure, you have the correct permission to connect to the remote MySQL server?

    in reply to: V3.52 bug with SQL not working #14832
    Ritesh
    Member

    Try :

    Quote:
    UPDATE order SET `status`=200 WHERE order_id=5;
    in reply to: Connection #14824
    Ritesh
    Member

    Some old GLIBC library causes the above problem. Can you tell me the exact MySQL version and the RH version?

    BTW, are you able to connect thru the MySQL command line utility?

Viewing 15 posts - 2,086 through 2,100 (of 2,527 total)