Online (My)SQL tool to escape strings for use in queries? [closed]

I need to put a number of texts into my MySQL database via a manual query. The texts contain quotes, newlines, comment dashes ('--') and probably other syntax errors. Is there an online tool where I can paste in raw text and convert it to the query-escaped version?

1

1 Answer

Google gives me

and

Is this sufficient for you?

5

You Might Also Like