Tagged Questions
1
vote
1answer
62 views
Tool to export data with all relational data?
Is there a tool to export data from selected rows in a table with all data stored in other tables in other tables linked by relational design?
The purpose is to ease migrations of bits of data ...
4
votes
2answers
346 views
Are there any tools to go from ERD to DB design and vice versa?
I'm learning DB design and looking for some tools, preferably open source software, that could help go from an ERD to a DATABASE and vice versa.
For the record, the database i'm using is MySQL.
0
votes
0answers
703 views
Generating an ER diagram with relationships from an MySQL MyISAM database?
Are they any tools to extract out the relationships in a MyISAM database into an ER diagram?
I understand that MyISAM doesn't have foreign keys, but the columns in my database that represent foreign ...
0
votes
3answers
346 views
Is any tool for taking MySQL Dump Automatically with a particular time?
I am using VS2010 and MySQL for my project. My Client want to take MySQL Dump Every Day like Daily Backup. So I want to give a tool for Taking MySQL Dump with a particular time.
Do you know any tool ...
1
vote
5answers
548 views
MySQL Replication monitoring [closed]
Im looking for a tool that could help me and my team monitor our MySQL Replication.
I would love for a tool that could alert me if
Seconds_Behind_Master passes a threshold
Slave_SQL_running is ...
2
votes
2answers
428 views
Logical schema development and migration tool for different physical schema available including triggers and stored procedures?
We are planning to support for our application another rdbms (oracle).
At the moment we are design our database schema with the MySQL-Workbench. For every new database version we have
schema ...
8
votes
4answers
5k views
Alternatives to MySQL Workbench
I've been running into some problems with MySQL Workbench that I'm not sure will be able to be fixed (namely, what appears to be an old bug that may have resurfaced), so I'd like to be able to find a ...
2
votes
1answer
979 views
Tool to Convert MySQL DB to MS SQL 2005 (Especially stored procedures)
Is there any tool to convert MySql db to MS SQL 2005.
I am mostly interested in converting Stored Procedures. There are 100s of procedures and writing them again in T-SQL is a big job.
Thanks.
3
votes
1answer
64 views
Database appearing in one tool but not another
Can anyone think of a reason why a mySQL database would be accessible from one tool (phpMyAdmin, logged in as db_user) but not from another (Sequel Pro, logged in as db_user).
The user is the same in ...
20
votes
8answers
3k views
Tool to generate large datasets of test data
Many times when trying to come up with an efficient database design the best course of action is to build two sample databases, fill them with data, and run some queries against them to see which one ...
7
votes
6answers
822 views
Alternative Database Tools for Web Admin
I currently use phpmyadmin for most of my database administration. It works well enough, but I'm interested in other tools that might work more quickly/efficiently/etc...
What are the best and/or ...
28
votes
8answers
5k views
Is there a tool like Microsoft's “SQL Server Profiler” for MySQL?
While developing on MySQL I really miss being able to fire up a profiler. I find SQLyog is a good enough replacement for Query Analyzer but have not found a tool that works like SQL profiler.
For ...