Skip to content

Instantly share code, notes, and snippets.

@Amitesh
Created November 25, 2011 22:20
Show Gist options
  • Save Amitesh/1394548 to your computer and use it in GitHub Desktop.
Save Amitesh/1394548 to your computer and use it in GitHub Desktop.
mysql 5.5.13 and ruby mysql gem updation
install mysql 5.5.13
Install 5.5.13 from doc for our IM server
after installation do
( to get ride of ruby issue )
gem pristine --all
not found shared libmysqlclient_r.so.16 file
sudo chown -R mysql table1
sudo chgrp -R mysql table1
chmod -R 660 /home/user/mysql-database-backup/mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment