×
×

Bilgi Bankası & Downloads

Bilgi bankası ekibimiz tarafından hazırlanmış dokümanlardan oluşmaktadır. Lütfen bir kategori seçin:

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 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