Created
December 29, 2009 19:38
-
-
Save knewter/265524 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--(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