As far as I know there's no way to import and export pMA meta-data (from pMA storage) of a single DB, which IMO would be very useful. Could this be added?
I think it's better to move this to feature requests
Ticket moved from /p/phpmyadmin/bugs/4823/
Implemented with https://github.com/phpmyadmin/phpmyadmin/commit/ef981aa33573ec2ea32fdfa8af735efd483e0446
INSERT INTO pma__column_info (db_name, table_name, column_name, comment, mimetype, transformation, transformation_options, input_transformation, input_transformation_options) VALUES ('xxx', 'xbt_files_users', 'xxx', '', '', 'text_plain_longtoipv4.class.php', '', '', '');
pma__column_info
db_name
table_name
column_name
comment
mimetype
transformation
transformation_options
input_transformation
input_transformation_options
The second line isn't properly indented.
I think it's better to move this to feature requests
Ticket moved from /p/phpmyadmin/bugs/4823/
Implemented with https://github.com/phpmyadmin/phpmyadmin/commit/ef981aa33573ec2ea32fdfa8af735efd483e0446
INSERT INTO
pma__column_info
(db_name
,table_name
,column_name
,comment
,mimetype
,transformation
,transformation_options
,input_transformation
,input_transformation_options
) VALUES('xxx', 'xbt_files_users', 'xxx', '', '', 'text_plain_longtoipv4.class.php', '', '', '');
The second line isn't properly indented.