How do I create a stored procedure in Mysql using vb.net?

I want to send the encrypted scripts to my administrators at certain branches.
The decryption works perfectly, showing the script to create the stored procedure in a rich text box. The script works fine when run in mysql, but doesn't work in vb.net.

How do I run a Mysql script in vb.net?