Your message dated Fri, 18 Feb 2011 20:59:17 +0100
with message-id <[email protected]>
and subject line Re: Bug#602018: drupal6: drupal MySQL password ended by '/'
causes error in the install process
has caused the Debian Bug report #602018,
regarding drupal6: drupal MySQL password ended by '/' causes error in the
install process
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
602018: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602018
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: drupal6
Version: 6.18-1
Severity: important
Hi,
If you choice a MySQL password ended by '/' (double '/' in my case), Drupal6
is not able
to quote the password in the database connection so it never success to connect
in the
install.php process.
The relevant error is not obvious because it complains about the user...
PK
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages drupal6 depends on:
ii apache2 2.2.16-3 Apache HTTP Server metapackage
ii apache2-mpm-prefork [httpd] 2.2.16-3 Apache HTTP Server - traditional n
ii curl 7.21.0-1 Get a file from an HTTP, HTTPS or
ii dbconfig-common 1.8.46 common framework for packaging dat
ii debconf [debconf-2.0] 1.5.36 Debian configuration management sy
ii mysql-client 5.1.49-1 MySQL database client (metapackage
ii mysql-client-5.1 [virtual-mys 5.1.49-1 MySQL database client binaries
ii php5 5.3.2-2 server-side, HTML-embedded scripti
ii php5-gd 5.3.2-2 GD module for php5
ii php5-mysql 5.3.2-2 MySQL module for php5
ii postfix [mail-transport-agent 2.7.1-1 High-performance mail transport ag
ii wwwconfig-common 0.2.1 Debian web auto configuration
Versions of packages drupal6 recommends:
ii mysql-server 5.1.49-1 MySQL database server (metapackage
ii mysql-server-5.1 [mysql-serve 5.1.49-1 MySQL database server binaries and
drupal6 suggests no packages.
-- Configuration Files:
/etc/drupal/6/htaccess changed [not included]
-- debconf information excluded
--- End Message ---
--- Begin Message ---
Hi Patrice,
From the /etc/drupal/6/sites/default/settings.php:
/**
* Database settings:
*
* Note that the $db_url variable gets parsed using PHP's built-in
* URL parser (i.e. using the "parse_url()" function) so make sure
* not to confuse the parser. If your username, password
* or database name contain characters used to delineate
* $db_url parts, you can escape them via URI hex encodings:
*
* : = %3a / = %2f @ = %40
* + = %2b ( = %28 ) = %29
* ? = %3f = = %3d & = %26
Instructions on how to escape special chars in the db connection string are in
the configuration file itself.
Regards,
L
--
Luigi Gangitano -- <[email protected]> -- <[email protected]>
GPG: 1024D/924C0C26: 12F8 9C03 89D3 DB4A 9972 C24A F19B A618 924C 0C26
--- End Message ---