Skip to content
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

[Experimental] Replace Travis with Github Actions #68

Closed
wants to merge 3 commits into from

Conversation

bilalebi
Copy link
Contributor

@bilalebi bilalebi commented Feb 7, 2024

No description provided.

@bilalebi bilalebi self-assigned this Feb 7, 2024
@bilalebi
Copy link
Contributor Author

bilalebi commented Feb 7, 2024

It was a nice try, however, I got the famous error (2068, 'LOAD DATA LOCAL INFILE file request rejected due to restrictions on access.')

FFR:

Since direct modification of the MySQL service configuration might not be possible or easy to achieve within the GitHub Actions environment, focusing on alternative data loading methods or adjusting your application's database interaction to not require LOAD DATA LOCAL INFILE might be the most straightforward path forward.

It's also worth reviewing any test scripts or application code that's triggering this operation to ensure it's necessary and, if so, whether the operation complies with the security practices you want to maintain for your application.

If the use of LOAD DATA LOCAL INFILE is essential for your workflow, you might need to explore custom Docker configurations or set up a MySQL instance that allows this operation and is accessible from your GitHub Actions environment, considering the security implications of such an approach.

I'll close this PR for now

@bilalebi bilalebi closed this Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant