Hi John,
I am a big fan of your tool and have been using it for quite some time. I have a challenge infront of me in which i am trying to create the diagram of the mysql DB running inside a Docker container. I don;t see any issue from the connectivity prespective however once the spy process ends, i am not seeing any relationship table at all. All i see is just the table and column names. Following is the command i am executing :-
java -jar "C:\Users\AK\Downloads\schemaSpy.jar" -dp "C:\Home\AK\tools\SchemaSpy\jars\mysql-connector-java-5.1.45\mysql-connector-java-5.1.45-bin.jar" -gv "C:\Program Files (x86)\Graphviz2.38" -t mysql -db mysql -s "customer" -host SYX.com -port 3306 -u mysql -p mysql -connprops "C:\Home\AK\tools\SchemaSpy\schemaSpy_5.0.0\mysqlproperties\mysql.properties" -o "C:\Home\AK\tools\SchemaSpy\ER_DIGRAMS\Active" -ahic -hq
Also the summary folder contains a file "relationship real impact" contains the following entry :-
// dot 2.38.0 on Windows 10 10.0
// SchemaSpy rev Unknown
digraph "compactRelationshipsDiagram" {
graph
rankdir="RL"
bgcolor="#f7f7f7"
label="\nGenerated by SchemaSpy"
labeljust="l"
nodesep="0.18"
ranksep="0.46"
fontname="Helvetica"
fontsize="11"
;
node
fontname="Helvetica"
fontsize="11"
shape="plaintext"
;
edge
arrowsize="0.8"
;
}
Can i please get some help with this issue ?