my connection string to the local mysql db (xampp installation) is the following:
'db'=>array(
'class'=>'CDbConnection',
'connectionString'=>'mysql:host=localhost;dbname=testyii',
'username'=>'root',
'password'=>'',
'charset'=>'utf8',
'emulatePrepare'=>true,
),
when I launch "model User" command by yiic shell I get a php.exe crash and the error:
The instruction at "0x0237250a" referenced memory at "0x00000000". The memory coudl not be "read".
How can I solve this? Thank you

Help












