> I am new to MySQL, can any body tell me how to write store procedures in
MySQL.

MySQL doesn't support stored procedures yet.

> and How to run the same in command line. This will help me very much.

But you can create text fle with SQL commands and then run it from command
line:

mysql -h host -u user -ppassword < your_file_with_SQL_commands

Mikhail.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to