Manoj, The only risk you may face is that the tables have varied. So, to play safe:
1. Make sure that the send_sms table is empty (no pending messages) and drop the table. 2. Backup the sent_sms table and drop it as well. 3. Install sqlbox, it'll recreate the send_sms and sent_sms tables from scratch. If you can't afford dropping sent_sms (e.g. you're using the data for stats or whatever), try comparing the new structure with the old, and altering it so it matches. You can do that by pointing the new sqlbox to another (empty) db and comparing the structures after the tables are created. Hope it helps, Alejandro On Sat, Feb 21, 2009 at 12:24 PM, Manoj Bhamare <[email protected]>wrote: > Hi, > > I want to upgrade mysqlbox version; can you please tell me what care should > I take care before start; > My kannel is working fine and there is only issue with mysql box its older. > Thanks for your time. > > Regards, > -Manoj Bhamare >
