kenjis/codeigniter-cli

php cli seed error mysqli::real_connect()

Closed this issue · 1 comments

Hi! I'm got error when I type php cli seed

PHP Warning: mysqli::real_connect(): (HY000/2002): No such file or directory

My database config is complete, and php mysqli is installed. Thanks.

Hehe, I changed config/database.php hostname from localhost to 127.0.0.1 and fix.