I want to simulate the updating process's for my mysql table I want to insert every one second a data into mysql table in autaumatic way
the idea is to write a small loop with C API that support sql request (or any other languages) and execute this loop to insert data to mysql I read many topics here or in others forum but I need help to find how to implement the constraint of time ( every one second ).