-
-
Save a13x-4793-3654/6f111c821a0bbe3c3e590dbad1091694 to your computer and use it in GitHub Desktop.
CentOS 7でmod_auth_mysqlをインストールする方法 ref: http://qiita.com/ItsukiNakamura/items/5b01bd7811f882f2dbb0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ service httpd reload | |
| か | |
| $ systemctl reload httpd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| LoadModule mysql_auth_module modules/mod_auth_mysql.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment