Hello, I messed my webcalendar db and now I am having probelms with permission access to the db.
Here is the error message:
Access denied for user 'cncmmdly_wcln1'@'localhost' (using password: YES)
mysql acces is:
Connection StringsPerl$dbh = DBI->connect("DBI:mysql:cncmmdly_wcln1:localhost","cnc mmdly_cncmmdl","<PASSWORD HERE>");PHP$dbh=mysql_connect ("localhost", "cncmmdly_cncmmdl", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("cncmmdly_wcln1");
I am not seeing the pasword option to set the permissions via phpADMIN. I also tried via the console - mysql . I need help.
Here is the error message:
Access denied for user 'cncmmdly_wcln1'@'localhost' (using password: YES)
mysql acces is:
Connection StringsPerl$dbh = DBI->connect("DBI:mysql:cncmmdly_wcln1:localhost","cnc mmdly_cncmmdl","<PASSWORD HERE>");PHP$dbh=mysql_connect ("localhost", "cncmmdly_cncmmdl", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("cncmmdly_wcln1");
I am not seeing the pasword option to set the permissions via phpADMIN. I also tried via the console - mysql . I need help.
Comment