Sql Server 2012 error

04/19/2016 19:58 Action10#1
someone know how fix the error in sql 2012 server
i very try lot method but no work send this error

[Only registered and activated users can see links. Click Here To Register...]
04/20/2016 08:43 Proxynear#2
Do you allowed xampp connections at firewall and opened the xampp port? Cuz your querry isnt going by denied permission to do the querry
04/21/2016 03:34 freez00#3
The user that's being used to make the query on the database doesn't have permission or doesn't exist in the character database. either give the user permission, use a different user that has permission, or create a new user with the right permissions.
04/21/2016 05:16 Action10#4
yes #freez00
i very try fix this but this SQL Server 2012 sending this error
04/22/2016 15:43 freez00#5
Yes I know, that's why you need to make sure the user is in the logins of the character database and the user has full permissions. Can all be done in SQL Server Management Studio. Just make sure the same user you are using to connect to the database from your PhP application is in the database logins in SQL Server and has all the right permissions.
04/22/2016 18:05 [DEV]Dekaron#6
Action10 try use other way. like odbc connection.