Where and how to download MySQL source code? -


i want download mysql source code. want install , compile within computer on linux environment. how can that? please me.

there few reasons other applying patches or learning's sake. if installing on other personal machine consider using distribution's package manager. the docs these supported platforms:

before proceed installation source, check whether oracle produces precompiled binary distribution platform , whether works you. put great deal of effort ensuring our binaries built best possible options optimal performance.

.

# preconfiguration setup shell> groupadd mysql shell> useradd -r -g mysql mysql # beginning of source-build specific instructions shell> tar zxvf mysql-version.tar.gz shell> cd mysql-version shell> cmake . shell> make shell> make install # end of source-build specific instructions # postinstallation setup shell> cd /usr/local/mysql shell> chown -r mysql . shell> chgrp -r mysql . shell> scripts/mysql_install_db --user=mysql shell> chown -r root . shell> chown -r mysql data shell> bin/mysqld_safe --user=mysql & # next command optional shell> cp support-files/mysql.server /etc/init.d/mysql.server 

you don't specify os, so:


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -