up vote 0 down vote favorite
share [g+] share [fb]

I installed MySQL by rpm before:

[root@jiaoyou sphinx-0.9.9-rc2]# rpm -aq|grep -i mysql
MySQL-devel-community-5.1.34-0.rhel5.x86_64
MySQL-server-community-5.1.34-0.rhel5.x86_64
MySQL-client-community-5.1.34-0.rhel5.x86_64

And now I need to install it from source code:

http://dev.mysql.com/get/Downloads/MySQL-5.1/mysql-5.1.37.tar.gz/from/pick

Will it install all the three above with source or not?

link|improve this question

22% accept rate
feedback

1 Answer

up vote 3 down vote accepted

Yes, the source code, with the default options will install mysql libraries and mysql server.

MySQL Source Installation Overview

link|improve this answer
@HD,I'm also reading this page,but didn't see where it says "with the default options will install mysql libraries and mysql server"? – Shore Aug 29 '09 at 15:33
In the configure options you can find "without-server" is not a default dev.mysql.com/doc/refman/5.0/en/configure-options.html. – HD. Aug 29 '09 at 15:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.