Remove dynamic tables from Lasso 8 and MySQL
Thu, Feb 14 2013, 20:24 Lasso, MySQL, programming PermalinkI wrote a small script that cleans up Lasso 8's internal SQLite database from dynamically created tables in MySQL. It also deletes the dynamic tables from MySQL when older then 2 days, so you do not need a separate script for that.
In my case, the script has been written to clean my dynamically created temp tables, which names all begin with 'REP'. But you can copy the script and of course modify it to your needs.
Happy coding!
In my case, the script has been written to clean my dynamically created temp tables, which names all begin with 'REP'. But you can copy the script and of course modify it to your needs.
Happy coding!
Comments