-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Add support for specifying a .cnf file #510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hi, thank you for submitting this pull request. In order to consider your code we need you to sign the Oracle Contribution Agreement (OCA). Please review the details and follow the instructions at https://oca.opensource.oracle.com/ |
Well I would sign the Individual OCA if, having created a user account, it didn't give me a |
I meet the same problem, wait for a solution. |
Hi, there was no response to our request to sign an OCA or confirm the code is submitted under the terms of the OCA. As such this request will be closed. |
THERE WAS NO SIGNING OF THE OCA BECAUSE IT WAS BROKEN!!!!!!!!! ORACLE SUPPORT FOR OPEN SOURCE IS A FARCE!!!! |
Hi @Sophist-UK Thanks for contributing to MySQL |
Hi, thank you for submitting this pull request. In order to consider your code we need you to sign the Oracle Contribution Agreement (OCA). Please review the details and follow the instructions at https://oca.opensource.oracle.com/ |
Hi, thank you for your contribution. Please confirm this code is submitted under the terms of the OCA (Oracle's Contribution Agreement) you have previously signed by cutting and pasting the following text as a comment: |
"I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it." |
@mysql-admin Having worked in large multinational corporations for about 1/2 my career before retiring, I do understand that there is a degree of bureaucracy that is not needed in smaller projects, and that lawyers often rule-the-roost, but the degree of hoops you put first-time contributors through for even the smallest contribution is IME extreme compared to literally every other open-source project I have ever worked on. IMO...
|
Hi, thank you for your contribution. Your code has been assigned to an internal queue. Please follow |
Using a
my.cnf
file can get complicated if you are running multiple copies of mysql, so I have added support in themysql.server.sh
file to allow you to add the details of your.cnf
file.