Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I downloaded a sql file of english dictionary. It said The syntax in the wordnet20 has a deprecated TYPE=* in the .sql file. – How can I run it
Run sed -i 's/TYPE=/ENGINE=/g' wordnet20-from-prolog-all-3.sql to replace the deprecated syntax before running it against a 5.0+ version of MySQL


What I have tried:

I tried to run this query but i didn't figure out how to run it
Posted
Updated 13-Jun-21 1:23am
Comments
Richard MacCutchan 13-Jun-21 6:55am    
I just tried that command and it worked fine on a test file. What exactly is the problem you see?
Member 14839888 13-Jun-21 7:18am    
Thanks, There was a issue in file name. I corrected and it's fine now

1 solution

Answered only to remove from unanswered list - solved by OP.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900