Forum Replies Created
-
AuthorPosts
-
peterlaursen
ParticipantI 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?
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' peterlaursen
ParticipantAnd this is independent of PHP versions from 4.3.11 to 5.1.2 (the ones that my Apache 2.0.55 accepts)
peterlaursen
Participantnow: 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.
peterlaursen
ParticipantI 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!
peterlaursen
ParticipantQuote:I just had the same problem. I guess the UI could be a little crearer about thatIt 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.
peterlaursen
Participantwould this http://www.webyog.com/faq/29_51_en.html help you.
It works for me!
peterlaursen
ParticipantI 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!
peterlaursen
Participantone more Turkish character issue at bugs.mysql
peterlaursen
Participanthmmm. 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!
peterlaursen
ParticipantThis
Quote:I'm trying to upload via tunnel ms access Iis 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.
peterlaursen
Participanthehe … 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!
peterlaursen
ParticipantWhich SQLyog version?
Hich Windows version?
Ther was a similar thing with YOG 5.0 on Win 9x.
peterlaursen
Participantpeterlaursen
ParticipantI 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,100either 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.
peterlaursen
ParticipantLooks like there is a FAQ to write on BULKs and CHUNKs when it has all taken its final shape! 🙂
-
AuthorPosts