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

Forum Replies Created

Viewing 15 posts - 5,761 through 5,775 (of 7,398 total)
  • Author
    Posts
  • in reply to: Can't Display Previous Sql Editor Tab #20803
    peterlaursen
    Participant

    I cannot reproduce this! Right now I have 3 editor tabs displaying

    select a

    select b

    select c

    and I can swithc between them easily by clicking on each tab. Do you try something else?

    What is your Windows version?


    @ritesh

    But I think there is as issue with the keyboard shortcut ALT+. I thought it should select n'th editor tab, but it works on the RESULT/DATA/OBJECTS/HISTORY tabs instead. 'Help..keyboard shortcuts' says it means 'select n'th editor tab'

    in reply to: Charset Issues With Users #20794
    peterlaursen
    Participant

    And this is independent of PHP versions from 4.3.11 to 5.1.2 (the ones that my Apache 2.0.55 accepts)

    in reply to: Charset Issues With Users #20793
    peterlaursen
    Participant

    now: creating this user: 'schäferhund'. This is a word that I CAN write with HTTP.

    howerver logging on as that user with HTTP gives exactly the same as first post.

    in reply to: Sqlyog 5.02 Tries To Access Foregn Ip Addresses #20801
    peterlaursen
    Participant

    I have been using ZA myself, and it worked fine as long as i did not run server programs. There are lots of others. But as you just blocked it that should be fine too! ZA has blocked something that will never occur … does no harm!

    in reply to: Create table with enum #13638
    peterlaursen
    Participant
    Quote:
    I just had the same problem. I guess the UI could be a little crearer about that

    It was proposed (by me, of course 😀 ) long time ago that the 'title' of the column in CREATE TABLE, ALTER TABLE and MIGRATION WIZATD changed from 'length' to 'values' with ENUMs and SETs. Ritesh clapped!

    But such GUI manipulation takes quite a lot of time to code. Probably is why it was never done. Other issues have been considered more important.

    in reply to: Creating Tables With Columns Of Type Enum #20802
    peterlaursen
    Participant

    would this http://www.webyog.com/faq/29_51_en.html help you.

    It works for me!

    in reply to: Sqlyog 5.02 Tries To Access Foregn Ip Addresses #20799
    peterlaursen
    Participant

    I just blocked access to everything but localhost with my Norton firewall. SQLyog starts and runs fine. Firewall does not report any attempt to connect to a remote host.

    We have had so many issues with that (crap) Zonealarm! Sometimes it even blocks TCP-connections to localhost even it claims to be disabled. I believe that this program has issues with TCP on 'localhost'.

    There is no kind of backdoor in SQLyog!

    in reply to: Turkish Characters #20383
    peterlaursen
    Participant

    one more Turkish character issue at bugs.mysql

    http://bugs.mysql.com/bug.php?id=17976

    in reply to: Sqlyog Dies After First Use #20772
    peterlaursen
    Participant

    hmmm. strange.

    But please check this:

    1) when the program is closed, check task-manager. Is there still a SqlyogEnt -proces running.

    2) can you reboot, and restart SQLyog?

    I think the process may still be running in the background. I experience the same from time to time with Outlook2000 and the Opera browser. I will then have to kill the process from task manager. But I don't recall that SQLyog ever did this trick!

    in reply to: Error Access Import #20766
    peterlaursen
    Participant

    This

    Quote:
    I'm trying to upload via tunnel ms access I

    is a little bit unclear! But I understand that you are migration as Access database to a MySQL database and you connect to this MySQL with HTTP-tunnel?

    Right?

    Which Windows version? Which SQLyog version?? Which Ms-Access version?

    Do you have the shell32.dll file (in windowssystem or windowssystem32 folder)?

    Is the ODBC-driver the correct version for this Access database file ?

    This error message: could you describe it more precisely? Is it a Windows popup Messagebox?

    Did you read this: http://www.webyog.com/whitepaper/Preparing_Access__Migration.pdf

    Can you use SQLyog normally (interactively)?

    Can you import this Access database to anywhere else using the same ODBC-driver?

    Lots of questions that you will have to answer if anybody else should be able to have an idea of what is wrong.

    in reply to: Autoconnect #20761
    peterlaursen
    Participant

    hehe … We have scheduled this … erhhhh .. what do you mean ? <_< I understood that he wanted that connections could be defined so that YOG would connect at startudp .. bypassing the connction manager. But now I don't know either if I understood right!

    in reply to: Sqlyog Dies After First Use #20770
    peterlaursen
    Participant

    Which SQLyog version?

    Hich Windows version?

    Ther was a similar thing with YOG 5.0 on Win 9x.

    in reply to: Unknown Column " In 'where Clause' (v5.1 Beta 1) #20685
    peterlaursen
    Participant
    in reply to: History Shows Sql-error With Export #20757
    peterlaursen
    Participant

    @ritesh

    I think you might have missed reading my last post post here because of Forums Software upgrade.

    So I just put this reminder …

    Code:
    /*[23:50:24][0 ms]*/ select * from `phpmyfaq`.`faq_faqadminlog` order by id limit 0,100
    /*[23:50:26][0 ms]*/ select * from `phpmyfaq`.`faq_faqadminlog`limit 100,100

    either you must ORDER BY PK with each select or not at all. The two select above may fetch identical rows!

    The ORDER BY clause must be the same for all SELECTs on the same table with getting CHUNKS.

    in reply to: Exporting With 5.1 Beta Is Very Slow #20753
    peterlaursen
    Participant

    Looks like there is a FAQ to write on BULKs and CHUNKs when it has all taken its final shape! 🙂

Viewing 15 posts - 5,761 through 5,775 (of 7,398 total)