Titan Rs Posted April 2, 2020 Share Posted April 2, 2020 Hi guys, Looking to incorporate database into my goldfarm to make it for automatic. As i understand you cant use JDBC to connect to mySQL for security reasons. I saw a bit on the forums about creating a PHP script and connecting to mysql database online on a webhost or something?. Would any of you guys be able to explain the process in a bit more detail? Any help is greatly appreciated Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted April 2, 2020 Share Posted April 2, 2020 Basicly you can access a php script in your browser and input data that way. PHP will deal with the connection and stuff. But I think you can also just send data from java to MYSQL, I used to do that with my acc launcher. So that's possible aswell 1 1 Quote Link to comment Share on other sites More sharing options...
dreameo Posted April 2, 2020 Share Posted April 2, 2020 Automated farms and an SQL database aren't correlated. With that being said, look into why you need a database and what kind of information needs to be stored. Once you find that out, you can make a decision on the data storage. There are many possibilities each with their own implementation details and some will be easier to implement than others (relative to osbot restrictions). My only piece of advice is that if you want to bypass the limitations of osbot, use a middleman service (an application that is separate from osbot) to act as a proxy. 2 Quote Link to comment Share on other sites More sharing options...