Created
November 25, 2011 22:20
-
-
Save Amitesh/1394548 to your computer and use it in GitHub Desktop.
mysql 5.5.13 and ruby mysql gem updation
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
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