← Back to team overview

gephi.team team mailing list archive

[Question #115164]: Must the database tables have specific names?

 

New question #115164 on Gephi:
https://answers.launchpad.net/gephi/+question/115164

Hello -

I have built a sample network in MySQL using two tables, one for nodes and one for edges.  In the database settings window, I get a successful result when I test the connection.  However when I run the node and edge queries, I receive a report stating the node query failed to execute.  I'm confident that the SQL is correct, but I suspect that I've overlooked a specification describing the required table names, field names, and/or general table structure.  My two queries are
     SELECT domain_name from  FROM gephi.friendscout24denodes;
     SELECT from_domain, to_domain FROM gephi.friendscout24deedges;

Any assistance/guidance would be greatly appreciated.

Thanks!

Best,
David

-- 
You received this question notification because you are a member of
Gephi Team, which is an answer contact for Gephi.