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

Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: INNOBB data files builds up #17691
    sergius
    Member

    QUOTE(peterlaursen @ May 9 2005, 02:09 PM) [snapback]5381[/snapback]

    I have noticed the each time I'm doing some experimenting with INNODB tables my INNODB data-file (ibdata1) grows. When I delete some DB and tables the file doesn't shrink. I simply think it is the way INNOBD behaves with MySQL. it “claims” diskspace when needed but does not free it when it is not needed.

    Now the file here with me is about 200 MB and the data in it is just about 30 MB. Not a real problem but …

    However is there any way to “shrink” that file except than dumping the DB, deleting the bases, stopping the MySQLserver, deleting the datafile, restarting the server and importing the dumps ? And could that be implemented with SQLyog ?

    Could you suggest what to do when the data file grows to fill all the disk space?

    in reply to: Sqlyog 5.02 Tries To Access Foregn Ip Addresses #20800
    sergius
    Member

    Thanks, maybe I should switch to Norton, then. I've had other problems with ZoneAlarm, which were pretty annoying, but it never seemed to make false reports about programs accessing IP destinations.

    And just because I'm paranoid doesn't mean they're not out to get me 🙂

    in reply to: Create table with enum #13637
    sergius
    Member
    Ritesh wrote on Feb 3 2003, 09:47 AM:
    Start the create table dialog…( press Insert after selecting a DB in the object browser or select Create Table In The Database… in DB menu )

    In the DATATYPE column table select ENUM and insert the ENUM values in LENGTH column.

    For eg if you want to create a field month with value January, February etc. then select enum in the DATATYPE column and give the following value in Length column –

    'January','February','March','April','May','June','July' etc.

    Hope it helps.

    I just had the same problem. I guess the UI could be a little crearer about that 🙂

    in reply to: Blob image viewer problems #18112
    sergius
    Member

    It's a step ahead, for sure.

    But the transparent-background PNG images are shown as black rectangles. When I save them as files and view them in a browser, they look fine.

    And the installer screen still says version 4.06 🙂

    in reply to: Query execution time reported incorrectly in 4.05 #18342
    sergius
    Member

    I can monitor the status of DB connections using the statement SHOW PROCESSLIST, for example.

    in reply to: Query execution time reported incorrectly in 4.05 #18340
    sergius
    Member

    I'll try it again at some point, but I'm pretty sure it reported 0 ms taken even for very long queries (not necessarily with a lot of data to return, but the ones that took the server a long time to process).

    in reply to: Blob image viewer problems #18099
    sergius
    Member

    Excellent, thanks! Do you know when that version will be available?

    in reply to: Query execution time reported incorrectly in 4.05 #18332
    sergius
    Member

    Apparently, the time reported is > 0 when there is a syntactical error in the statement, so maybe it's the time it takes the server to parse the statement or something like that…

    Error Code : 1052

    Column: 'gate_sweep_frequency' in where clause is ambiguous

    (47 ms taken)

    in reply to: Query execution time reported incorrectly in 4.05 #18330
    sergius
    Member

    Maybe it is coming from the server (in my case, MySQL 4.0.16), but the messages have everything to do with the statements that I executed:

    (599 row(s) returned)

    (0 ms taken)

    in reply to: View Blob Data in Binary Format #17436
    sergius
    Member

    I'd like the hex view and external viewer features, too.

    in reply to: Bug: 4.05 Copy result to clipboard #17616
    sergius
    Member

    I haven't read all the replies here. In case this still matters, I also hit this bug.

    MySQL 4.0.16 / Linux

    SQLyog 4.0.5 / W2K

    I tried to attach a small png screenshot to this post, but the interface wouldn't let me for some reason

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