mysql - Stored Procedure not visible in MAMP -


im facing weird problem trying resolve since last couple of hours,

i have created database via migrations in laravel 5.2, when trying create stored procedure migration runs migration when try view stored procedure in phpmyadmin under routines says "there no routines display" , when try run migration again gives me error routine name exists.

then tried manually create stored procedure through phpmyadmin, when press go shows me procedure has been created, when try view procedure under routines again says "there no routines display" , if try create same stored procedure via phpmyadmin shows me same error routine name exists.

to see if stored procedure ever gets created exported database there no sign of procedure in .sql file, not know why shows me error stored procedure exists.


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -