MySQL Forums
Forum List  »  Connector/Python

How to Tweak some variables in the mysql-server installation?
Posted by: Prabhakaran Karuppaih
Date: September 25, 2020 10:03PM

- name: Override variables for MySQL (RedHat).
set_fact:
mysql_daemon: mysqld
mysql_packages: ['mysql-server']
mysql_log_error: /var/log/mysqld.err
mysql_syslog_tag: mysqld
mysql_pid_file: /var/run/mysqld/mysqld.pid
mysql_socket: /var/lib/mysql/mysql.sock
when: ansible_os_family == "RedHat"
-

The above codes are present in starfish.yml file..

Instead of ansible commands, How to do it directly on mysql-python itself.

Please Help.

With Hope,
Prabhakaran

Options: ReplyQuote


Subject
Written By
Posted
How to Tweak some variables in the mysql-server installation?
September 25, 2020 10:03PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.