Forum Post: Compare Schema - ERROR: Select command denied to user...
I am so thrilled to have found Toad and this forum!!! First, a disclaimer: I am a novice at DB administration and everything I know is self taught through forums just like this one. That learning is...
View ArticleForum Post: Incorrect data selecting from table with Toad as opposed to mysql...
I did a select * from a table with toad and the results were different from the same select command with mysql on the host linux box. I am attaching a screen capture to demonstrate. The select from...
View ArticleForum Post: RE: Automation email - file attachment
I'm using Toad for Oracle Xpert, 11.5.1.2. My goal was to export a query every day to an excel file, which was named in the format of "file_current_term_yyyymmdd.csv" that had the date and term...
View ArticleForum Post: RE: Automation email - file attachment
The pictures aren’t appearing in my post. From: pbutler [mailto:bounce-pbutler@toadworld.com] Sent: Wednesday, June 25, 2014 4:08 PM To: toadmysql@toadworld.com Subject: RE: [Toad for MySQL -...
View ArticleForum Post: Installing Toad without internet access
How can I install Toad for MySQL on a stand-alone pc which is not connected to the internet?
View ArticleForum Post: RE: BUG! Explore database objects does not show info for the...
Correct. For every SSH connection, since I'm already going to be local onto that server, the destination IP and port is just the default Mysql of "localhost" and 3306.
View ArticleForum Post: RE: BUG! Explore database objects does not show info for the...
And this is a related bug ticket: www.toadworld.com/.../20624.aspx
View ArticleForum Post: Re: Installing Toad without internet access
I am not aware of any limitations requiring Internet access by Toad for MySQL. /Henrik On Jun 29, 2014 7:06 AM, "Yael G." bounce-Yael_G@toadworld.com wrote: Installing Toad without internet access...
View ArticleForum Post: Error during FTP Connection Attempts
After upgrading to Toad for MySQL 7.2, I am no longer able to connect to my FTP server. I receive the following error after the connection times out: Failed to accept connection within the timeout...
View ArticleForum Post: Region Collapsing issue when region contains While statement
Here is some silly example code to try to demonstrate my issue with collapsing. CREATE PROCEDURE Test () BEGIN DECLARE vCondition2 int ; DECLARE vCondition3 int ; --region test SET...
View ArticleForum Post: Toad for MySQL v7.3.0.2944 Beta is now available
A new beta for Toad for MySQL has been posted. and is now available for immediate download. Just head over to the download section and get it right now!
View ArticleForum Post: DateTime subseconds off by 10x on mysql-5.6.16-winx64 & Toad...
I am using camera EXIF data which shows hundredths of a second for image SubSecCreateDate to differentiate images shot in burst mode at many rounds/second. TOAD displays the hundredths of a second as...
View ArticleForum Post: RE: Can I download older (v5.x) versions of Toad for MySQL?
Hi, I use other software that cant work with .Net 4.5. So I can't use the newest version of TOAD. So is there a way to get the old version ? the link above doesn't work for me.
View ArticleForum Post: RE: DateTime subseconds off by 10x on mysql-5.6.16-winx64 & Toad...
This does not look like a Toad for MySQL issue. If select microseconds(create_date)/1000 from zip returns 400. That is the value for the time according to the MySQL Server. I would be willing to bet...
View ArticleForum Post: RE: DateTime subseconds off by 10x on mysql-5.6.16-winx64 & Toad...
Just a question to help you out. How is you zip table created? Is the create_date column created as DATETIME(3)?
View ArticleForum Post: RE: DateTime subseconds off by 10x on mysql-5.6.16-winx64 & Toad...
Henrik, Thanks for looking at this. The create_date is a datetime(2) created with an sql create table statement: `create_date` datetime(2) DEFAULT '... I could not figure out how to coax TOAD to...
View ArticleForum Post: RE: automatic connection
I also use the mRemoteNG and could not put toad work from the command line. Unfortunately I will continue using HeidSQL for this purpose, he accepts the format: heidsql.exe -h=Hostname -u=user -p=pwd
View ArticleForum Post: RE: Question on problem after upgrading to version 7.2.0.2922
I am also new to Toad and get the same error. - Although I do know that our 3rd party application (OTRS) connects successfully to the database and with the same credentials! Can this be at all? Can I...
View ArticleForum Post: RE: Question on problem after upgrading to version 7.2.0.2922
What I found out from our DBA is that the server that I had the trouble on, he did not have the REPLICATION CONFIG setup to use the 4.1 style passwords and consequently ToadForMySQL 7.2.0.2922...
View ArticleForum Post: RE: Question on problem after upgrading to version 7.2.0.2922
We rely on the MySQL ADO.Net connector and they no longer support connecting to a server using 4.1 style passwords. Check in the release notes for Toad for MySQL and there is information in there...
View Article