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)');
if mysql user has a hash in the password, the connection parse_connection_url returns false in Connection.php
php-activerecord/lib/Connection.php
Line 176 in d9a4130
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)');