Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Adminer

De MoodleDocs
La revisió el 13:11, 13 set 2010 per chris collman (discussió | contribucions) (→‎Install phpMyAdmin: Add alternatives to phpMyAdmin location)
Salta a:navegació, cerca

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

To install phpMyAdmin so it is directly available via Moodle, unzip the archive from Modules and plugins database inside the moodle/admin folder. You should end up with a folder there called 'mysql' which contains all the necessary files. Now go to your site admin block and you will see a new link: Server > Database. Use this link to initially install and/or open phpMyAdmin.

For those that need phpMyAdmin to perform a Moodle install, unpack it in the documents directory (the same directory as your moodle folder, sometimes found in the folder htdocs) of your web server. Note: many web hosting sites have phpMyAdmin already available via their control panel, you can use that.

For more advanced users: 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