Re: FN-FORUM: mysql question - large text file
date posted 7th January 2004 13:51
On Wednesday 07 Jan 2004 12:52 pm, David Zverina wrote:
> Easier way (if the file is on the server) is:
>
> use test;
> create table foo(id integer, data longtext);
> insert into foo values(1, load_file('/home/davidz/myfile'));
Nice one, but:
Does MySQL have an addslashes() equivalent?
--=20
5: When responding to a post, delete all information that is not
strictly necessary. This includes the freelancers tag line and .sig
files. Delete anything you're not specifically responding to.