Hi List,
Just a question, All dumps from PMA currently make this header: # phpMyAdmin MySQL-Dump # version 2.3.0-rc2 # http://phpwizard.net/phpMyAdmin/ # http://www.phpmyadmin.net/ (download page) # # Host: localhost # Generation Time: Jun 19, 2002 at 09:12 PM # Server version: 3.23.49 # PHP Version: 4.3.0-dev
Of this, I have a few questions 1. Can we simplify the URLs to just our main URL: # http://www.phpmyadmin.net
2. Can we change the generation time format to RFC-822 formatted date?
3. Can we change the entire comment style to ANSI-ISO complaint SQL using /* */ ?
4. Could the headers get tidied up some?
So it would become with all my suggestions: /** * phpMyAdmin MySQL-Dump * version 2.3.0-rc2 * http://www.phpmyadmin.net/ * * Host: localhost * Time: Wed, 19 Jun 2002 21:12:07 -0800 * Server: MySQL-3.23.49 * PHP: 4.3.0-dev */