Git Product home page Git Product logo

Comments (4)

md5 avatar md5 commented on June 28, 2024

I don't think the two periods are the issue. The code that checks filenames is here: https://github.com/mysql/mysql-server/blob/7e58ce8e69de5a4e941d913999cbbf905fe8f444/mysys_ssl/my_default.cc

It calls, fn_ext to get the extension for each file in the !includedir and checks it against the list of allowed extensions (.cnf on Unix, .cnf and .ini on Windows). The fn_ext function has this description:

The extension is defined as everything after the last extension character (normally '.') after the directory name.

from mysql.

yngves avatar yngves commented on June 28, 2024

Could it be that your jenkins.mysql.cnf is world-writable?

Quoting the MySQL manual at https://dev.mysql.com/doc/refman/5.6/en/option-files.html:
"On Unix platforms, MySQL ignores configuration files that are world-writable. This is intentional as a security measure."

from mysql.

edmorley avatar edmorley commented on June 28, 2024

@joshunger, could you pastebin the startup log? if the file is world-writable a warning will be shown within it.

from mysql.

tianon avatar tianon commented on June 28, 2024

Closing old issue -- if this is still a problem (and can be easily reproduced), please open a new issue! (alternatively, the Docker Forums and the #docker IRC channel on Freenode are available for general help)

from 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.