Jahith's Tech Sharing
Tuesday, March 20, 2018
Changing the stored procedure name in MYSQL
We can use the following query to rename the stored procedure in MYSQL,
UPDATE `mysql`.`proc`
SET name = '
',
specific_name = '
'
WHERE db = '
' AND
name = '
';
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment