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: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(grr about moodle database but this works for a newuser)
Cap resum de modificació
Línia 1: Línia 1:
[[MySQL]] and [[PostgreSQL]] are the two fully supported databases that Moodle uses. Other databases may also work. 
'''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.   
 
'''phpMyAdmin''' is a useful MySQL database administration tool. 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==
==Install phpMyAdmin==

Revisió del 18:12, 24 feb 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.

See also