abiku Posted September 29, 2006 Posted September 29, 2006 Hello I've encountered a problem when trying to restore my db. I've spent a while on it and it seems that the problem is when in some fileds in db tables i have values which contain words like: "create" , "input". I went through the backup .sql file and i think the problem is in line 237: " if ( (eregi('create', $next)) || (eregi('insert', $next)) || (eregi('drop t', $next)) ) {". When in the table fields we have word 'create' or 'input' these ereg functions don't work properly. Maybe someone have found solution to this problem? thanks in advance for help!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.