GithubHelp home page GithubHelp logo

Comments (8)

bvansomeren avatar bvansomeren commented on August 29, 2024

Hi Jeff,

Thanks and sorry for not getting back to you sooner. I got stuck initially, but now have a working set of vars / steps for this role and it works great :)

First of all, ensure the Percona repo is added:

- yum: name=http://www.percona.com/downloads/percona-release/redhat/0.1-3/percona-release-0.1-3.noarch.rpm state=present

And you need these vars (wherever you want to define them)

mysql_packages:
  - Percona-Server-client-56
  - Percona-Server-server-56
  - Percona-Server-shared-56
  - MySQL-python
  - perl-DBD-MySQL
mysql_daemon: mysql
mysql_log_error: /var/log/mysql.log
mysql_syslog_tag: mysql
mysql_pid_file: /var/run/mysql/mysql.pid

This was tested on CentOS 7

from ansible-role-mysql.

paulmaunders avatar paulmaunders commented on August 29, 2024

Thanks @bvansomeren - this worked for me too, also tested on Centos 7.

from ansible-role-mysql.

geerlingguy avatar geerlingguy commented on August 29, 2024

Awesome. We'll need to get this into the README. Hopefully I'll have some time to do that soon.

from ansible-role-mysql.

bvansomeren avatar bvansomeren commented on August 29, 2024

Minor update.

The same works for CentOS 6, with the exception that you must redefine mysql_pid_file to:

mysql_pid_file: /var/lib/mysql/mysql.pid

If you use anything else or leave it to the role default Percona will not be able to start.
Would you like me to do a PR with the changes to the README file for you, I can add it to my TODO list for tomorrow :)

from ansible-role-mysql.

geerlingguy avatar geerlingguy commented on August 29, 2024

@bvansomeren Please send me a PR, and I'll merge it. Traveling all month, pretty much, so simple PRs have a much greater chance of getting merged right now than me doing it myself :)

from ansible-role-mysql.

memiah-steve avatar memiah-steve commented on August 29, 2024

As of geerlingguy.ansible-role-mysql 2.2.0 this approach doesn't appear to work.

Some of the variables are defined in vars/RedHat-7.yml rather than defaults/main.yml, therefore can't easily be overridden, and you get the following error.

TASK [geerlingguy.mysql : Create error log file (if configured).] **************
fatal: [database]: FAILED! => {"changed": true, "cmd": "touch /var/log/mariadb/mariadb.log", "delta": "0:00:00.006012", "end": "2016-08-18 12:07:14.222524", "failed": true, "rc": 1, "start": "2016-08-18 12:07:14.216512", "stderr": "touch: cannot touch ‘/var/log/mariadb/mariadb.log’: No such file or directory", "stdout": "", "stdout_lines": [], "warnings": ["Consider using file module with state=touch rather than running touch"]}

Unfortunately, don't think I'll have the time at the moment to create a PR.

from ansible-role-mysql.

stale avatar stale commented on August 29, 2024

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

from ansible-role-mysql.

stale avatar stale commented on August 29, 2024

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.

from ansible-role-mysql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.