Permalink
6 comments
on commit
sign in to comment.
Browse files
Fix #14775 - export to SQL format not available for tables
Fixes: #14775 - export to SQL format not available for tables Signed-off-by: William Desportes <williamdes@wdes.fr>
- Loading branch information...
This comment has been minimized.
gesior repliedDec 29, 2018
Best fix in phpmyadmin history! After 9 years of using phpmyadmin, first time visited github! Just to find this fix!
This comment has been minimized.
KhanhKid repliedJan 18, 2019
haha I love this fix.
I used phpmyadmin for a long time and first time I know about github of phpmyadmin
This comment has been minimized.
NathanielNat repliedJan 28, 2019
Please how do I use the code above to resolve the issue?
This comment has been minimized.
NathanielNat repliedJan 28, 2019
Please how do I use the code to fix the issue
This comment has been minimized.
gesior repliedJan 28, 2019
@NathanielNat
Open file libraries/classes/Display/Export.php in phpmyadmin folder.
Find:
and above paste:
This comment has been minimized.
DEQ-Dave repliedFeb 14, 2019
A simpler "fix" that doesn't require any editing ... courtesy of an answer from this post on StackOverflow:
Select the db, then check next to the table, select export under "with selected" and you will get the SQL option.