Forum Replies Created
-
AuthorPosts
-
peterlaursen
ParticipantYes … you can do a one-way sync in either direction or a two-way sync.
To understand it in details read the article:
http://webyog.com/articles/Using_SQLyog_En…L_Databases.pdf
You MUST understand the basic principles of using a Primary Key with the sync before using it with improtant data.!
Also visit the FAQ http://www.webyog.com/faq
.. And try out the ENTERPRISE TRIAL for yourself. It has the restriction that it only lets you sync one table per sync, but apart form that it is fully functional. And the SJA for Linux does exactly the same thing (but is a comman line tool only .. no graphical environment to configure it)
April 26, 2006 at 6:38 am in reply to: Sqlyog 5.11 Could Not Start Application – Buffer Overrun #21341peterlaursen
ParticipantHello …
anyone still experiencing that thing, please ZIP you 'favorites' and 'personal' folder (whatever you have), create a ticket and attach the zip (with a few words, thanks!). We would like to see what is REALLY inside the folders then .. also what Windows does not show!
April 26, 2006 at 6:07 am in reply to: Sqlyog 5.11 Could Not Start Application – Buffer Overrun #21340peterlaursen
Participantedit: problems with gmail … you got ordinary mail!
Something seems to have changed here with SP2. Does not look like Windows needs that file anymore in most cases. Name of it was 'desktop.ini'. I existed on both filesystems I think
It is still used sometimes. If for instance the icon for a folder is changed desktop.ini contains
[.ShellClassInfo]
IconFile=E:2. mappe LP'erLPikon.ico
IconIndex=0
Also special folder like the fonts folder has such file with [.ShellClassInfo] like
[.ShellClassInfo]
UICLSID={BD84B380-8CA2-1069-AB1D-08000948F534}
the important thing is that Windows has an option NEVER to display certain files .. even if you configure it to show 'hidden files' . The tool I sent you does .. and much more.
April 26, 2006 at 5:02 am in reply to: Sqlyog 5.11 Could Not Start Application – Buffer Overrun #21339peterlaursen
Participant@Ritesh – Manoj
Check your gmail in 5 minutes!
I think it could be interesting to know if people having this problem is using the FAT32 or the NTFS file system.
Because … if folder is configured to display for instance 'Big Icons' there is a hiiden file in the folder telling the system so on FAT32 (on NTFS this info is saved as filesystem METADATA)
peterlaursen
Participantaha .. Ritesh caught the point here .. 🙂
Now even I understand the question!
I'll add an example:
You can export .sql file, edit it and import. Have a look at attached file.
The SQL-export for this looks like:
Code:/*
SQLyog Enterprise – MySQL GUI v5.12 BETA
Host – 5.1.9-beta-log : Database – test
*********************************************************************
Server version : 5.1.9-beta-log
*/SET NAMES utf8;
SET SQL_MODE='';
create database if not exists `test`;
USE `test`;
/*Table structure for table `tablename1` */
DROP TABLE IF EXISTS `tablename1`;
CREATE TABLE `tablename1` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`t` varchar(50) DEFAULT NULL,
`vb` varbinary(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;/*Data for the table `tablename1` */
insert into `tablename1` (`id`,`t`,`vb`) values (1,'hos John Doe (PÃ¥minn=0)\0','hos John Doe (Påminn=0) ');
Note the difference between ' ' and '