Is there a way to export priviledges/users out of phpMyAdmin version 3.3.9? And yes, in such format that later those could be imported into a new installation.
It would be good if database relations would be kept and so on.
If phpMyAdmin cannot handle it, MySQL command line solution will work too.
Thanks in advance!
Basically you want to dump some tables from
mysqldatabase, likecolumns_priv,db,tables_privanduserAs far as I remember phpmyadmin have configuration option to hide some databases, but you can access it by typing
?db=mysqlin url.