/ Published in: PHP
In phpMyAdmin you can define strftime formats for your dumped database sql files. Here you are with two formats, one for sigle table export, one for multi-table export.
Expand |
Embed | Plain Text
Single Table Format: __DB__.%d_%m_%Y_%H_%M_%S Multi Table Format: __DB__.__TABLE__.%d_%m_%Y_%H_%M_%S
Comments
Subscribe to comments
You need to login to post a comment.

I prefer it like this as it means that when listed alphabetically in a folder, it will chronologically be correct:
__DB____%Y%m%d_%H%M
Edit, trying to insert as code...
__DB____%Y%m%d_%H%M