91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

MYSQL中怎么管理存儲過程

發布時間:2021-08-06 14:23:18 來源:億速云 閱讀:198 作者:Leah 欄目:MySQL數據庫

今天就跟大家聊聊有關MYSQL中怎么管理存儲過程,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結了以下內容,希望大家根據這篇文章可以有所收獲。

查看存儲過程函數名:

存儲過程:(注意字段name,type兩邊是ESC下面那個鍵)

select `name` from mysql.proc where db = 'your_db_name' and `type` = 'PROCEDURE'

show procedure status;

函數:
select `name` from mysql.proc where db = 'your_db_name' and `type` = 'FUNCTION'

show function status;

查看存儲過程、函數代碼:

show create procedure proc_name;
show create function func_name;

查看視圖:

SELECT * from information_schema.VIEWS

查看表:

SELECT * from information_schema.TABLES //表

查看觸發器:
方法一:
語法:SHOW TRIGGERS [FROM db_name] [LIKE expr]
實例:SHOW TRIGGERSG //觸發器

方法二:
對INFORMATION_SCHEMA數據庫中的TRIGGERS表查詢
mysql>SELECT * FROM triggers T WHERE trigger_name=”mytrigger” G

那么,修改一個存儲過程或重新編譯一個存儲過程如下:

select `name` from mysql.proc;

tee c:1.txt

show create procedure procedure_name G

notee

drop procedure procedure_name;

delimiter //

create procedure 。。。

//

delimiter ;

select `name` from mysql.proc;

show create procedure procedure_name G

[@more@]

mysql> help

For information about MySQL products and services, visit:
http://www.mysql.com/
For developer information, including the MySQL Reference Manual, visit:
http://dev.mysql.com/
To buy MySQL Enterprise support, training, or other products, visit:
https://shop.mysql.com/

List of all MySQL commands:
Note that all text commands must be first on line and end with ';'
? (?) Synonym for `help'.
clear (c) Clear the current input statement.
connect (r) Reconnect to the server. Optional arguments are db and host.
delimiter (d) Set statement delimiter.
ego (G) Send command to mysql server, display result vertically.
exit (q) Exit mysql. Same as quit.
go (g) Send command to mysql server.
help (h) Display this help.
notee (t) Don't write into outfile.
print (p) Print current command.
prompt (R) Change your mysql prompt.
quit (q) Quit mysql.
rehash (#) Rebuild completion hash.
source (.) Execute an SQL script file. Takes a file name as an argument.
status (s) Get status information from the server.
tee (T) Set outfile [to_outfile]. Append everything into given outfile.
use (u) Use another database. Takes database name as argument.
charset (C) Switch to another charset. Might be needed for processing binlog
with multi-byte charsets.
warnings (W) Show warnings after every statement.
nowarning (w) Don't show warnings after every statement.

For server side help, type 'help contents'

看完上述內容,你們對MYSQL中怎么管理存儲過程有進一步的了解嗎?如果還想了解更多知識或者相關內容,請關注億速云行業資訊頻道,感謝大家的支持。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

恩施市| 吉安市| 五家渠市| 阳高县| 胶南市| 远安县| 高雄市| 安国市| 麟游县| 香格里拉县| 蕲春县| 札达县| 唐海县| 怀集县| 昌平区| 神农架林区| 沙田区| 商丘市| 米脂县| 新巴尔虎右旗| 兖州市| 定州市| 英山县| 涟源市| 纳雍县| 吴堡县| 榆树市| 天气| 武山县| 镇雄县| 大邑县| 深圳市| 鄂伦春自治旗| 巴彦淖尔市| 介休市| 成安县| 海南省| 霞浦县| 外汇| 上栗县| 当雄县|