Vous devrais faire une page localsettings.php ici est le sample
<?php /** * This file should be copied to AdminSettings.php, and modified * to reflect local settings. It is required for the maintenance * scripts which run on the command line, as an extra security * measure to allow using a separate user account with higher * privileges to do maintenance work. * * Developers: Do not check AdminSettings.php into Subversion */ /* * This data is used by all database maintenance scripts * (see directory maintenance/). The SQL user MUST BE * MANUALLY CREATED or set to an existing user with * necessary permissions. * * This is not to be confused with sysop accounts for the * wiki. * * NOTE: for PostgreSQL this should be set to the same user and * password as the web user, that is, the same as $wgDBuser and * $wgDBpassword in LocalSettings.php. This is necessary to * ensure that the owner for new tables is set correctly. */ $wgDBadminuser = 'wikiadmin'; $wgDBadminpassword = 'adminpass'; /* * Whether to enable the profileinfo.php script. */ $wgEnableProfileInfo = false; Voiez aussi http://www.mediawiki.org/wiki/Manual:LocalSettings.php Excusez mon Francais, ce n'est pas bien. At 06:23 PM 7/29/2010, you wrote: >Bonjour, je me permets d'envoyer ce mail car j'ai un petit souci. >J'ai installé mediawiki 1.16.0 sur mon hébergement ovh. Tout s'est bien >déroulé sauf que ma page locasettings.php ne s'est pas créée. >Pouvez-vous m'éclairer ? >Un grand merci > >Frédéric Dewez > >_______________________________________________ >MediaWiki-l mailing list >[email protected] >https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > >No virus found in this incoming message. >Checked by AVG - www.avg.com >Version: 9.0.851 / Virus Database: 271.1.1/3035 >- Release Date: 07/29/10 02:38:00 _ _ (o) (o) oOOO----(_)----OOOo--- Henny (Lee Hae Kang) ----------------------------- http://www.henny-savenije.pe.kr Portal to all my sites http://www.hendrick-hamel.henny-savenije.pe.kr (in English) Feel free to discover Korea with Hendrick Hamel (1653-1666) http://www.hendrick-hamel.henny-savenije.pe.kr/indexk2.htm In Korean http://www.hendrick-hamel.henny-savenije.pe.kr/Dutch In Dutch http://www.vos.henny-savenije.pe.kr Frits Vos Article about Witsen and Eibokken and his first Korean-Dutch dictionary http://www.cartography.henny-savenije.pe.kr (in English) Korea through Western Cartographic eyes http://www.hwasong.henny-savenije.pe.kr Hwasong the fortress in Suwon http://www.oldKorea.henny-savenije.pe.kr Old Korea in pictures http://www.british.henny-savenije.pe.kr A British encounter in Pusan (1797) http://www.genealogy.henny-savenije.pe.kr/ Genealogy http://www.henny-savenije.pe.kr/phorum Bulletin board for Korean studies _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
