Skip to content

use of hash (#) in mysql passwords affecting connection url parsing. #611

@geeknation

Description

@geeknation

if mysql user has a hash in the password, the connection parse_connection_url returns false in Connection.php

public static function parse_connection_url($connection_url)

exception thrown:

throw new DatabaseException('Database host must be specified in the connection string. If you want to specify an absolute filename, use e.g. sqlite://unix(/path/to/file)');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions