Hi I recently installed ELITETRADER Java with IB API. I must have done something wrong with the MySQL installation. the DB files were created in their folder. do I need to load them into the MySQL workbench? the elitetrader.bat give me error on run. I added the trade.log file.
All that error is saying is that it can't connect to the database, and there could be many reasons why. Aside from the obvious, which is to make sure the MySQL server is up and running, here are some questions to consider: Have you created and named the database you want to use, and then set up the tables for all of your data? Have you created a user and then assigned that user all privileges to operate on that database? Have you set up your application that will be accessing the db with the appropriate database name, username, password, etc. from the steps above?
Actualy nop for all of the above. They took it for granted , and I assumed the .bat handle it. Is there any manual for MySQL newbies?