Installing MySQL complete?
Posted
by
codeartist
on Ask Ubuntu
See other posts from Ask Ubuntu
or by codeartist
Published on 2012-06-02T10:47:27Z
Indexed on
2012/06/02
10:50 UTC
Read the original article
Hit count: 430
installation
|mysql
How I can install mysql in ubuntu 12.04(gnome 3). So that I will have my mysql installation in /usr/bin/mysql
It's library and header files in /usr/lib/mysql
and /usr/include/mysql
respectively.
Last time I tried sudo apt-get install mysql-server mysql-client mysql-common
The mysql has been installed in /usr/bin/mysql
. It's header files were in /usr/include/mysql
but library files were not present. and libmysqlclient.so was in /usr/lib/i386-linux-gnu/
which should not be there. I need it to be in /usr/lib/mysql
Help me out in solving this problem :(
© Ask Ubuntu or respective owner