1
I used to fill the database of my testsite with the data of my production site with a sql-file broken down in manageble small parts, so I would not get a time out.
Now I used database backup module, but I keep getting this error :
Quote:
Processing file: bkp0605291418_x7chat2_users.gz
Starting at the line: 1
Error at the line 2502: );
Query: CREATE TABLE xxxxxxx_bb_posts_text ( post_id int(8) unsigned DEFAULT '0' NOT NULL, post_text text, post_edit text, PRIMARY KEY (post_id), KEY search (post_text) );
MySQL: BLOB column 'post_text' used in key specification without a key length
Stopped on error
I tried this with several options on and off but the error remains, so the database on my test site is now messed up, but more important, the backup I make from my production site is useless.
Any ideas would be very much welcome