Re: MySQL Stored Procedure error 1307

2008-04-18 Thread kabel
On Friday 18 April 2008 10:26:16 Ananda Kumar wrote: > can u please try this a root user > > mysql -uroot > > regards > anandkl > Same result, unfortunately. kabel -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PRO

Re: MySQL Stored Procedure error 1307

2008-04-18 Thread Ananda Kumar
can u please try this a root user mysql -uroot regards anandkl On 4/18/08, kabel <[EMAIL PROTECTED]> wrote: > > I'm attempting to create a MySQL stored procedure, however, when I attempt > to > create even a simple "Hello, world" procedure, I get the following error: > > ERROR 1307 (HY000): Fai

MySQL Stored Procedure error 1307

2008-04-18 Thread kabel
I'm attempting to create a MySQL stored procedure, however, when I attempt to create even a simple "Hello, world" procedure, I get the following error: ERROR 1307 (HY000): Failed to CREATE PROCEDURE test_procedure_k which is listed as: Error: 1307 SQLSTATE: HY000 (ER_SP_STORE_FAILED) Message: F