Home > Database > Mysql Tutorial > Calling for all mysql_install_db feature requests_MySQL

Calling for all mysql_install_db feature requests_MySQL

WBOY
Release: 2016-06-01 13:15:56
Original
901 people have browsed it

mysql_install_dbis the program that is responsible for bootstrapping a fresh copy of MySQL and making sure all of the system tables are setup correctly. This program is usually invoked by other programs as part of installation, but in the case of.tar.gzdownloads will need to be executed manually.

As part of our ongoing efforts to refactor and improve MySQL, we are looking at convertingmysql_install_dbfrom its current Perl script to a program written in C++. The aim of this change is to reduce external dependencies (Perl + a set of modules) and improve our cross-platform experience.

We plan for this transition to be mostly function neutral, but are open to feature requests for additional improvements as well.

Have you worked in packaging MySQL?
Do you have any suggestions on howmysql_install_dbcan be improved?
Please leave a comment, orget in touch!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template