Note: You are currently viewing documentation for Moodle 3.4. Up-to-date documentation for the latest stable version of Moodle is likely available here: Adminer.

Adminer: Difference between revisions

From MoodleDocs
No edit summary
m (Added CVS install info)
Line 5: Line 5:


To install, just unzip the archive inside the ''moodle/admin'' folder. You should end up with a folder in there called 'mysql' in there that contains all the necessary files. Now when you look at your site admin block you will see a new link: ''Server > Database''.
To install, just unzip the archive inside the ''moodle/admin'' folder. You should end up with a folder in there called 'mysql' in there that contains all the necessary files. Now when you look at your site admin block you will see a new link: ''Server > Database''.
To obtain the most recent version from CVS, go to the ''moodle/admin'' folder and run
cvs -z3 -d:ext:myusername@cvs.moodle.org:/cvsroot/moodle co mysql


==See also==
==See also==

Revision as of 08:39, 3 May 2010

phpMyAdmin is a useful MySQL database administration tool (if you are using MySQL as the database for your Moodle). When installed as part of Moodle, it becomes part of the Moodle interface. It can be found in the site administration block>Server>database link.

Install phpMyAdmin

phpMyAdmin can downloaded from the Modules and plugins database.

To install, just unzip the archive inside the moodle/admin folder. You should end up with a folder in there called 'mysql' in there that contains all the necessary files. Now when you look at your site admin block you will see a new link: Server > Database.

To obtain the most recent version from CVS, go to the moodle/admin folder and run

cvs -z3 -d:ext:myusername@cvs.moodle.org:/cvsroot/moodle co mysql

See also