Skip to content

Commit 67ad15a

Browse files
authored
Update README.md
1 parent 5161d22 commit 67ad15a

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ Plugin Install and Uninstall
3333

3434
Testing
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
6565
Wechat (微信) / Alipay (支付宝) 打赏:
6666

6767
http://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-

0 commit comments

Comments
 (0)