Hi,
I'm having a problem with my MySQL, it seems to refuse my connection and I'm not sure why?
Here's the error:
Access denied for user 'otfcb_otfcb'@'localhost' (using password: YES)
The connection string is declared in my web.config as follows:
<add name="MySQLConnection" connectionString="server=localhost;Database=otfcb_Stats;User=otfcb_otfcb;Password=****;Pooling=false;" providerName="MySql.Data.MySqlClient" />
The user has been added in cPanel with full access rights, but to no avail.
I'm probably missing something blatantly obvious, but if someone can point it out, I'd be most obliged
I'm having a problem with my MySQL, it seems to refuse my connection and I'm not sure why?
Here's the error:
Access denied for user 'otfcb_otfcb'@'localhost' (using password: YES)
The connection string is declared in my web.config as follows:
<add name="MySQLConnection" connectionString="server=localhost;Database=otfcb_Stats;User=otfcb_otfcb;Password=****;Pooling=false;" providerName="MySql.Data.MySqlClient" />
The user has been added in cPanel with full access rights, but to no avail.
I'm probably missing something blatantly obvious, but if someone can point it out, I'd be most obliged