欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

Calling for all mysql_install_db feature requests_MySQL

程序员文章站 2022-05-31 11:10:07
...
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!