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!
上一篇: PHP Get Current URL
下一篇: PHP新手上路(十)_PHP教程