mirror of
https://github.com/DBDiff/DBDiff.git
synced 2026-04-25 05:15:49 +03:00
[GH-ISSUE #42] windows 10 64 bit incompatiable #167
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#167
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 @danleahy on GitHub (Mar 14, 2017).
Original GitHub issue: https://github.com/DBDiff/DBDiff/issues/42
Just installed, everything,
php 5.6.3
composer 1.4.1
I installed the dependencies using composer install
I setup my .dbdiff configuration file
When i tried running it from the command line , i got
'dbdiff' is not recognized as an internal or external command,
operable program or batch file.
I renamed dbdiff to dbdiff.exe and ran it again and was told the dbdiff is a 16 bit application that is incompatiable with 64 bit windows
@vjoao commented on GitHub (Apr 13, 2017):
For anyone coming to this:
This is a PHP script file. You should run it like
php dbdiff <options>@jasdeepkhalsa commented on GitHub (Nov 24, 2017):
@danleahy did @vjoao comment help solve your issue? I'm closing this ticket for now and if you still have problems feel free to open a new issue