phpMyAdmin strftime Dump Format


/ Published in: PHP
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. Single Table Format:
  2.  
  3. __DB__.%d_%m_%Y_%H_%M_%S
  4.  
  5. Multi Table Format:
  6.  
  7. __DB__.__TABLE__.%d_%m_%Y_%H_%M_%S

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.