Developing an application for a client that when users log off, it runs the program.
The program so far grabs all the users internet browsing history and puts it to a html file, but they want to switch to a MySQL approach
Got all the MySQL working, but at logoff, the application runs.
From my PC, i can directly connect to the MySQL Server using the credentials, and its all on local network, so no issues there.
But we get this issue flagging up...
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: historylog.exe
Problem Signature 02: 2.0.0.0
Problem Signature 03: 516410a9
Problem Signature 04: MySql.Data
Problem Signature 05: 6.0.7.0
Problem Signature 06: 4c75af83
Problem Signature 07: fc
Problem Signature 08: 64
Problem Signature 09: MySql.Data.MySqlClient.MySql
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 2057
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
According to people online, 0a9e means no permission to access the Server, but it is full permissions to the table it needs and actually, full permissions to the server itself
Any suggestions?