haosmark
(Haosmark)
1
I can’t get yiic to connect to mysql (MySql works fine in browser).
This is the error that I’m getting:
This is what my MySql section in console.php is like (uncommented):
'db'=>array(
'connectionString' => 'mysql:host=localhost;dbname=trackstar',
'emulatePrepare' => true,
'username' => 'root',
'password' => '',
'charset' => 'utf8',
),
I’m using a jdbc driver and it’s stored in my project directory:
C:\xampp\htdocs\trackstar\mysql-connector-java-5.1.22-bin.jar
How do I point it to yiic?
Here’s a complete log: