I'm using myisam_ftdump -c to dump the occurrences of words in my fulltext column. What's the simplest way to insert that information into a new MySQL table?
Thanks for any help, it's appreciated.
|
|
|
|
|
|
|
Dump the results > to a file and use a LOAD DATA INFILE query to import the contents back into your new table. Note:
|
||
|