phpMyAdmin File name template / Dateinamenskonvention for export/dump


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

Heavily inspired by the comment from [philrae](http://snipplr.com/users/philrae) @ http://snipplr.com/view/13568/phpmyadmin-strftime-dump-format/


Copy this code and paste it in your HTML
  1. DB backup:
  2.  
  3. __SERVER__-__DB__-%d_%m_%Y_%H_%M_%S
  4.  
  5. table only backup:
  6.  
  7. __SERVER__-__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.