mirror of
https://github.com/DBDiff/DBDiff.git
synced 2026-04-25 05:15:49 +03:00
[GH-ISSUE #129] ✖ Can't connect to target database #93
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DBDiff#93
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RCoeurjoly on GitHub (Jan 29, 2022).
Original GitHub issue: https://github.com/DBDiff/DBDiff/issues/129
I downloaded the executable from the releases page.
I execute the following command:
./dbdiff.phar --config=/home/drcoeurjoly/DBDiff/.dbdiff.example server1.db1:server1.db1.dbdiff.example being the example provided by this repo, substituting the variables. I have check that the database indeed exists with a SQL client.
How can I debug this?
@astrobatty commented on GitHub (May 24, 2024):
You probably have to install php mysql. You can use
sudo apt-get install php-mysql.