Skip to content

Instantly share code, notes, and snippets.

@a13x-4793-3654
Last active October 16, 2017 17:00
Show Gist options
  • Select an option

  • Save a13x-4793-3654/6f111c821a0bbe3c3e590dbad1091694 to your computer and use it in GitHub Desktop.

Select an option

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
$ service httpd reload
$ systemctl reload httpd
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