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

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: export null #18385
    just4fun
    Member
    Quote:
    So are you able to edit the result?

    sorry, that's ok.

    p.s. can you make blob field viewer resiziable?

    p.p.s. and add checkbox or button “view in html”

    in reply to: export null #18374
    just4fun
    Member

    1. ok, bug confirmed.

    2. tell me please, why i can't edit text type field?:

    Code:
    select * from `test`.tablename1 where id in(1,2);
    in reply to: export null #18372
    just4fun
    Member
    Code:
    /*
    SQLyog Enterprise v4.06 RC1
    Host – 4.1.7-max : Database – test
    *********************************************************************
    Server version : 4.1.7-max
    */

    /*Table structure for table `tablename1` */

    drop table if exists `tablename1`;

    CREATE TABLE `tablename1` (
     `id` int(11) NOT NULL auto_increment,
     `datestr` date default NULL,
     PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

    /*Data for the table `tablename1` */

    insert into `tablename1` values (1,'');
    insert into `tablename1` values (2,'');
    insert into `tablename1` values (3,'');
    insert into `tablename1` values (4,'');
    insert into `tablename1` values (5,'');

    in reply to: export null #18366
    just4fun
    Member
    Code:
    /*
    SQLyog Enterprise v4.06 RC1
    Host – 4.1.7-max : Database – test
    *********************************************************************
    Server version : 4.1.7-max
    */

    /*Data for the table `tablename1` */

    insert into `tablename1` values (1,'');
    insert into `tablename1` values (2,'');
    insert into `tablename1` values (3,'');
    insert into `tablename1` values (4,'');
    insert into `tablename1` values (5,'');

    in reply to: Bug? Execute Query Doesnt Respect Current Database #17478
    just4fun
    Member

    Ritesh mb you make update utilitie?

    This is a small bug, but write use `database`; in all my *.sql files… brrr… pleeeaze

    p.s. i'm use unlegal sn 🙄

    in reply to: \n bug #16201
    just4fun
    Member
    Shadow wrote on Aug 23 2004, 08:46 PM:
    Did you try to display the contents of that field as a result of a SELECT query?

    i say about visual editor ! 😡

    in reply to: Export date table -> code editor #16207
    just4fun
    Member
    Shadow wrote on Aug 23 2004, 08:54 PM:
    Execute a SELECT query to get the desired data, then right click on the results and choose copy data to clipboard.

    Code:
    1Vask0lamo2Neo\NeoAlen43NeoÕîðîøèé ÷åë!5CD_AndrewMegafather!!!66Neo9dragon-x

    is this result ? please see the pict…

    in reply to: Export date table -> code editor #16204
    just4fun
    Member

    i need export mysql data from table into code editor, but i can't do it…

    i must export mysql data into sql file and then ctrl+c and past it into code editor…. mb you create this function ?

    in reply to: Connecting to MySql remotely #16185
    just4fun
    Member

    if mysq settings on localhost(where MySql runs) host allow connect from remote host you be connected, else you have error Access denied for user: 'xxx@intranet-100' (Using password:YES)

    And you can't fix it, and not one program runned from remote host can't connect…. fucking Security 😉

Viewing 9 posts - 1 through 9 (of 9 total)