PHP 5.2.3

Connect Failed
ADODB_Exception Object
(
    [dbms] => mysql
    [fn] => CONNECT
    [sql] => 
    [params] => 
    [host] => localhost
    [database] => northwind
    [message:protected] => mysql error: [1049: Unknown database 'northwind'] in CONNECT(localhost, 'root', '****', northwind)

    [string:private] => 
    [code:protected] => 1049
    [file:protected] => C:\wamp\www\sugau\shared\class_folder\adodb\adodb-exceptions.inc.php
    [line:protected] => 78
    [trace:private] => Array
        (
            [0] => Array
                (
                    [file] => C:\wamp\www\sugau\shared\class_folder\adodb\adodb.inc.php
                    [line] => 424
                    [function] => adodb_throw
                    [args] => Array
                        (
                            [0] => mysql
                            [1] => CONNECT
                            [2] => 1049
                            [3] => Unknown database 'northwind'
                            [4] => localhost
                            [5] => northwind
                            [6] => ADODB_mysql Object
                                (
                                    [databaseType] => mysql
                                    [dataProvider] => mysql
                                    [hasInsertID] => 1
                                    [hasAffectedRows] => 1
                                    [metaTablesSQL] => SHOW TABLES
                                    [metaColumnsSQL] => SHOW COLUMNS FROM %s
                                    [fmtTimeStamp] => 'Y-m-d H:i:s'
                                    [hasLimit] => 1
                                    [hasMoveFirst] => 1
                                    [hasGenID] => 1
                                    [isoDates] => 1
                                    [sysDate] => CURDATE()
                                    [sysTimeStamp] => NOW()
                                    [hasTransactions] => 
                                    [forceNewConnect] => 
                                    [poorAffectedRows] => 1
                                    [clientFlags] => 0
                                    [substr] => substring
                                    [nameQuote] => `
                                    [compat323] => 
                                    [_genIDSQL] => update %s set id=LAST_INSERT_ID(id+1);
                                    [_genSeqSQL] => create table %s (id int not null)
                                    [_genSeq2SQL] => insert into %s values (%s)
                                    [_dropSeqSQL] => drop table %s
                                    [database] => northwind
                                    [host] => localhost
                                    [user] => root
                                    [password] => 
                                    [debug] => 
                                    [maxblobsize] => 262144
                                    [concat_operator] => +
                                    [length] => length
                                    [random] => rand()
                                    [upperCase] => upper
                                    [fmtDate] => 'Y-m-d'
                                    [true] => 1
                                    [false] => 0
                                    [replaceQuote] => \'
                                    [charSet] => 
                                    [metaDatabasesSQL] => 
                                    [uniqueOrderBy] => 
                                    [emptyDate] =>  
                                    [emptyTimeStamp] =>  
                                    [lastInsID] => 
                                    [hasTop] => 
                                    [readOnly] => 
                                    [genID] => 0
                                    [raiseErrorFn] => adodb_throw
                                    [cacheSecs] => 3600
                                    [arrayClass] => ADORecordSet_array
                                    [noNullStrings] => 
                                    [numCacheHits] => 0
                                    [numCacheMisses] => 0
                                    [pageExecuteCountRows] => 1
                                    [uniqueSort] => 
                                    [leftOuter] => 
                                    [rightOuter] => 
                                    [ansiOuter] => 
                                    [autoRollback] => 
                                    [fnExecute] => 
                                    [fnCacheExecute] => 
                                    [blobEncodeType] => 
                                    [rsPrefix] => ADORecordSet_
                                    [autoCommit] => 1
                                    [transOff] => 0
                                    [transCnt] => 0
                                    [fetchMode] => 
                                    [_oldRaiseFn] => 
                                    [_transOK] => 
                                    [_connectionID] => Resource id #7
                                    [_errorMsg] => Unknown database 'northwind'
                                    [_errorCode] => 
                                    [_queryID] => 
                                    [_isPersistentConnection] => 
                                    [_bindInputArray] => 
                                    [_evalAll] => 
                                    [_affected] => 
                                    [_logsql] => 
                                    [databaseName] => northwind
                                )

                        )

                )

            [1] => Array
                (
                    [file] => C:\wamp\www\sugau\shared\class_folder\adodb\tests\test-php5.php
                    [line] => 33
                    [function] => Connect
                    [class] => ADOConnection
                    [type] => ->
                    [args] => Array
                        (
                            [0] => localhost
                            [1] => root
                            [2] => 
                            [3] => northwind
                        )

                )

        )

    [msg] => Unknown database 'northwind'
)