deStrO / eBot-CSGO-Web

The eBot CS:GO panel
http://www.esport-tools.net/ebot
95 stars 71 forks source link

sql password misinterpreted #88

Closed bnicot closed 1 year ago

bnicot commented 7 years ago

Hello

I had as password for sql user this string : 1+TS0Mm+ZwbpfEww and I was able to connect from shell / phpmyadmin / etc

but when I wanted to do php symfony doctrine:build --all --no-confirmation there was an error : PDO Connection Error: SQLSTATE[HY000] [1045] Access denied for user 'ebotv3'@'localhost' (using password: YES)

I tried adding "" around the password, but I didn't work so I changed it and it works So I guess somewhere the password is misinterpreted ?

mrc4tt commented 7 years ago

Do you have created user "ebotv3" ?

bnicot commented 7 years ago

Yeah as I said I was able to connect with this user via mysql command in shell and phpmyadmin ;)