golinks/mysql-schema-diff
Check to see if the MySQL schemas for 2 DBs are the same
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 29, 2024
- License
- None
Pinned Snippet
uses: golinks/mysql-schema-diff-action@95acfbdae8a499a69386876363017117eefa7069 # 1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| hostname1 | The host of the first mysql connection | no | localhost |
| username1 | The username of the first mysql connection | yes | — |
| password1 | The password of the first mysql connection | no | "" |
| database1 | The database name of the first mysql connection | yes | — |
| hostname2 | The host of the second mysql connection | no | localhost |
| username2 | The username of the second mysql connection | yes | — |
| password2 | The password of the second mysql connection | no | "" |
| database2 | The database name of the first mysql connection | yes | — |
Outputs
no outputs