Forum: Database Design Aug 4th, 2009 |
| Replies: 5 Views: 15,671 At my previous company we also resorted to using dotdefender after we came under a serious sql injection attack. The product worked very well and we were able to get it up and running very fast. It... |
Forum: Database Design Jul 29th, 2009 |
| Replies: 6 Views: 433 Here is a link to an article on creating an event schedule in mysql, unfortunately I don't use mysql so it is the best I can do for you.
... |
Forum: Database Design Jul 28th, 2009 |
| Replies: 6 Views: 433 I don't know mysql very much but if you schedule a job it should not care if a file is open or not. |
Forum: Database Design Jul 28th, 2009 |
| Replies: 6 Views: 433 Schedule a job to run the script at whatever interval you want. |