Solved by : remove the content of 275 line
<add name=”MySqlSiteMapProvider” type=”MySql.Web.SiteMap.MySqlSiteMapProvider, MySql.Web, Version=6.9.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d” connectionStringName=”LocalMySqlServer” applicationName=”/” />
Even for development, I wouldn’t recommend putting php/mysql on the same server as SharePoint. If nothing else, it will (I hope!) be very different to your production environment, which is never a good thing. If you need both, use VMs.
I don’t have ULSVIEWER right now but i wil install it later , but i found these lines in log file
after installing mysql (client & server), i can’t login in any sites of our intranet (sharepoint server 2013) . i need help to solve this issue without unstall mysql .
I found these lines below in log file :
System.Configuration.ConfigurationErrorsException: Authentication to host ” for user ” using method ‘mysql_native_password’ failed with message: Access denied for user ”@’localhost’ (using password: NO) (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config line 275)
correlation ID is : 4615089d-0009-00a8-9118-b1642ff8067f
My mistake i was too lazy to post the solution right away when i posted this thread few months ago that i forgot what i did to solve the issue except that i run the ulsviewer and filtered the results according to the correlation ID that appeared . From the logs you can tell which part is causing you trouble.
You can do the same and show me the logs.. That may somehow refresh my mind and can tell you what exactly to do.
HI Marlon Lagulos i have the same issue , can you help me please .