Can you recommend a good MySQL stored procedure debugger? [closed] - mysql

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Can you recommend a good MySQL stored procedure debugger?
Extra points if it is open source, and works in linux :)

It's neither open source (but freeware) nor works in linux, but Toad® for MySQL should be able to assist you in debugging stored procedures on a Windows client.

I have used SQLYog MySQL editor and it has some nice features. Unfortunately it does not really meet your criteria. There is a community edition though, so its half way there.

I don't know if this would meet your requirement but it's the only thing that comes to mind.
Edit: This may also be helpful but it doesn't quite meet either the free or available on Linux test.

Please try the following MySQL debugger that supports breakpoints, a call stack, a variables evaluation, watches of any routines (procedures, function and even triggers)
http://www.devart.com/dbforge/mysql/studio/code-debugger.html.
But, unfortunately, it runs only on Windows.

The best mysql debugger is in dbForge Studio for MySQL! (imho)

You can try Illatis StepIn, debug MySQL stored procedures in Windows and Linux. See this page: http://www.illatis.com/downloads/downloads.php.
Cheers

Related

Free SQLite GUI tool? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Is there any Free SQLite GUI tool?
something like Workbench for MySQL?
I've been looking for something like that every tool I found is paid and very complex features...
I just want simple stuff like, creating tables, columns, run queries(insert,update,delete, select)
thanks all
There is a nice free one that works with Firefox ... https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/
Thanks
:)
The simplest tool I've seen is the Firefox add-on "SQLite Manager". Allows you to browse your sqlite database, create tables and indexes, execute sql queries, export your data, etc. Easy to use. You run it from the Firefox Tools menu and connect to any sqlite database file on your computer. Will not do fancy stuff like diagram your DB schema -- but if you want something simple, this is it.
Mozilla plugin is best and neat for sqllite.
Please note one limitation though while using to open the file directly under the bundle is that it gets locked and you need to keep reopening or stop the app and refresh
Try using SQLite Database Browser.

Migrating from MSSQL to postgresql OR mysql [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am working on .NET environment.
Because of sql server express limitations (4gb max) I want to switch a free solution.
I am checking around and found out postgresql OR mysql would be great solution.
As I only worked on on MsSql, I want to learn which database would be easier for me to migrate all my existing data.
Also which database syntax (postgresql OR mysql) is closer sql MsSql syntax and structure.
So I can learn it faster.
Thanks for your help.
Hmmm... you will find language differences in either of those. I had that same choice a while ago and ended going to MySql due to its immense comunity.
Of course, if your only reason is the 4gb limitation I would not recommend switching (but that's just me). You should upgrade to SQL 2008 / 2012 which they both have 10gb limitation. Also, if you must know, there are other limitations such as using only 1 processor and I believe there's a RAM restriction as well. Anyway it shouldn't make a noticeable difference with small databases (<10g) and not-so-complicated queries.
If you want help in migrating from MSSQL to MySQL you should google for something like "MSSQL to MySQL Migration Toolkit" (I did that). It's fairly easy, you'll make the transition in no-time and most likely without any problems.
Best of luck
MySQL Workbench has a migration wizard. Is has some prerequisites for MS SQL, which are explained very clearly in the wizard help docs.
http://www.mysql.com/products/workbench/

Front end for mysql db [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Hi have installed MySQL on my local PC. I want a front end so that i have a GUI for creating tables, inserting values etc.
I know about SQLYOG but i don't know if its free/open-source. I want to use it in my office, so I can't use pirated stuff.
Any other tool for GUI?
I sometimes really like the MySQL Workbench. It's available free for all the major platforms (Ubuntu, Mac, Windows etc. and the advantage compared to tools like phpMyAdmin is, that you
have a nice environment for designing your database and not only a tool for querying
don't need to setup a Apache/IIS for running the tool
Use phpMyAdmin, it's open-source & has some great GUI features.
My choice is "Toad for MySQL". It is a freeware.
http://www.quest.com/toad-for-mysql/
try phpmyadmin.I think it is what you are looking for.
i would recommend one of standalone tools instead of setting up whole php/apache stack
i'm not using any of those but quick googling provides some options: mysql workbench, sql yog, sequel pro, heidi sql
I usually use phpMyAdmin if web access is required or I have LAMP stack setup, or otherwise I use MySQL Workbench.
At work I also use SqlDbx which is pretty awesome and does what I need.
I like to use this tool, it is a nice graphic interface that will generate the needed SQL when you save it. You can then just run the SQL on your database.
http://code.google.com/p/wwwsqldesigner/
You can download the free version of SQLyog here: https://code.google.com/p/sqlyog/downloads/list

MySQL GUI Programs [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Are there any programs with a gui which let you create a MySQL database, create tables, define the primary and foreign keys and insert data? I am tired of having to use the mysql command line client, very tedious.
I suggest you use phpMyAdmin. There is also MySQL Workbench.
MySQL Query Browser (MySQL)
pgAdmin III (PostgreSQL)
Allround Automations PL/SQL Developer (Oracle)
SQL Server Management Studio (SQL Server)
these app arn't free but useful :
SQLYOG
Navicat
SQLyog Community Edition. The Community Edition is Free & Open Source under GPL license.
If you happen to be using Mac OSX, I highly recommend http://www.sequelpro.com/ (it's free and awesome).
Toad is free and very powerful

Best GUI for managing MySQL 5.1? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
What is the best GUI for managing MySQL 5.1 installation? Would like something as close to SQL Server's management tools as possible as that's where my experience is. The management client would need to run under Windows (XP, Vista (32 and 64-bit flavors), and 7 (32 and 64-bit flavors).
I have been using SqlYog for about several years now and am very happy with it. It has the best interface I have seen. Navicat is good, but SqlYog is better. Plus there are several "power" features that come in handy like the query builder tab.
The Pro version is about $70 but there is a free community version.
http://www.webyog.com/en/downloads.php
If you also have a PHP/Apache server, you can user phpMyAdmin or SQL Buddy. Otherwise, the MySQL GUI Tools (Query Browser and Administrator) are good.
Check out MySQL Administrator and other GUI tools here.
You might want to have a look at HeidiSQL. It's free and fast.
So far the closest thing I've found is Navicat Lite http://www.navicat.com/