×
×

Knowledgebase & Downloads

The knowledgebase provides documentation written by our team. Please select a category or search for answers.

Articles

How can I add procedures and triggers to my MySQL database?

As more and more clients want to use advanced SQL features from their Java applications,

at JVM Host we are running MySQL version 5.1.x or higher where user can run CREATE PROCEDURE and CREATE TRIGGER statements.

Just make sure that you check ROUTINE and TRIGGER related privileges or ALL privileges when assigning database user to a database.
Read more on the statements in MySQL documentation:
You can create procedures using command line 'mysql' client or any other client. 
From GUI clients we recommend MySQL WorkBench.


Powered by HostBill