Hello everyone. In these days I am busy to learn PHP and MySQL to design my questionnaire. I have not worked with MySQL around three years and I could not believe in which extend MySQL developed in these years. When I opened PHPmyAdmin I noticed that MySQL developers added some vital features to it that in my opinion have made MySQL the best database option for small and average projects. For instance several years ago which I came to use MySQL I fed up when I discover MySQL does not support triggers, Transactions and even store procedures! That time SQL Server had all of these features and we preferred to use SQL Server. Now, MySQL have all of these options and it was a very good news for me.
Only drawback which I saw in MySQL was its User Interface. PHPMyAdmin is a nice application and does support many basic needs of developers. However, when you make a store procedure in MySQL, you cannot find it! Why? I do not know. It exists and it works but you cannot see it unless you extract it from systems' table with some codes! It is not very handful especially for people who have worked with SQL Server.
Good news is that some third parties have developed some Graphic User Interfaces (GUI) for MySQL to make it more fashionable and easier to use. Nevertheless we have to pay some bucks to use this advantages. But do not disappointed. Still good guys are on the earth. Yes, one of this GUI is completely free and open source and you can enjoy it with empty pocket! However, it is not bad idea if you liked it donate something to these philanthropist people who are behind the scene. This GUI calls HeidiSQL. You can download it on your computer and use it with MySQL. Do not forget this is only GUI so you should install MySQL first and it does not come with MySQL.
I really have fallen in love with HeidiSQL. It is nice, easy to use and very useful. It shows store procedures, functions, triggers distinctly. It makes up everything PHPMyAdmin does not give you. Now you do not miss SQL Sever anymore when you are using MySQL.I was thinking to this sentence that "All the best things in the world are FREE". I hope you can enjoy this nice GUI. For download please refer to its official website here.