How to drop and recreate CEL table

My CEL table is damaged and unrepairable. How to drop it and recreate it?

From the machine with the database:

mysqldump -u root --add-drop-table --no-data asteriskcdrdb cel | mysql -u root asteriskcdrdb

That should copy the structure and support structures in the table without the data.

After dropping the cel table, you can recreate by installing the cel module again:

fwconsole ma install cel

mysqldump: Got error: 1049: “Unknown database ‘–’” when selecting the database

Errant space - edited - try it with the fixed syntax.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.