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

[9.x] Support --ssl-ca on schema load and dump #40931

Merged
merged 1 commit into from
Feb 24, 2022
Merged

[9.x] Support --ssl-ca on schema load and dump #40931

merged 1 commit into from
Feb 24, 2022

Conversation

DeepDiver1975
Copy link
Contributor

When using SSL with MySql php artisan migrate will fail with

In Process.php line 272:
                                                                               
  [Symfony\Component\Process\Exception\ProcessFailedException]                 
  The command "mysql  --user="${:LARAVEL_LOAD_USER}" --password="${:LARAVEL_L  
  OAD_PASSWORD}" --host="${:LARAVEL_LOAD_HOST}" --port="${:LARAVEL_LOAD_PORT}  
  " --database="${:LARAVEL_LOAD_DATABASE}" < "${:LARAVEL_LOAD_PATH}"" failed.  
                                                                               
  Exit Code: 5(Unknown error)                                                  
                                           

@GrahamCampbell GrahamCampbell changed the title feat: support --ssl-ca on schema load and dump [9.x] Support --ssl-ca on schema load and dump Feb 10, 2022
@driesvints
Copy link
Member

Draft pr's aren't reviewed. Please mark as ready if you want a review, thanks.

@DeepDiver1975 DeepDiver1975 marked this pull request as ready for review February 17, 2022 14:02
@taylorotwell
Copy link
Member

It doesn't complain if you pass an empty string?

@DeepDiver1975
Copy link
Contributor Author

It doesn't complain if you pass an empty string?

not with the mysql version I am using locally ....
Screenshot from 2022-02-22 10-19-13

@taylorotwell taylorotwell merged commit c7209b1 into laravel:9.x Feb 24, 2022
@DeepDiver1975 DeepDiver1975 deleted the feat/support-ssl-in-schema-state branch February 24, 2022 17:09
@Brenneisen
Copy link
Contributor

It doesn't complain if you pass an empty string?

It does: #41300

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.

None yet

4 participants