Webmin is a very powerful Linux system management panel. So that you can add the user account through the browser, manage apache,dns,mysql and so on various functions. Webmin is a development based on the Perl language panel, using Webmin management Linux server, you can visualize the management of your server, from the command line mode of management methods. Most importantly, it is a free panel.
How to install Webmin, refer to this: Use Webmin to manage PPTP VPN Server
When I used Webmin to manage the MySQL database, I encountered the following error message:
Warning: Your system does not have a Perl module installed DBI and dbd::mysql,webmin will not be able to reliably access your MySQL database.
The English message is this:
Warning:the Perl Modules DBI and Dbd::mysql are not installed on your system, so Webmin is not is able to reliably acce SS your MySQL database.
This is because there is no installation of PERL-DBI and Perl-dbd-mysql caused. The solution is also very simple, yum installation can be.
Run the following command:
The code is as follows |
|
Yum Install-y Perl-dbd-mysql |
The dependency pack Mysql-libs and PERL-DBI are automatically installed.