Sphinx Mysql Tutorial Help
- by Frederico
I have just implemented the Sphinx Storage Engine, and created my first Sphinx table, I'm trying to convert from using my Fulltext MyISAM table, so I figured I would just dump all the data into a sphinx table.. obviously I was wrong.
Are there any great tutorials that really take you through transforming a fulltext search on MySQL to a sphinx table?
Thanks in advance.