The expected behavior is to simply import the nodes data from MySQL without change:
However, Gephi is erasing all data from the ID column and replacing it with auto-incremented ID column:
leading of course to errors importing the edges:
Nothing special in the import queries:
Node Query: SELECT * FROM GEPHI_nodes Edge Query: SELECT * FROM GEPHI_edges



Apparently, when importing from a CSV, Gephi converts to lower case before looking for the 'id' column header:
Whereas importing from database:
offers no such niceties.