Closed (fixed)
Project:
Drupal core
Version:
4.6.4
Component:
base system
Priority:
Critical
Category:
Task
Assigned:
Reporter:
Created:
6 Dec 2005 at 22:29 UTC
Updated:
2 Feb 2006 at 05:37 UTC
I have a different port number for the mySQL connection
$db_url = "mysql://username:Password@127.0.0.1:3306/database";
$db_prefix = '';
i set it this way which allows me to get to the logon screen but i think that the parse[url] is then striping it and not letting me get any further?
Where would i set the $port ?
I found in the database.mysql.inc this line
// Allow for non-standard MySQL port.
if (isset($url['port']))
how do i change it to a custom port?
Comments
Comment #1
dopry commentedIf you made it to drupal's logon screen the database connection has been made.
This sounds more like a support issue... Please use the forums or on IRC: #drupal-support