I'm getting the following errors after entering the name of the database, password host name

# warning: parse_url(mysql://database_user:password@localhost/database_name) [function.parse-url]: Unable to parse URL in /home/mysite/public_html/sites/all/modules/drupalvb/drupalvb.inc on line 89.
# Invalid database connection for vBulletin. Please configure the connection in Drupal vB's settings
# warning: parse_url(mysql://database_user:password@localhost/database_name) [function.parse-url]: Unable to parse URL in /home/mysite/public_html/sites/all/modules/drupalvb/drupalvb.admin-pages.inc on line 80.
# warning: parse_url(mysql://database_user:password@localhost/database_name) [function.parse-url]: Unable to parse URL in /home/mysite/public_html/sites/all/modules/drupalvb/drupalvb.inc on line 89.

VB and Drupal are on two separate databases.

The server is setup where all the sites and data are located on one hard drive and the second hard drive is where the mysql databases are.

Comments

sun’s picture

Status: Active » Postponed (maintainer needs more info)

Are these your actual values?

mysql://database_user:password@localhost/database_name

My first guess would be that the underscore in the username might not be supported, dunno.

sun’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Sorry, without further information this issue can only be marked as won't fix.

Feel free to re-open this issue if you want to provide further information. Thanks.