Forum Replies Created
-
AuthorPosts
-
MaheshMember
It's not a wine issue , this is not implemented at all.
v 7.1 final will have this functionality.
Thanks
MaheshMemberIssue 2,3 and 4 are also reproduced.
It is added in our issue tracker.
Thanks for reporting.
MaheshMemberQuote:Wrong Extension Of FileThis issue has been fixed in v 7.1 RC.
To download click on below link,
MaheshMemberQuote:SQLyog then selects:DIRNAME/data.txt
whereas it should be
DIRNAME/data.sql
Issue Confirmed in Ubuntu using wine 1.0.
MaheshMemberWhich wine version you are using ? If it is old please update to latest version and try ?
It is working fine using wine 1.0 v and ubuntu 7.04 (Fiesty), i have checked with 1280 X 1024 and with 800 X 600 resolution, see the screenshot attached below.
We will check this with 1400X 900 resolution on a laptop , and let you know the details.
Thanks,
Mahesh
MaheshMemberQuote:When the “copy table” operation actually starts running, no usable progress is provided.Please see the attached screenshot , at left bottom of window a label shows the status of copy operation.
Quote:Yes, bit it took some time (>9 million records with quite some column data)have you checked use bulk insert checkbox , this will speedup the operation.
MaheshMemberHI,
Please tell,
1. which program version you are using ?
2. Whether copy operation was successful ?
MaheshMemberHI,
Error no. 1064 please check the syntax , means query was wrong , the corrected query is as below,
CREATE TABLE clienteel (
ClientID INT(11) UNSIGNED NOT NULL AUTO_INCREMENT ,
Aanspreking ENUM (“Dhr.”,”Mevr.”,”Mr. en Mevr.”) NOT NULL,
Voornaam VARCHAR(20) NOT NULL,
Achternaam VARCHAR(30) NOT NULL,
Straat VARCHAR(50) NOT NULL,
Nummer INT(11) NOT NULL,
Bus INT(11),
Gemeente VARCHAR (50) NOT NULL,
Postnummer INT (11) NOT NULL,
Telefoonnummer VARCHAR (20),
GSMnummer VARCHAR (20),
Emailadres VARCHAR (50),
Commentaar LONGTEXT,
primary key (`clientID`)
) ENGINE=InnoDB;
Please refer MySQL documentation for syntax related queries.
Thanks
MaheshMemberProgram allows max 16 characters ( not 15) UserName because this limit is imposed by MySQL , infact We are validating this situation.
MaheshMemberResizable dialogues for Manage index, Manage Relationship , Create/Alter Table and Schema Sync tool are already implemented in our development tree.
v 7.1 will have this feature.
Thanks
MaheshMemberHI,
by default Mail Alert is enabled for
Replication — Slave running(replication 01), Slave I/O running(replication 02),Slave SQL Running(replication -04) and Seconds behind master(replication -05). and also for General Info — Available (general info 01)Counters.
If the mail alert is not enabled for this counter then you can enabled it by setting “MailAlert : “Yes” by editing particular .js( as mentioned above) file in Tools– Customize section.
If you have already enabled an Alert for this counter then at that instance in Notification Settings — Send mails is (yes/no) and minimum notification interval, it depends on this too.
Thanks
MaheshMemberQuote:No, I dont see any 'show details' link.“Show Details” link is available only for Slow queries, it is not available for General log and Sniffer.
MaheshMemberHI,
We will give you a test build over our ticket system,
Please create a ticket from here,
http://www.webyog.com/support/
Thanks for your co-operation.
MaheshMemberPlease tell us,
1. OS of the host where MONyog is running?
2. Are you Analyzing remote or local MySQL server ? if remote server is it within LAN?
3. In Log Analyzer setting –General log settings — What does Test path shows ?
Also,
4. Can you attach a sample log file (zip and attach)? you can remove sensitive data if you want.
Thanks
MaheshMemberPlease tell the exact version of program for which you got the crash? then only the dump will be helpful to us.
-
AuthorPosts