I’ve been trying to install Yii on localhost as per the “Creating First Yii Application” tutorial.
Just wanted to say that when using MySQL and modifying the config/main.php script accordingly, besides of modifying dbname, dbuser and password I also had to change localhost and write 127.0.0.1 instead.