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
m (Added CVS install info)
m (added link to spanish translation of page)
 
(7 revisions intermèdies per 4 usuaris que no es mostren)
Línia 1: Línia 1:
'''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.
{{Managing a Moodle site}}
Moodle Adminer is a useful database administration tool. It works with MySQL, PostgreSQL, Oracle and MSSQL. When installed as part of Moodle, it becomes part of the Moodle interface and a link can be found in ''Settings > Site administration > Server''.


==Install phpMyAdmin==
This is a powerful program that should be used with care and be available only to trusted administrators.   
phpMyAdmin can downloaded from the [http://moodle.org/mod/data/view.php?d=13&rid=448 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''.
Adminer is available for download from the Moodle plugins directory: http://moodle.org/plugins/view.php?plugin=local_adminer


To obtain the most recent version from CVS, go to the ''moodle/admin'' folder and run
Anyone using PHPMyAdmin is recommended to switch to Adminer.


cvs -z3 -d:ext:myusername@cvs.moodle.org:/cvsroot/moodle co mysql
[[Category:Contributed code]]
[[Category:SQL databases]]


==See also==
[[es:Adminer]]
 
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=56636 Remove database access] forum discussion
 
[[Category:Administrator]][[Category:SQL databases]]

Revisió de 16:45, 15 feb 2013

Moodle Adminer is a useful database administration tool. It works with MySQL, PostgreSQL, Oracle and MSSQL. When installed as part of Moodle, it becomes part of the Moodle interface and a link can be found in Settings > Site administration > Server.

This is a powerful program that should be used with care and be available only to trusted administrators.

Adminer is available for download from the Moodle plugins directory: http://moodle.org/plugins/view.php?plugin=local_adminer

Anyone using PHPMyAdmin is recommended to switch to Adminer.