That error 1418 indicates, that you have all data succesfully imported, but not routines. For this reason you are not able search in dictionary. Probably you see in messages window output like this:
executing query select * from `coptwrd` where compare_d(`word`,'swtm',1,511,1) order by `crum` limit 0,50 ...
FUNCTION marcion.compare_d does not exist QMYSQL: Unable to execute query
ERROR.
download attached file and use 'restore' command from menu 'database', or
bash $> mysql -u marcion marcion -p < marcion-routines.txt
on 99% this will fix the problem and you will have this application with full functionality.
If you are disturbed by Qt output on console, run marcion as
bash $> bin/marcion &>/dev/null
output is not important.
You can read TLG/PHI works only if you have that database, and you have correctly set up paths in 'settings/TLG/PHI'. about TLG read here:
http://www.tlg.uci.edu/ . Also read .pdf in doc/ directory.
In this time i work on data in cotic dictionary randomly, and with sahidic words only. Soon i will work on it systematically. and all words in all dialect will be there. About texts - on individual purpose i can prepare .sql files with desired texts. In future i prepare small guide, how to anyone can to add his preferred texts.
Iam very glad, that you are interest by my work and you are experienced on unix platform and MySql too. That is really not common phenomen. So, congratulations, you are first user of Marcion. good luck.
p.s.
you can use this forum for help and troubleshooting (also you can, if possible, to copy this your post as new topic in this forum for other users, who have the same problems)
https://sourceforge.net/projects/marcion/forums/forum/1008436and this for any discussion, or critic, ideas how to make Marcion better, and anything else.
https://sourceforge.net/projects/marcion/forums/forum/1008435