cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1399
Views
0
Helpful
2
Replies

MFC ODBC

Hi all,

I want to access the MFC MySQL DB via ODBC to make some reports.
I already got username/pw.
The problem is that I can only access message_tracker db from the server wherer MFC is installed. When I access from a different server I can only access the information_scheme.
Any hints what I can do?

Thanks in advance.

2 Replies 2

Bart_ironport
Level 1
Level 1

It's just mysql so you can start it with --skip-grant-tables, log in as root and update the users table so that remote logins are allowed.

I did this to generate some custom reports as well. It's a bit overkill in my case, but its easier than writing your own log parser. It would be nice to have a parsing library that everyone could reuse for their scripts :)

Can you give me a hint where I can find the root password??

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: