Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I make an ODBC Connection with Applications Manager DB and then query it with crystal reports ?

0
Posted

How can I make an ODBC Connection with Applications Manager DB and then query it with crystal reports ?

0

You can make ODBC connection from localhost, that is you can make connection from the machine where Applications Manager is running. If you want to access mysql from remote machine, you have to give permission in user tables. Connect to mysql and execute following commands, INSERT INTO user (Host,User,Password) VALUES(‘host name with domain name’,’root’,PASSWORD(‘appmanager’)); GRANT ALL PRIVILEGES ON *.* TO ‘root’@’host name with domain name’; FLUSH PRIVILEGES; For eg., INSERT INTO user (Host,User,Password) VALUES(‘appmanager.adventnet.com’,’root’,PASSWORD(‘appmanager’)); GRANT ALL PRIVILEGES ON *.* TO ‘root’@’appmanager.adventnet.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123