Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.9
-
Fix Version/s: None
-
Component/s: Database SQL/XMLDB
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
Description
Sending a sample integration of phpMinAdmin into Moodle
- small db editor
- friendly license
- could live alongside optional phpMyAdmin in admin/mysqlmin
- friendly author

Do we want it in core?
Attachments
-
$i18n.getText("admin.common.words.hide")
- mysql.zip
- 09/Apr/08 3:09 AM
- 54 kB
- Petr Škoda (skodak)
-
- mysql/table.inc.php 4 kB
- mysql/editing.inc.php 11 kB
- mysql/trigger.inc.php 3 kB
- mysql/privileges.inc.php 1 kB
- mysql/dump.inc.php 3 kB
- mysql/procedure.inc.php 3 kB
- mysql/default.css 2 kB
- mysql/_lang.php 1 kB
- mysql/select.inc.php 12 kB
- mysql/arrow.gif 0.1 kB
- mysql/lang.inc.php 2 kB
- mysql/connect.inc.php 1 kB
- mysql/createv.inc.php 2 kB
- mysql/index.php 5 kB
- mysql/indexes.inc.php 5 kB
- mysql/view.inc.php 0.3 kB
- mysql/moodle.inc.php 0.9 kB
- mysql/schema.inc.php 7 kB
- mysql/edit.inc.php 5 kB
- mysql/abstraction.inc.php 5 kB
- mysql/auth.inc.php 3 kB
- mysql/call.inc.php 2 kB
- mysql/design.inc.php 4 kB
- mysql/favicon.ico 0.3 kB
- mysql/database.inc.php 3 kB
- mysql/sql.inc.php 3 kB
- mysql/create.inc.php 5 kB
- mysql/lang/sk.inc.php 8 kB
- mysql/lang/nl.inc.php 7 kB
- mysql/lang/en.inc.php 0.6 kB
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
Hide
Anthony Borrow
added a comment -
since it is database dependent, it might be better to have it in contrib like the one for phpmyadmin
Show
Anthony Borrow
added a comment - since it is database dependent, it might be better to have it in contrib like the one for phpmyadmin
Hide
Petr Škoda (skodak)
added a comment -
well, because it is small and would be visible only if mysql used (which is the most common db used) I do not see any problem in this ![]()
Show
Petr Škoda (skodak)
added a comment - well, because it is small and would be visible only if mysql used (which is the most common db used) I do not see any problem in this
Hide
Martin Dougiamas
added a comment -
If you think it's secure enough then I guess it could be useful. I'm a bit worried about this capability being available to every newbie admin, but perhaps that's just me.
Show
Martin Dougiamas
added a comment - If you think it's secure enough then I guess it could be useful. I'm a bit worried about this capability being available to every newbie admin, but perhaps that's just me.
Show
Petr Škoda (skodak)
added a comment - hmm, we could make it read only by default
forgot the url: http://phpminadmin.sourceforge.net/
you can test it there