Heim >Datenbank >MySQL-Tutorial >Calling for all mysql_install_db feature requests_MySQL

Calling for all mysql_install_db feature requests_MySQL

WBOY
WBOYOriginal
2016-06-01 13:15:56903Durchsuche

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!

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn