Hey guys! You might be wondering at a stage when you are about to use stored procedures , triggers , functions and routines in PHPMYadmin because it doesn’t supports it. If the user in good in using in MYSQL in terminal then he would face no problem. But, if he is bad, then I got a solution for him. He can download the MYSQL Query Browser(Note: this is available only fro linux users not for windows users)
MYSQL Query Browser is an open source project just like phpmyadmin, but unlike phpmyadmin it can create, display and even edit the stored procedures and other stuffs. In PHPMYadmin, all You can do is just create stored procedures. And a hint, if you wanna view it, you have to manually do that by querying the information_schema Database which the default DB for PHPMyadmin, and table is Routines which stores the routines like Stored Procedures, functions and general routines. And To view Triggers use the tale named Triggers.
You can download mysql query browser here…
download(based on your linux version and distributor)