Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install the mysql source code

2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article is about how to install the mysql source code. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

CFLAGS= "- O3-mpentiumpro" CXX=gcc CXXFLAGS= "- O3-mpentiumpro-felide-constructors-fno-exceptions-fno-rtti"

. / configure-prefix=/usr/local/mysql-sysconfdir=/etc

-- with-unix-socket-path=/var/run/mysql/mysql.sock

-- enable-thread-safe-client

-- with-named-thread-libs=-lpthread

-enable-local-infile-with-charset=utf8

-with-extra-charsets=utf8-enable-assembler

-- with-plugin-partition

-- without-ndb-debug

-without-debug-without-bench-without-readline

-libdir=/usr/lib-includedir=/usr/include-oldincludedir=/usr/include

Make

Mak install

Cp support-files/mysql.server / etc/init.d/mysql

Chmod 755 / etc/init.d/mysql

Chkconfig-add mysql

Chkconfig-level 2345 mysql on

PATH=/usr/local/mysql/bin:$PATH

Echo "PATH=/usr/local/mysql/bin:$PATH" > > / etc/profile

PATH=/usr/local/mysql/bin:$PATH

Export PATH

Install the client

CFLAGS= "- O3-mpentiumpro" CXX=gcc CXXFLAGS= "- O3-mpentiumpro-felide-constructors-fno-exceptions-fno-rtti"

. / configure-prefix=/usr/local/mysql515-without-server

-libdir=/usr/lib-includedir=/usr/include

Make

Mak install

Thank you for reading! On "how to install mysql source code" this article is shared here, I hope the above content can be of some help to you, so that you can learn more knowledge, if you think the article is good, you can share it out for more people to see it!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report