File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,13 @@ Plugin Install and Uninstall
3333
3434Testing
3535-------
36- ### 创建管道
36+
37+ ### 安装插件
3738
3839 mysql> create function out2file returns string soname 'liboutfile.so';
3940 Query OK, 0 rows affected (0.00 sec)
4041
42+ ### 调用插件
4143
4244 mysql> select out2file('/tmp/myoutfile',"Helloworld!!!");
4345 +--------------------------------------------+
@@ -46,10 +48,8 @@ Testing
4648 | true |
4749 +--------------------------------------------+
4850 1 row in set (0.00 sec)
49-
50-
5151
52- 查看管道是否创建
52+ ### 查看文件
5353
5454
5555 root@netkiller ~/mysql-outfile-plugin % cat /tmp/myoutfile
@@ -65,6 +65,3 @@ https://www.paypal.me/netkiller
6565Wechat (微信) / Alipay (支付宝) 打赏:
6666
6767http://www.netkiller.cn/home/donations.html
68-
69- [ ![ Bitdeli Badge] ( https://d2weczhvl823v0.cloudfront.net/netkiller/mysql-outfile-plugin/trend.png )] ( https://bitdeli.com/free " Bitdeli Badge ")
70-
You can’t perform that action at this time.
0 commit comments