Moodle Adminer
Maintained by
Andreas Grabs
This plugin is based on the great tool adminer.
The main advantage of this plugin is, it can handle different types of database. So it works with MySQL/MariaDB, PostgreSQL, Oracle and MSSQL.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Thank you
I am sorry for the long running. I am very buisy and I wanted the plugin compatible with php7. So it is now.
Best regards
Adminer is a really great and useful tool!
Do you plan to make it officially compatible with Moodle 3.0 and 3.1, so that it can be installed/upgraded via the build in installer?
Thanks for adminer; for my I prefer it to tools like MySQL workbench for my limited needs to interact with the database directly.
I've just come across an issue where adminer showed a blank page when launched. Debugging showed that run_adminer.php could access adminer.php. Our anti virus solution had decided that adminer.php was a 'hacking tool' and quarantined it. I suspect it interpreted the name as 'ad miner'. Just in case someone else has this issue.
Christoph
Best regards Andreas
Do you plan to make Adminer officially compatible with Moodle 2.9, so that it can be installed/upgraded via the build in installer?
Yet you can simple integrate it in your repository by merging it. Use the steps below:
1. Go into your moodle repository
2. # git remote add adminer git://github.com/grabs/moodle-local_adminer.git
3. # git fetch adminer
4. # git merge adminer/v_27
That's it.
Best regards
Andreas
Please check and fix it if appropiate.
Thanks.
Mi, 19. Nov 2014, 00:01
Sorry for the long waiting. Now I updated the adminer plugin. The moodle part has no big changes. The adminer now is based on 4.1.0
I must admit a security issue did come up, but I am hoping it can be fixed so that only the Admin User has rights to access it, if it can be done that way. If it can then I am going to have a discussion with a number of people about how useful it can be. I am thinking here of just how much easier it will be to restore deleted users. Thank you.