Loading views...
to yaml by all issue

to yaml by all issue

Date
Date
2019 Dec 26 0:0
Created by
Created by
Seonglae ChoSeonglae Cho
Created time
Created time
2023 Feb 28 12:39
Last edited by
Last edited by
Seonglae ChoSeonglae Cho
Last edited time
Last edited time
2023 Apr 15 16:52
Refs
Refs
RHEL/CentOS 5,6,7 에 EPEL 과 Remi/WebTatic Repository 설치하기
EPEL (Extra Packages for Enterprise Linux) 은 Fedora Project 에서 제공되는 저장소로 각종 패키지의 최신 버전을 제공하는 community 기반의 저장소이다. RHEL 의 패키지 정책은 보수적이고 안정성이 최우선이라 패키지 업데이트가 잘 되지 않는다. 최신 버전의 패키지를 사용하고 싶은 경우는 (Ex. MySQL5.5, PHP 5.4 ) epel 이나 remi, webtatic 등의 repository 를 등록하고 설치/update를 하면 된다.
RHEL/CentOS 5,6,7 에 EPEL 과 Remi/WebTatic Repository 설치하기
 
Error during install , "python mysqldb module is required" · Issue #42 · geerlingguy/ansible-role-mysql
You can't perform that action at this time. You signed in with another tab or window. You signed out in another tab or window. Reload to refresh your session. Reload to refresh your session.
Error during install , "python mysqldb module is required" · Issue #42 · geerlingguy/ansible-role-mysql
Ansible: How to change MySQL server root password by reprovisioning the server
Thanks for contributing an answer to Database Administrators Stack Exchange! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.
Ansible: How to change MySQL server root password by reprovisioning the server
 
mysql_user - Adds or removes a user from a MySQL database - Ansible Documentation
Append the privileges defined by priv to the existing ones for this user instead of overwriting existing ones. The path to a Certificate Authority (CA) certificate. This option, if used, must specify the same certificate as used by the server. Check if mysql allows login as root/nopassword before trying supplied credentials.
mysql_user - Adds or removes a user from a MySQL database - Ansible Documentation
 
mysql_db - Add or remove MySQL databases from a remote host - Ansible Documentation
Note Requires the mysql and mysqldump binaries on the remote host. This module is not idempotent when state is , and will import the dump file each time if run more than once. Requires the PyMySQL (Python 2.7 and Python 3.X) or MySQL-python (Python 2.X) package on the remote host.
mysql_db - Add or remove MySQL databases from a remote host - Ansible Documentation
 
notion image
pip 로 python-mysql 설치하려했는데 안되서 yum으로 된다는 글을 읽었다
 
yum으로 하면 아래와 같다
이렇게
 
 
 

Recommendations