Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasepe committed Apr 23, 2012
1 parent d0a8d39 commit 1f5c89f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -55,9 +55,9 @@ If you have permission problems installing function such as:

Follow this steps:

1. - sudo vi /etc/apparmor.d/usr.sbin.mysqld
2. - add: /usr/lib/mysql/plugin/** mr,
3. - sudo /etc/init.d/apparmor restart
1. type: `sudo vi /etc/apparmor.d/usr.sbin.mysqld`;
2. add this line: `/usr/lib/mysql/plugin/** mr,` and save;
3. type: `sudo /etc/init.d/apparmor restart`

then register the function in MySQL.

Expand Down

0 comments on commit 1f5c89f

Please sign in to comment.