Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1559 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  réseaux et sécurité

  Update [phpmyadmin] impossible de s'y connecter

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Update [phpmyadmin] impossible de s'y connecter

n°765931
nuitn0ir
Posté le 26-12-2005 à 22:38:34  profilanswer
 

Bonjour,
 
Voilà la configuration actuelle :
 
Debian sarge
- Noyeau 2-6-11 sous Grsecurity
- Apache 1.33  
- Mysql 4.0.24
- PHP 4.3.10-16  
 
- phpMyAdmin 2.6.2-Debian-3sarge1
 
Fichier de config :
 

Code :
  1. <? * Debian local configuration file
  2. *
  3. * This file overrides global configuration file
  4. */
  5. /**
  6. * Server(s) configuration
  7. */
  8. $i = 0;
  9. // The $cfg['Servers'] array starts with $cfg['Servers'][1].  Do not use $cfg['S
  10. ervers'][0].
  11. // You can disable a server config entry by setting host to ''.
  12. $i++;
  13. // Uncomment to override the default configuration
  14. //$cfg['Servers'][$i]['host']          = 'localhost'; // MySQL hostname or IP ad
  15. dress
  16. //$cfg['Servers'][$i]['port']          = '';          // MySQL port - leave blan
  17. k for default port
  18. //$cfg['Servers'][$i]['socket']        = '';          // Path to the socket - le
  19. ave blank for default socket
  20. //$cfg['Servers'][$i]['connect_type']  = 'socket';    // How to connect to MySQL server ('tcp' or 'socket')
  21. //$cfg['Servers'][$i]['extension']     = 'mysql';     // The php MySQL extension to use ('mysql' or 'mysqli')
  22. //$cfg['Servers'][$i]['compress']      = FALSE;       // Use compressed protocol for the MySQL connection
  23. //                                                    // (requires PHP >= 4.3.0)
  24. //$cfg['Servers'][$i]['controluser']   = '';          // MySQL control user settings
  25. //                                                    // (this user must have read-only
  26. //$cfg['Servers'][$i]['controlpass']   = '';          // access to the "mysql/user"
  27. //                                                    // and "mysql/db" tables).
  28. //                                                    // The controluser is also
  29. //                                                    // used for all relational
  30. //                                                    // features (pmadb)
  31. //$cfg['Servers'][$i]['auth_type']     = 'http';    // Authentication method (config, http or cookie based)?
  32. //$cfg['Servers'][$i]['user']          = 'root';      // MySQL user
  33. //$cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed
  34. //                                                    // with 'config' auth_type)
  35. //$cfg['Servers'][$i]['only_db']       = '';          // If set to a db-name, only
  36. //                                                    // this db is displayed in left frame
  37. //                                                    // It may also be an array of db-names, where sorting or
  38. der is relevant.
  39. //$cfg['Servers'][$i]['verbose']       = '';          // Verbose name for this host - leave blank to show the
  40. hostname
  41. //
  42. //$cfg['Servers'][$i]['pmadb']         = 'phpmyadmin';// Database used for Relation, Bookmark and PDF Features
  43. //                                                    // (see scripts/create_tables.sql)
  44. //                                                    //   - leave blank for no support
  45. //                                                    //     DEFAULT: 'phpmyadmin'
  46. //$cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';// Bookmark table
  47. //                                                    //   - leave blank for no bookmark support
  48. //                                                    //     DEFAULT: 'pma_bookmark'
  49. //$cfg['Servers'][$i]['relation']      = 'pma_relation';// table to describe the relation between links (see d
  50. oc)
  51. //                                                    //   - leave blank for no relation-links support
  52. //                                                    //     DEFAULT: 'pma_relation'
  53. //$cfg['Servers'][$i]['table_info']    = 'pma_table_info';// table to describe the display fields
  54. //                                                    //   - leave blank for no display fields support
  55. //                                                    //     DEFAULT: 'pma_table_info'
  56. //$cfg['Servers'][$i]['table_coords']  = 'pma_table_coords';// table to describe the tables position for the PDF schema
  57. //                                                    //   - leave blank for no PDF schema support
  58. //                                                    //     DEFAULT: 'pma_table_coords'
  59. //$cfg['Servers'][$i]['pdf_pages']     = 'pma_pdf_pages';// table to describe pages of relationpdf
  60. //                                                    //   - leave blank if you don't want to use this
  61. //                                                    //     DEFAULT: 'pma_pdf_pages'
  62. //$cfg['Servers'][$i]['column_info']   = 'pma_column_info';// table to store column information
  63. //                                                    //   - leave blank for no column comments/mime types
  64. //                                                    //     DEFAULT: 'pma_column_info'
  65. //$cfg['Servers'][$i]['history']       = 'pma_history';// table to store SQL history
  66. //                                                    //   - leave blank for no SQL query history
  67. //                                                    //     DEFAULT: 'pma_history'
  68. //$cfg['Servers'][$i]['verbose_check'] = TRUE;        // set to FALSE if you know that your pma_* tables
  69. //                                                    // are up to date. This prevents compatibility
  70. //                                                    // checks and thereby increases performance.
  71. //$cfg['Servers'][$i]['AllowRoot']     = TRUE;        // whether to allow root login
  72. //$cfg['Servers'][$i]['AllowDeny']['order']           // Host authentication order, leave blank to not use
  73. //                                     = '';
  74. //$cfg['Servers'][$i]['AllowDeny']['rules']           // Host authentication rules, leave blank for defaults
  75. //                                     = array();
  76. ?>


 
J'ai installé Apache, PHP et Mysql-server depuis APT. Je les ai configuré et tout a fonctionné sans problème.
 
Afin de rendre plus intuitif l'administration de BDD mysql aux gens que j'héberge, j'ai voulu installer phpmyadmin.  
 
Bon, vu que j'avais déjà fait ça auparavant et que ça ne m'avait jamais posé de soucis (entendez par là qu'un apt-get install phpmyadmin + attribution du pass de root suffisait pour que tout fonctionne, y compris l'administration à distance).
 
J'ai donc lancé phpmyadmin depuis le serveur via une déportation de konqueror (ahem)en X avec Cygwin sur une autre machine (n'ayant pas d'écran pour administrer le serveur je passe par cygwin pour les taches graphiques). Là je me log, sans mot de pass biensur, hop j'arrive dans la config de phpmyadmin, on me rappel qu'il n'y a pas de password, j'en entre un (depuis la petite entrée en bas, sans même aller dans les tables utilisateurs), je l'entre les deux, ça met à jour les password, je recharge. Je ne peux pas me connecter, normal il faut le pass.. Je l'entre, et là :

Citation :

#1045 - Access denied for user: 'root@localhost' (Using password: NO)


J'essaye de passer via un shell a l'aide de mysql -u root -p, j'entre le password, même problème.
 
Bon, je fais de multiple essais, rien ne change.. Je désinstall via un apt-get --purge remove phpmyadmin et  apt-get --purge remove mysql-server (je suis vraiment pas difficile..). Je réinstall, toujours le même problème.. Ne trouvant aucune réponse, je laisse tomber.
 
Je reviens quelque semaines après voulant vraiment règler ce problème, j'ai refait les mêmes manip et là très curieusement, depuis peu j'arrive à me loguer via le shell avec la commande cidessus. Seulement, je n'ai toujours pas accès à phpmyadmin, même si j'arrive à m'y loguer via le shell.
 
 
Bref, je comprends vraiment plus rien :(
 
Quelqu'un, un expert (parcequ'à ce stade..) pourrait-il m'aider, j'ai écumé un grand nombre de forum sans trouver personne pouvant m'aider ou étant dans la même situation que moi.
 
Donc d'où est-ce que ça pourrait venir d'après vous ?
 
Merci bien.


Message édité par nuitn0ir le 28-12-2005 à 18:36:30
mood
Publicité
Posté le 26-12-2005 à 22:38:34  profilanswer
 

n°765932
freds45
Posté le 26-12-2005 à 22:41:36  profilanswer
 

(je déplace dans OSA :jap: )


---------------
Filmstory : gardez trace des films que vous avez vu ! :D
n°766249
nuitn0ir
Posté le 27-12-2005 à 21:40:07  profilanswer
 

Merci, mais sinon, personne n'a une petite idée.. ?

n°766424
nuitn0ir
Posté le 28-12-2005 à 18:40:24  profilanswer
 

J'ai fait plusieurs tests avec d'autre gestionnaire pour Mysql, et il semblerait que je rencontre avec tous un problème pour me loguer. A savoir que j'ai fait des tests avec le client de base mysql, il n'y a qu'avec celui-ci que j'arrive à me loguer.
 
Ce qui m'amène à penser que mon php.ini est foireux quelquepart, aussi le voici :
 

Code :
  1. [PHP]
  2. ;;;;;;;;;;;
  3. ; WARNING ;
  4. ;;;;;;;;;;;
  5. ; This is the default settings file for new PHP installations.
  6. ; By default, PHP installs itself with a configuration suitable for
  7. ; development purposes, and *NOT* for production purposes.
  8. ; For several security-oriented considerations that should be taken
  9. ; before going online with your site, please consult php.ini-recommended
  10. ; and http://php.net/manual/en/security.php.
  11. ;;;;;;;;;;;;;;;;;;;
  12. ; About this file ;
  13. ;;;;;;;;;;;;;;;;;;;
  14. ; This file controls many aspects of PHP's behavior.  In order for PHP to
  15. ; read it, it must be named 'php.ini'.  PHP looks for it in the current
  16. ; working directory, in the path designated by the environment variable
  17. ; PHPRC, and in the path that was defined in compile time (in that order).
  18. ; Under Windows, the compile-time path is the Windows directory.  The
  19. ; path in which the php.ini file is looked for can be overridden using
  20. ; the -c argument in command line mode.
  21. ;
  22. ; The syntax of the file is extremely simple.  Whitespace and Lines
  23. ; beginning with a semicolon are silently ignored (as you probably guessed).
  24. ; Section headers (e.g. [Foo]) are also silently ignored, even though
  25. ; they might mean something in the future.
  26. ;
  27. ; Directives are specified using the following syntax:
  28. ; directive = value
  29. ; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
  30. ;
  31. ; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one
  32. ; of the INI constants (On, Off, True, False, Yes, No and None) or an expression
  33. ; (e.g. E_ALL & ~E_NOTICE), or a quoted string ("foo" ).
  34. ;
  35. ; Expressions in the INI file are limited to bitwise operators and parentheses:
  36. ; |        bitwise OR
  37. ; &        bitwise AND
  38. ; ~        bitwise NOT
  39. ; !        boolean NOT
  40. ;
  41. ; Boolean flags can be turned on using the values 1, On, True or Yes.
  42. ; They can be turned off using the values 0, Off, False or No.
  43. ;
  44. ; An empty string can be denoted by simply not writing anything after the equal
  45. ; sign, or by using the None keyword:
  46. ;
  47. ;  foo =         ; sets foo to an empty string
  48. ;  foo = none    ; sets foo to an empty string
  49. ;  foo = "none"  ; sets foo to the string 'none'
  50. ;
  51. ; If you use constants in your value, and these constants belong to a
  52. ; dynamically loaded extension (either a PHP extension or a Zend extension),
  53. ; you may only use these constants *after* the line that loads the extension.
  54. ;
  55. ; All the values in the php.ini-dist file correspond to the builtin
  56. ; defaults (that is, if no php.ini is used, or if you delete these lines,
  57. ; the builtin defaults will be identical).
  58. ;;;;;;;;;;;;;;;;;;;;
  59. ; Language Options ;
  60. ;;;;;;;;;;;;;;;;;;;;
  61. ; Enable the PHP scripting language engine under Apache.
  62. engine = On
  63. ; Allow the <? tag.  Otherwise, only <?php and <script> tags are recognized. 
  64. ; NOTE: Using short tags should be avoided when developing applications or
  65. ; libraries that are meant for redistribution, or deployment on PHP
  66. ; servers which are not under your control, because short tags may not
  67. ; be supported on the target server. For portable, redistributable code,
  68. ; be sure not to use short tags.
  69. short_open_tag = On
  70. ; Allow ASP-style <% %> tags.
  71. asp_tags = Off
  72. ; The number of significant digits displayed in floating point numbers.
  73. precision    =  12
  74. ; Enforce year 2000 compliance (will cause problems with non-compliant browsers)
  75. y2k_compliance = On
  76. ; Output buffering allows you to send header lines (including cookies) even
  77. ; after you send body content, at the price of slowing PHP's output layer a
  78. ; bit.  You can enable output buffering during runtime by calling the output
  79. ; buffering functions.  You can also enable output buffering for all files by
  80. ; setting this directive to On.  If you wish to limit the size of the buffer
  81. ; to a certain size - you can use a maximum number of bytes instead of 'On', as
  82. ; a value for this directive (e.g., output_buffering=4096).
  83. output_buffering = Off
  84. ; You can redirect all of the output of your scripts to a function.  For
  85. ; example, if you set output_handler to "mb_output_handler", character
  86. ; encoding will be transparently converted to the specified encoding.
  87. ; Setting any output handler automatically turns on output buffering.
  88. ; Note: People who wrote portable scripts should not depend on this ini
  89. ;       directive. Instead, explicitly set the output handler using ob_start().
  90. ;       Using this ini directive may cause problems unless you know what script
  91. ;       is doing.
  92. ; Note: You cannot use both "mb_output_handler" with "ob_iconv_handler"
  93. ;       and you cannot use both "ob_gzhandler" and "zlib.output_compression".
  94. ;output_handler =
  95. ; Transparent output compression using the zlib library
  96. ; Valid values for this option are 'off', 'on', or a specific buffer size
  97. ; to be used for compression (default is 4KB)
  98. ; Note: Resulting chunk size may vary due to nature of compression. PHP
  99. ;       outputs chunks that are few hundreds bytes each as a result of
  100. ;       compression. If you prefer a larger chunk size for better
  101. ;       performance, enable output_buffering in addition.
  102. ; Note: You need to use zlib.output_handler instead of the standard
  103. ;       output_handler, or otherwise the output will be corrupted.
  104. zlib.output_compression = Off
  105. ; You cannot specify additional output handlers if zlib.output_compression
  106. ; is activated here. This setting does the same as output_handler but in
  107. ; a different order.
  108. ;zlib.output_handler =
  109. ; Implicit flush tells PHP to tell the output layer to flush itself
  110. ; automatically after every output block.  This is equivalent to calling the
  111. ; PHP function flush() after each and every call to print() or echo() and each
  112. ; and every HTML block.  Turning this option on has serious performance
  113. ; implications and is generally recommended for debugging purposes only.
  114. implicit_flush = Off
  115. ; The unserialize callback function will be called (with the undefined class'
  116. ; name as parameter), if the unserializer finds an undefined class
  117. ; which should be instanciated.
  118. ; A warning appears if the specified function is not defined, or if the
  119. ; function doesn't include/implement the missing class.
  120. ; So only set this entry, if you really want to implement such a
  121. ; callback-function.
  122. unserialize_callback_func=
  123. ; When floats & doubles are serialized store serialize_precision significant
  124. ; digits after the floating point. The default value ensures that when floats
  125. ; are decoded with unserialize, the data will remain the same.
  126. serialize_precision = 100
  127. ; Whether to enable the ability to force arguments to be passed by reference
  128. ; at function call time.  This method is deprecated and is likely to be
  129. ; unsupported in future versions of PHP/Zend.  The encouraged method of
  130. ; specifying which arguments should be passed by reference is in the function
  131. ; declaration.  You're encouraged to try and turn this option Off and make
  132. ; sure your scripts work properly with it in order to ensure they will work
  133. ; with future versions of the language (you will receive a warning each time
  134. ; you use this feature, and the argument will be passed by value instead of by
  135. ; reference).
  136. allow_call_time_pass_reference = On
  137. ; Safe Mode
  138. ;
  139. safe_mode = On
  140. ; By default, Safe Mode does a UID compare check when
  141. ; opening files. If you want to relax this to a GID compare,
  142. ; then turn on safe_mode_gid.
  143. safe_mode_gid = On
  144. ; When safe_mode is on, UID/GID checks are bypassed when
  145. ; including files from this directory and its subdirectories.
  146. ; (directory must also be in include_path or full path must
  147. ; be used when including)
  148. safe_mode_include_dir =       
  149. ; When safe_mode is on, only executables located in the safe_mode_exec_dir
  150. ; will be allowed to be executed via the exec family of functions.
  151. safe_mode_exec_dir =
  152. ; Setting certain environment variables may be a potential security breach.
  153. ; This directive contains a comma-delimited list of prefixes.  In Safe Mode,
  154. ; the user may only alter environment variables whose names begin with the
  155. ; prefixes supplied here.  By default, users will only be able to set
  156. ; environment variables that begin with PHP_ (e.g. PHP_FOO=BAR).
  157. ;
  158. ; Note:  If this directive is empty, PHP will let the user modify ANY
  159. ; environment variable!
  160. safe_mode_allowed_env_vars = PHP_
  161. ; This directive contains a comma-delimited list of environment variables that
  162. ; the end user won't be able to change using putenv().  These variables will be
  163. ; protected even if safe_mode_allowed_env_vars is set to allow to change them.
  164. safe_mode_protected_env_vars = LD_LIBRARY_PATH
  165. ; open_basedir, if set, limits all file operations to the defined directory
  166. ; and below.  This directive makes most sense if used in a per-directory
  167. ; or per-virtualhost web server configuration file. This directive is
  168. ; *NOT* affected by whether Safe Mode is turned On or Off.
  169. ;open_basedir =
  170. ; This directive allows you to disable certain functions for security reasons.
  171. ; It receives a comma-delimited list of function names. This directive is
  172. ; *NOT* affected by whether Safe Mode is turned On or Off.
  173. disable_functions =
  174. ; This directive allows you to disable certain classes for security reasons.
  175. ; It receives a comma-delimited list of class names. This directive is
  176. ; *NOT* affected by whether Safe Mode is turned On or Off.
  177. disable_classes =
  178. ; Colors for Syntax Highlighting mode.  Anything that's acceptable in
  179. ; <font color="??????"> would work.
  180. ;highlight.string  = #DD0000
  181. ;highlight.comment = #FF9900
  182. ;highlight.keyword = #007700
  183. ;highlight.bg      = #FFFFFF
  184. ;highlight.default = #0000BB
  185. ;highlight.html    = #000000
  186. ;
  187. ; Misc
  188. ;
  189. ; Decides whether PHP may expose the fact that it is installed on the server
  190. ; (e.g. by adding its signature to the Web server header).  It is no security
  191. ; threat in any way, but it makes it possible to determine whether you use PHP
  192. ; on your server or not.
  193. expose_php = Off
  194. ;;;;;;;;;;;;;;;;;;;
  195. ; Resource Limits ;
  196. ;;;;;;;;;;;;;;;;;;;
  197. max_execution_time = 30     ; Maximum execution time of each script, in seconds
  198. max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
  199. memory_limit = 8M      ; Maximum amount of memory a script may consume (8MB)
  200. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  201. ; Error handling and logging ;
  202. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  203. ; error_reporting is a bit-field.  Or each number up to get desired error
  204. ; reporting level
  205. ; E_ALL             - All errors and warnings
  206. ; E_ERROR           - fatal run-time errors
  207. ; E_WARNING         - run-time warnings (non-fatal errors)
  208. ; E_PARSE           - compile-time parse errors
  209. ; E_NOTICE          - run-time notices (these are warnings which often result
  210. ;                     from a bug in your code, but it's possible that it was
  211. ;                     intentional (e.g., using an uninitialized variable and
  212. ;                     relying on the fact it's automatically initialized to an
  213. ;                     empty string)
  214. ; E_CORE_ERROR      - fatal errors that occur during PHP's initial startup
  215. ; E_CORE_WARNING    - warnings (non-fatal errors) that occur during PHP's
  216. ;                     initial startup
  217. ; E_COMPILE_ERROR   - fatal compile-time errors
  218. ; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
  219. ; E_USER_ERROR      - user-generated error message
  220. ; E_USER_WARNING    - user-generated warning message
  221. ; E_USER_NOTICE     - user-generated notice message
  222. ;
  223. ; Examples:
  224. ;
  225. ;   - Show all errors, except for notices
  226. ;
  227. ;error_reporting = E_ALL & ~E_NOTICE
  228. ;
  229. ;   - Show only errors
  230. ;
  231. ;error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
  232. ;
  233. ;   - Show all errors except for notices
  234. ;
  235. error_reporting  =  E_ALL & ~E_NOTICE
  236. ; Print out errors (as a part of the output).  For production web sites,
  237. ; you're strongly encouraged to turn this feature off, and use error logging
  238. ; instead (see below).  Keeping display_errors enabled on a production web site
  239. ; may reveal security information to end users, such as file paths on your Web
  240. ; server, your database schema or other information.
  241. display_errors = On
  242. ; Even when display_errors is on, errors that occur during PHP's startup
  243. ; sequence are not displayed.  It's strongly recommended to keep
  244. ; display_startup_errors off, except for when debugging.
  245. display_startup_errors = Off
  246. ; Log errors into a log file (server-specific log, stderr, or error_log (below))
  247. ; As stated above, you're strongly advised to use error logging in place of
  248. ; error displaying on production web sites.
  249. log_errors = On
  250. ; Set maximum length of log_errors. In error_log information about the source is
  251. ; added. The default is 1024 and 0 allows to not apply any maximum length at all.
  252. log_errors_max_len = 1024
  253. ; Do not log repeated messages. Repeated errors must occur in same file on same
  254. ; line until ignore_repeated_source is set true.
  255. ignore_repeated_errors = Off
  256. ; Ignore source of message when ignoring repeated messages. When this setting
  257. ; is On you will not log errors with repeated messages from different files or
  258. ; sourcelines.
  259. ignore_repeated_source = Off
  260. ; If this parameter is set to Off, then memory leaks will not be shown (on
  261. ; stdout or in the log). This has only effect in a debug compile, and if
  262. ; error reporting includes E_WARNING in the allowed list
  263. report_memleaks = On
  264. ; Store the last error/warning message in $php_errormsg (boolean).
  265. track_errors = Off
  266. ; Disable the inclusion of HTML tags in error messages.
  267. ;html_errors = Off
  268.  
  269. ; If html_errors is set On PHP produces clickable error messages that direct
  270. ; to a page describing the error or function causing the error in detail.
  271. ; You can download a copy of the PHP manual from http://www.php.net/docs.php
  272. ; and change docref_root to the base URL of your local copy including the
  273. ; leading '/'. You must also specify the file extension being used including
  274. ; the dot.
  275. ;docref_root = "/phpmanual/"
  276. ;docref_ext = .html
  277.  
  278. ; String to output before an error message.
  279. ;error_prepend_string = "<font color=ff0000>"
  280. ; String to output after an error message.
  281. ;error_append_string = "</font>"
  282. ; Log errors to specified file.
  283. ;error_log = filename
  284. ; Log errors to syslog (Event Log on NT, not valid in Windows 95).
  285. ;error_log = syslog
  286. ;;;;;;;;;;;;;;;;;
  287. ; Data Handling ;
  288. ;;;;;;;;;;;;;;;;;
  289. ;
  290. ; Note - track_vars is ALWAYS enabled as of PHP 4.0.3
  291. ; The separator used in PHP generated URLs to separate arguments.
  292. ; Default is "&".
  293. ;arg_separator.output = "&amp;"
  294. ; List of separator(s) used by PHP to parse input URLs into variables.
  295. ; Default is "&".
  296. ; NOTE: Every character in this directive is considered as separator!
  297. ;arg_separator.input = ";&"
  298. ; This directive describes the order in which PHP registers GET, POST, Cookie,
  299. ; Environment and Built-in variables (G, P, C, E & S respectively, often
  300. ; referred to as EGPCS or GPC).  Registration is done from left to right, newer
  301. ; values override older values.
  302. variables_order = "EGPCS"
  303. ; Whether or not to register the EGPCS variables as global variables.  You may
  304. ; want to turn this off if you don't want to clutter your scripts' global scope
  305. ; with user data.  This makes most sense when coupled with track_vars - in which
  306. ; case you can access all of the GPC variables through the $HTTP_*_VARS[],
  307. ; variables.
  308. ;
  309. ; You should do your best to write your scripts so that they do not require
  310. ; register_globals to be on;  Using form variables as globals can easily lead
  311. ; to possible security problems, if the code is not very well thought of.
  312. register_globals = Off
  313. ; This directive tells PHP whether to declare the argv&argc variables (that
  314. ; would contain the GET information).  If you don't use these variables, you
  315. ; should turn it off for increased performance.
  316. register_argc_argv = On
  317. ; Maximum size of POST data that PHP will accept.
  318. post_max_size = 8M
  319. ; This directive is deprecated.  Use variables_order instead.
  320. gpc_order = "GPC"
  321. ; Magic quotes
  322. ;
  323. ; Magic quotes for incoming GET/POST/Cookie data.
  324. magic_quotes_gpc = On
  325. ; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
  326. magic_quotes_runtime = On   
  327. ; Use Sybase-style magic quotes (escape ' with '' instead of \').
  328. magic_quotes_sybase = Off
  329. ; Automatically add files before or after any PHP document.
  330. auto_prepend_file =
  331. auto_append_file =
  332. ; As of 4.0b4, PHP always outputs a character encoding by default in
  333. ; the Content-type: header.  To disable sending of the charset, simply
  334. ; set it to be empty.
  335. ;
  336. ; PHP's built-in default is text/html
  337. default_mimetype = "text/html"
  338. ;default_charset = "iso-8859-1"
  339. ; Always populate the $HTTP_RAW_POST_DATA variable.
  340. ;always_populate_raw_post_data = On
  341. ;;;;;;;;;;;;;;;;;;;;;;;;;
  342. ; Paths and Directories ;
  343. ;;;;;;;;;;;;;;;;;;;;;;;;;
  344. ; UNIX: "/path1:/path2" 
  345. ;include_path = ".:/usr/share/php"
  346. ;
  347. ; Windows: "\path1;\path2"
  348. ;include_path = ".;c:\php\includes"
  349. ; The root of the PHP pages, used only if nonempty.
  350. ; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root
  351. ; if you are running php as a CGI under any web server (other than IIS)
  352. ; see documentation for security issues.  The alternate is to use the
  353. ; cgi.force_redirect configuration below
  354. doc_root =
  355. ; The directory under which PHP opens the script using /~username used only
  356. ; if nonempty.
  357. user_dir =
  358. ; Directory in which the loadable extensions (modules) reside.
  359. ; extension_dir = "./"
  360. ; Whether or not to enable the dl() function.  The dl() function does NOT work
  361. ; properly in multithreaded servers, such as IIS or Zeus, and is automatically
  362. ; disabled on them.
  363. enable_dl = On
  364. ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
  365. ; most web servers.  Left undefined, PHP turns this on by default.  You can
  366. ; turn it off here AT YOUR OWN RISK
  367. ; **You CAN safely turn this off for IIS, in fact, you MUST.**
  368. ; cgi.force_redirect = 1
  369. ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
  370. ; every request.
  371. ; cgi.nph = 1
  372. ; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape
  373. ; (iPlanet) web servers, you MAY need to set an environment variable name that PHP
  374. ; will look for to know it is OK to continue execution.  Setting this variable MAY
  375. ; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
  376. ; cgi.redirect_status_env = ;
  377. ; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI.  PHP's
  378. ; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
  379. ; what PATH_INFO is.  For more information on PATH_INFO, see the cgi specs.  Setting
  380. ; this to 1 will cause PHP CGI to fix it's paths to conform to the spec.  A setting
  381. ; of zero causes PHP to behave as before.  Default is zero.  You should fix your scripts
  382. ; to use SCRIPT_FILENAME rather than PATH_TRANSLATED.
  383. ; cgi.fix_pathinfo=0
  384. ; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate
  385. ; security tokens of the calling client.  This allows IIS to define the
  386. ; security context that the request runs under.  mod_fastcgi under Apache
  387. ; does not currently support this feature (03/17/2002)
  388. ; Set to 1 if running under IIS.  Default is zero.
  389. ; fastcgi.impersonate = 1;
  390. ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
  391. ; use when sending HTTP response code. If it's set 0 PHP sends Status: header that
  392. ; is supported by Apache. When this option is set to 1 PHP will send
  393. ; RFC2616 compliant header.
  394. ; Default is zero.
  395. ;cgi.rfc2616_headers = 0
  396. ;;;;;;;;;;;;;;;;
  397. ; File Uploads ;
  398. ;;;;;;;;;;;;;;;;
  399. ; Whether to allow HTTP file uploads.
  400. file_uploads = On
  401. ; Temporary directory for HTTP uploaded files (will use system default if not
  402. ; specified).
  403. ;upload_tmp_dir =
  404. ; Maximum allowed size for uploaded files.
  405. upload_max_filesize = 2M
  406. ;;;;;;;;;;;;;;;;;;
  407. ; Fopen wrappers ;
  408. ;;;;;;;;;;;;;;;;;;
  409. ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
  410. allow_url_fopen = Off
  411. ; Define the anonymous ftp password (your email address)
  412. ;from="john@doe.com"
  413. ; Define the User-Agent string
  414. ; user_agent="PHP"
  415. ; Default timeout for socket based streams (seconds)
  416. default_socket_timeout = 60
  417. ; If your scripts have to deal with files from Macintosh systems,
  418. ; or you are running on a Mac and need to deal with files from
  419. ; unix or win32 systems, setting this flag will cause PHP to
  420. ; automatically detect the EOL character in those files so that
  421. ; fgets() and file() will work regardless of the source of the file.
  422. ; auto_detect_line_endings = Off
  423. ;;;;;;;;;;;;;;;;;;;;;;
  424. ; Dynamic Extensions ;
  425. ;;;;;;;;;;;;;;;;;;;;;;
  426. ;
  427. ; If you wish to have an extension loaded automatically, use the following
  428. ; syntax:
  429. ;
  430. ;   extension=modulename.extension
  431. ;
  432. ; For example, on Windows:
  433. ;
  434. ;   extension=msql.dll
  435. ;
  436. ; ... or under UNIX:
  437. ;
  438. ;   extension=msql.so
  439. ;
  440. ; Note that it should be the name of the module only; no directory information
  441. ; needs to go here.  Specify the location of the extension with the
  442. ; extension_dir directive above.
  443. ; Example lines:
  444. extension=mysql.so
  445. ;extension=gd.so
  446. ;;;;;;;;;;;;;;;;;;;
  447. ; Module Settings ;
  448. ;;;;;;;;;;;;;;;;;;;
  449. [Syslog]
  450. ; Whether or not to define the various syslog variables (e.g. $LOG_PID,
  451. ; $LOG_CRON, etc.).  Turning it off is a good idea performance-wise.  In
  452. ; runtime, you can define these variables by calling define_syslog_variables().
  453. define_syslog_variables  = Off
  454. [mail function]
  455. ; For Win32 only.
  456. SMTP = localhost
  457. smtp_port = 25
  458. ; For Win32 only.
  459. ;sendmail_from = me@example.com
  460. ; For Unix only.  You may supply arguments as well (default: "sendmail -t -i" ).
  461. ;sendmail_path =
  462. [Java]
  463. ;java.class.path = .\php_java.jar
  464. ;java.home = c:\jdk
  465. ;java.library = c:\jdk\jre\bin\hotspot\jvm.dll
  466. ;java.library.path = .\
  467. [SQL]
  468. sql.safe_mode = On
  469. [ODBC]
  470. ;odbc.default_db    =  Not yet implemented
  471. ;odbc.default_user  =  Not yet implemented
  472. ;odbc.default_pw    =  Not yet implemented
  473. ; Allow or prevent persistent links.
  474. odbc.allow_persistent = On
  475. ; Check that a connection is still valid before reuse.
  476. odbc.check_persistent = On
  477. ; Maximum number of persistent links.  -1 means no limit.
  478. odbc.max_persistent = -1
  479. ; Maximum number of links (persistent + non-persistent).  -1 means no limit.
  480. odbc.max_links = -1 
  481. ; Handling of LONG fields.  Returns number of bytes to variables.  0 means
  482. ; passthru.
  483. odbc.defaultlrl = 4096 
  484. ; Handling of binary data.  0 means passthru, 1 return as is, 2 convert to char.
  485. ; See the documentation on odbc_binmode and odbc_longreadlen for an explanation
  486. ; of uodbc.defaultlrl and uodbc.defaultbinmode
  487. odbc.defaultbinmode = 1 
  488. [MySQL]
  489. ; Allow or prevent persistent links.
  490. mysql.allow_persistent = On
  491. ; Maximum number of persistent links.  -1 means no limit.
  492. mysql.max_persistent = -1
  493. ; Maximum number of links (persistent + non-persistent).  -1 means no limit.
  494. mysql.max_links = -1
  495. ; Default port number for mysql_connect().  If unset, mysql_connect() will use
  496. ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
  497. ; compile-time value defined MYSQL_PORT (in that order).  Win32 will only look
  498. ; at MYSQL_PORT.
  499. mysql.default_port =
  500. ; Default socket name for local MySQL connects.  If empty, uses the built-in
  501. ; MySQL defaults.
  502. mysql.default_socket =
  503. ; Default host for mysql_connect() (doesn't apply in safe mode).
  504. mysql.default_host =
  505. ; Default user for mysql_connect() (doesn't apply in safe mode).
  506. mysql.default_user =
  507. ; Default password for mysql_connect() (doesn't apply in safe mode).
  508. ; Note that this is generally a *bad* idea to store passwords in this file.
  509. ; *Any* user with PHP access can run 'echo get_cfg_var("mysql.default_password" )
  510. ; and reveal this password!  And of course, any users with read access to this
  511. ; file will be able to reveal the password as well.
  512. mysql.default_password =
  513. ; Maximum time (in seconds) for connect timeout. -1 means no limit
  514. mysql.connect_timeout = 60
  515. ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
  516. ; SQL-Errors will be displayed.
  517. mysql.trace_mode = Off
  518. [mSQL]
  519. ; Allow or prevent persistent links.
  520. msql.allow_persistent = On
  521. ; Maximum number of persistent links.  -1 means no limit.
  522. msql.max_persistent = -1
  523. ; Maximum number of links (persistent+non persistent).  -1 means no limit.
  524. msql.max_links = -1
  525. [PostgresSQL]
  526. ; Allow or prevent persistent links.
  527. pgsql.allow_persistent = On
  528. ; Detect broken persistent links always with pg_pconnect(). Need a little overhead.
  529. pgsql.auto_reset_persistent = Off
  530. ; Maximum number of persistent links.  -1 means no limit.
  531. pgsql.max_persistent = -1
  532. ; Maximum number of links (persistent+non persistent).  -1 means no limit.
  533. pgsql.max_links = -1
  534. ; Ignore PostgreSQL backends Notice message or not.
  535. pgsql.ignore_notice = 0
  536. ; Log PostgreSQL backends Noitce message or not.
  537. ; Unless pgsql.ignore_notice=0, module cannot log notice message.
  538. pgsql.log_notice = 0
  539. [Sybase]
  540. ; Allow or prevent persistent links.
  541. sybase.allow_persistent = On
  542. ; Maximum number of persistent links.  -1 means no limit.
  543. sybase.max_persistent = -1
  544. ; Maximum number of links (persistent + non-persistent).  -1 means no limit.
  545. sybase.max_links = -1
  546. ;sybase.interface_file = "/usr/sybase/interfaces"
  547. ; Minimum error severity to display.
  548. sybase.min_error_severity = 10
  549. ; Minimum message severity to display.
  550. sybase.min_message_severity = 10
  551. ; Compatability mode with old versions of PHP 3.0.
  552. ; If on, this will cause PHP to automatically assign types to results according
  553. ; to their Sybase type, instead of treating them all as strings.  This
  554. ; compatibility mode will probably not stay around forever, so try applying
  555. ; whatever necessary changes to your code, and turn it off.
  556. sybase.compatability_mode = Off
  557. [Sybase-CT]
  558. ; Allow or prevent persistent links.
  559. sybct.allow_persistent = On
  560. ; Maximum number of persistent links.  -1 means no limit.
  561. sybct.max_persistent = -1
  562. ; Maximum number of links (persistent + non-persistent).  -1 means no limit.
  563. sybct.max_links = -1
  564. ; Minimum server message severity to display.
  565. sybct.min_server_severity = 10
  566. ; Minimum client message severity to display.
  567. sybct.min_client_severity = 10
  568. [dbx]
  569. ; returned column names can be converted for compatibility reasons
  570. ; possible values for dbx.colnames_case are
  571. ; "unchanged" (default, if not set)
  572. ; "lowercase"
  573. ; "uppercase"
  574. ; the recommended default is either upper- or lowercase, but
  575. ; unchanged is currently set for backwards compatibility
  576. dbx.colnames_case = "unchanged"
  577. [bcmath]
  578. ; Number of decimal digits for all bcmath functions.
  579. bcmath.scale = 0
  580. [browscap]
  581. ;browscap = extra/browscap.ini
  582. [Informix]
  583. ; Default host for ifx_connect() (doesn't apply in safe mode).
  584. ifx.default_host =
  585. ; Default user for ifx_connect() (doesn't apply in safe mode).
  586. ifx.default_user =
  587. ; Default password for ifx_connect() (doesn't apply in safe mode).
  588. ifx.default_password =
  589. ; Allow or prevent persistent links.
  590. ifx.allow_persistent = On
  591. ; Maximum number of persistent links.  -1 means no limit.
  592. ifx.max_persistent = -1
  593. ; Maximum number of links (persistent + non-persistent).  -1 means no limit.
  594. ifx.max_links = -1
  595. ; If on, select statements return the contents of a text blob instead of its id.
  596. ifx.textasvarchar = 0
  597. ; If on, select statements return the contents of a byte blob instead of its id.
  598. ifx.byteasvarchar = 0
  599. ; Trailing blanks are stripped from fixed-length char columns.  May help the
  600. ; life of Informix SE users.
  601. ifx.charasvarchar = 0
  602. ; If on, the contents of text and byte blobs are dumped to a file instead of
  603. ; keeping them in memory.
  604. ifx.blobinfile = 0
  605. ; NULL's are returned as empty strings, unless this is set to 1.  In that case,
  606. ; NULL's are returned as string 'NULL'.
  607. ifx.nullformat = 0
  608. [Session]
  609. ; Handler used to store/retrieve data.
  610. session.save_handler = files
  611. ; Argument passed to save_handler.  In the case of files, this is the path
  612. ; where data files are stored. Note: Windows users have to change this
  613. ; variable in order to use PHP's session functions.
  614. ; As of PHP 4.0.1, you can define the path as:
  615. ;     session.save_path = "N;/path"
  616. ; where N is an integer.  Instead of storing all the session files in
  617. ; /path, what this will do is use subdirectories N-levels deep, and
  618. ; store the session data in those directories.  This is useful if you
  619. ; or your OS have problems with lots of files in one directory, and is
  620. ; a more efficient layout for servers that handle lots of sessions.
  621. ; NOTE 1: PHP will not create this directory structure automatically.
  622. ;         You can use the script in the ext/session dir for that purpose.
  623. ; NOTE 2: See the section on garbage collection below if you choose to
  624. ;         use subdirectories for session storage
  625. ;session.save_path = /var/lib/php4
  626. ; Whether to use cookies.
  627. session.use_cookies = 1
  628. ; This option enables administrators to make their users invulnerable to
  629. ; attacks which involve passing session ids in URLs; defaults to 0.
  630. ; session.use_only_cookies = 1
  631. ; Name of the session (used as cookie name).
  632. session.name = PHPSESSID
  633. ; Initialize session on request startup.
  634. session.auto_start = 0
  635. ; Lifetime in seconds of cookie or, if 0, until browser is restarted.
  636. session.cookie_lifetime = 0
  637. ; The path for which the cookie is valid.
  638. session.cookie_path = /
  639. ; The domain for which the cookie is valid.
  640. session.cookie_domain =
  641. ; Handler used to serialize data.  php is the standard serializer of PHP.
  642. session.serialize_handler = php
  643. ; Define the probability that the 'garbage collection' process is started
  644. ; on every session initialization.
  645. ; The probability is calculated by using gc_probability/gc_divisor,
  646. ; e.g. 1/100 means there is a 1% chance that the GC process starts
  647. ; on each request.
  648. ; This is disabled in the Debian packages, due to the strict permissions
  649. ; on /var/lib/php4.  Instead of setting this here, see the cronjob at
  650. ; /etc/cron.d/php4, which uses the session.gc_maxlifetime setting below
  651. ;session.gc_probability = 0
  652. session.gc_divisor     = 100
  653. ; After this number of seconds, stored data will be seen as 'garbage' and
  654. ; cleaned up by the garbage collection process.
  655. session.gc_maxlifetime = 1440
  656. ; NOTE: If you are using the subdirectory option for storing session files
  657. ;       (see session.save_path above), then garbage collection does *not*
  658. ;       happen automatically.  You will need to do your own garbage
  659. ;       collection through a shell script, cron entry, or some other method.
  660. ;       For example, the following script would is the equivalent of
  661. ;       setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
  662. ;          cd /path/to/sessions; find -cmin +24 | xargs rm
  663. ; PHP 4.2 and less have an undocumented feature/bug that allows you to
  664. ; to initialize a session variable in the global scope, albeit register_globals
  665. ; is disabled.  PHP 4.3 and later will warn you, if this feature is used.
  666. ; You can disable the feature and the warning separately. At this time,
  667. ; the warning is only displayed, if bug_compat_42 is enabled.
  668. session.bug_compat_42 = 1
  669. session.bug_compat_warn = 1
  670. ; Check HTTP Referer to invalidate externally stored URLs containing ids.
  671. ; HTTP_REFERER has to contain this substring for the session to be
  672. ; considered as valid.
  673. session.referer_check =
  674. ; How many bytes to read from the file.
  675. session.entropy_length = 0
  676. ; Specified here to create the session id.
  677. session.entropy_file =
  678. ;session.entropy_length = 16
  679. ;session.entropy_file = /dev/urandom
  680. ; Set to {nocache,private,public,} to determine HTTP caching aspects
  681. ; or leave this empty to avoid sending anti-caching headers.
  682. session.cache_limiter = nocache
  683. ; Document expires after n minutes.
  684. session.cache_expire = 180
  685. ; trans sid support is disabled by default.
  686. ; Use of trans sid may risk your users security.
  687. ; Use this option with caution.
  688. ; - User may send URL contains active session ID
  689. ;   to other person via. email/irc/etc.
  690. ; - URL that contains active session ID may be stored
  691. ;   in publically accessible computer.
  692. ; - User may access your site with the same session ID
  693. ;   always using URL stored in browser's history or bookmarks.
  694. session.use_trans_sid = 0
  695. ; The URL rewriter will look for URLs in a defined set of HTML tags.
  696. ; form/fieldset are special; if you include them here, the rewriter will
  697. ; add a hidden <input> field with the info which is otherwise appended
  698. ; to URLs.  If you want XHTML conformity, remove the form entry.
  699. ; Note that all valid entries require a "=", even if no value follows.
  700. url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
  701. [MSSQL]
  702. ; Allow or prevent persistent links.
  703. mssql.allow_persistent = On
  704. ; Maximum number of persistent links.  -1 means no limit.
  705. mssql.max_persistent = -1
  706. ; Maximum number of links (persistent+non persistent).  -1 means no limit.
  707. mssql.max_links = -1
  708. ; Minimum error severity to display.
  709. mssql.min_error_severity = 10
  710. ; Minimum message severity to display.
  711. mssql.min_message_severity = 10
  712. ; Compatability mode with old versions of PHP 3.0.
  713. mssql.compatability_mode = Off
  714. ; Connect timeout
  715. ;mssql.connect_timeout = 5
  716. ; Query timeout
  717. ;mssql.timeout = 60
  718. ; Valid range 0 - 2147483647.  Default = 4096.
  719. ;mssql.textlimit = 4096
  720. ; Valid range 0 - 2147483647.  Default = 4096.
  721. ;mssql.textsize = 4096
  722. ; Limits the number of records in each batch.  0 = all records in one batch.
  723. ;mssql.batchsize = 0
  724. ; Specify how datetime and datetim4 columns are returned
  725. ; On => Returns data converted to SQL server settings
  726. ; Off => Returns values as YYYY-MM-DD hh:mm:ss
  727. ;mssql.datetimeconvert = On
  728. ; Use NT authentication when connecting to the server
  729. mssql.secure_connection = Off
  730. ; Specify max number of processes. Default = 25
  731. ;mssql.max_procs = 25
  732. [Assertion]
  733. ; Assert(expr); active by default.
  734. ;assert.active = On
  735. ; Issue a PHP warning for each failed assertion.
  736. ;assert.warning = On
  737. ; Don't bail out by default.
  738. ;assert.bail = Off
  739. ; User-function to be called if an assertion fails.
  740. ;assert.callback = 0
  741. ; Eval the expression with current error_reporting().  Set to true if you want
  742. ; error_reporting(0) around the eval().
  743. ;assert.quiet_eval = 0
  744. [Ingres II]
  745. ; Allow or prevent persistent links.
  746. ingres.allow_persistent = On
  747. ; Maximum number of persistent links.  -1 means no limit.
  748. ingres.max_persistent = -1
  749. ; Maximum number of links, including persistents.  -1 means no limit.
  750. ingres.max_links = -1
  751. ; Default database (format: [node_id::]dbname[/srv_class]).
  752. ingres.default_database =
  753. ; Default user.
  754. ingres.default_user =
  755. ; Default password.
  756. ingres.default_password =
  757. [Verisign Payflow Pro]
  758. ; Default Payflow Pro server.
  759. pfpro.defaulthost = "test-payflow.verisign.com"
  760. ; Default port to connect to.
  761. pfpro.defaultport = 443
  762. ; Default timeout in seconds.
  763. pfpro.defaulttimeout = 30
  764. ; Default proxy IP address (if required).
  765. ;pfpro.proxyaddress =
  766. ; Default proxy port.
  767. ;pfpro.proxyport =
  768. ; Default proxy logon.
  769. ;pfpro.proxylogon =
  770. ; Default proxy password.
  771. ;pfpro.proxypassword =
  772. [com]
  773. ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
  774. ;com.typelib_file =
  775. ; allow Distributed-COM calls
  776. ;com.allow_dcom = true
  777. ; autoregister constants of a components typlib on com_load()
  778. ;com.autoregister_typelib = true
  779. ; register constants casesensitive
  780. ;com.autoregister_casesensitive = false
  781. ; show warnings on duplicate constat registrations
  782. ;com.autoregister_verbose = true
  783. [Printer]
  784. ;printer.default_printer = ""
  785. [mbstring]
  786. ; language for internal character representation.
  787. ;mbstring.language = Japanese
  788. ; internal/script encoding.
  789. ; Some encoding cannot work as internal encoding.
  790. ; (e.g. SJIS, BIG5, ISO-2022-*)
  791. ;mbstring.internal_encoding = EUC-JP
  792. ; http input encoding.
  793. ;mbstring.http_input = auto
  794. ; http output encoding. mb_output_handler must be
  795. ; registered as output buffer to function
  796. ;mbstring.http_output = SJIS
  797. ; enable automatic encoding translation accoding to
  798. ; mbstring.internal_encoding setting. Input chars are
  799. ; converted to internal encoding by setting this to On.
  800. ; Note: Do _not_ use automatic encoding translation for
  801. ;       portable libs/applications.
  802. ;mbstring.encoding_translation = Off
  803. ; automatic encoding detection order.
  804. ; auto means
  805. ;mbstring.detect_order = auto
  806. ; substitute_character used when character cannot be converted
  807. ; one from another
  808. ;mbstring.substitute_character = none;
  809. ; overload(replace) single byte functions by mbstring functions.
  810. ; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
  811. ; etc. Possible values are 0,1,2,4 or combination of them.
  812. ; For example, 7 for overload everything.
  813. ; 0: No overload
  814. ; 1: Overload mail() function
  815. ; 2: Overload str*() functions
  816. ; 4: Overload ereg*() functions
  817. ;mbstring.func_overload = 0
  818. [FrontBase]
  819. ;fbsql.allow_persistent = On
  820. ;fbsql.autocommit = On
  821. ;fbsql.default_database =
  822. ;fbsql.default_database_password =
  823. ;fbsql.default_host =
  824. ;fbsql.default_password =
  825. ;fbsql.default_user = "_SYSTEM"
  826. ;fbsql.generate_warnings = Off
  827. ;fbsql.max_connections = 128
  828. ;fbsql.max_links = 128
  829. ;fbsql.max_persistent = -1
  830. ;fbsql.max_results = 128
  831. ;fbsql.batchSize = 1000
  832. [Crack]
  833. ; Modify the setting below to match the directory location of the cracklib
  834. ; dictionary files.  Include the base filename, but not the file extension.
  835. ; crack.default_dictionary = "c:\php\lib\cracklib_dict"
  836. [exif]
  837. ; Exif UNICODE user comments are handled as UCS-2BE/UCS-2LE and JIS as JIS.
  838. ; With mbstring support this will automatically be converted into the encoding
  839. ; given by corresponding encode setting. When empty mbstring.internal_encoding
  840. ; is used. For the decode settings you can distinguish between motorola and
  841. ; intel byte order. A decode setting cannot be empty.
  842. ;exif.encode_unicode = ISO-8859-15
  843. ;exif.decode_unicode_motorola = UCS-2BE
  844. ;exif.decode_unicode_intel    = UCS-2LE
  845. ;exif.encode_jis =
  846. ;exif.decode_jis_motorola = JIS
  847. ;exif.decode_jis_intel    = JIS
  848. ; Local Variables:
  849. ; tab-width: 4
  850. ; End:


 
Je précise que j'ai testé aussi bien le login en local que depuis une autre machine, le résultat est toujours le même. Donc si quelqu'un voit d'où le problème vient, merci de me le faire savoir.


Message édité par nuitn0ir le 28-12-2005 à 18:44:16

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  réseaux et sécurité

  Update [phpmyadmin] impossible de s'y connecter

 

Sujets relatifs
[Debian Etch AMD64] Impossible d'accèder aux partitions NTFS en userImpossible d'installer ASUS UPDATE :(
impossible de graver un cd avec k3b sous mandriva 2005Maj impossible ...
impossible de générer des pages phpProblème d'update avec Bind
[Transcode/dvd::rip]Impossible de lire la table des matieresproblème d'installation de phpmyadmin sur mandriva 2006
[resolu]Impossible d'installer drivers NVIDIA sous Mandriva05 
Plus de sujets relatifs à : Update [phpmyadmin] impossible de s'y connecter


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR