[REBOL] [Mysql-protocol] timeout problem
From: hallvard::ystad::oops-as::no at: 11-May-2004 12:53
Hi
I have some files with data that I load into a MySQL database using LOAD DATA INFILE.
They take some time to load, and I often get a timeout error when using DocKimbel's mysql-protocol.r.
It seems to happen after about 30 seconds.
I looked through mysql-protocol.r for a 'timout parameter or something, but I didn't
find anything of interest. Rebol's disarmed error seems to say the timout occurs in 'read.
Has anyone else had this problem? What should I do?
Regards,
HY