Quantcast
Channel: Planet MySQL
Viewing all articles
Browse latest Browse all 1081

Amazon RDSの各種プロシージャの中身の見方

$
0
0
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.MySQL.CommonDBATasks.html

↑に記載されてるようなやつ。

mysql> SELECT * FROM information_schema.routines\G
..

でルーチンボディやその他属性関連色々見られる。


mysql.rds_skip_repl_errorとか見ていて判りやすいですね。

mysql> SELECT routine_body FROM information_schema.routines WHERE specific_name= 'rds_skip_repl_error'\G
..

ルーチンボディはライセンスがよく判らないので貼らないでおこうそうしよう。。
PlanetMySQL Voting: Vote UP / Vote DOWN

Viewing all articles
Browse latest Browse all 1081

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>