Hi!
Is there a tutorial how to convert a mySQL db to Valentina? I was unable to import as XML, and also failed to import an SQL dump. Maybe I need to build the structure first and then import every table as ASCII? The mySQL db uses the most recent mySQL techniques (innoDB tables, whatever that means). I can send both XML and SQL files (very small) to anyone interested. Look at this snippet from the mySQL dump:
CREATE TABLE myTable ( id int(11) NOT NULL auto_increment, usertyp_id int(11) NOT NULL default '0', action varchar(100) NOT NULL default '', access tinyint(1) default '0', PRIMARY KEY (id) ) TYPE=InnoDB;
Also I read in the archive that there is a tool to convert mySQL to Valentina, written by Martin Kloss. I couldn't find it on his homepage, though. Does anyone remember? Martin, are you reading this?
Thanks, Stefan ladstaetter (AT) matic D.O.T at Vienna, Europe www.matic.at ©2002 Stefan Ladstaetter |