Tagged Questions
1
vote
0answers
34 views
Toad for MySQL pauses exactly 2 seconds after executing statement [closed]
Environment: Toad for MySQL 6.3 and MySQL Server 5.6 on Windows 7
Whenever I perform any query, the Editor in Toad pauses for 2 seconds. This happens every time.
Example:
show tables; (Duration ...
3
votes
1answer
44 views
Way to add referencing and referenced entities of a specific entity in E-R Diagram MYSQL
Is there any way to add entities that are referencing a specific entity in an E-R Diagram. I have a database containing 400 tables. I want to see a view containing a specific entity and its ...
-1
votes
1answer
500 views
Exporting MySQL Database into single SQL File in TOAD
Using TOAD, is it possible to export an entire MySQL database to a single file?
