CampaignChain / campaignchain

CampaignChain Community Edition
Other
120 stars 51 forks source link

pdo exception when installing #454

Open rkhyd opened 6 years ago

rkhyd commented 6 years ago

when i proceed to install the package using the web browser, it fails on the second step where it builds plugins (1/6) PDOException in PDOConnection.php line 43: SQLSTATE[HY000] [2002] No such file or directory (2/6) PDOException in PDOConnection.php line 47: SQLSTATE[HY000] [2002] No such file or directory (3/6) ConnectionException in AbstractMySQLDriver.php line 103: An exception occured in driver: SQLSTATE[HY000] [2002] No such file or directory (4/6) PDOException in PDOConnection.php line 43: SQLSTATE[HY000] [2002] No such file or directory (5/6) PDOException in PDOConnection.php line 47: SQLSTATE[HY000] [2002] No such file or directory (6/6) ConnectionException in AbstractMySQLDriver.php line 103: An exception occured in driver: SQLSTATE[HY000] [2002] No such file or directory

i also see error in mysql saying access denied for root@localhost (using password:no) Can you tell me how to solve this issue?