SMO Currently PHPMyAdmin shows the option to create databases and fails trying to do so. Is it possible to hide this option? Also uploading .sql files bigger than a few MBs fail - is it possible to increase the upload limit?
MediaServe If it helps, here's what I do on the MySQL server where I want to import data: Login as root and use sftp or scp the import file to ~ docker cp <~/import file> mysqlcd:/home docker exec -it mysqlcd /bin/bash cd /home mysql <db name> < <import file>
SMO MediaServe Thank you for your message. This is not a problem for us, but for our customers - which of course do not have root permissions. Nothing worse than showing functionality which does not work.