Skip to content

Instantly share code, notes, and snippets.

@knewter
Created December 29, 2009 19:38
Show Gist options
  • Save knewter/265524 to your computer and use it in GitHub Desktop.
Save knewter/265524 to your computer and use it in GitHub Desktop.
--(jadams@quadtopus)-(26/pts/3)-(1330/29-Dec-09)--
--($:~/software/mysql-sha256-3)-- sudo mysql -uroot
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 134
Server version: 5.1.37-1ubuntu5 (Ubuntu)
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> create function sha256 returns string soname 'sha256.so';
ERROR 1126 (HY000): Can't open shared library 'sha256.so' (errno: 22 /usr/lib/mysql/plugin/sha256.so: failed to map segment from shared object: Permission denied)
mysql> exit
Bye
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment