Jump to content
UBot Underground

Using data from MySQL database


Recommended Posts

So I'm trying to create a account checker using account information from one of my MySQL databases. I use Toad for Oracle, Toad for MySQL, and SSMS on a daily basis and I'm able to query with results without any issues. 

 

Does anyone have any tutorials on using data from the database in a website form (e.g. email address, password)?

 

plugin command("DatabaseCommands.dll""connect to database""server=10.10.10.10;uid=xxxx; pwd=xxxxx; database=xxxx; port=3306; pooling=false") {
    plugin command("DatabaseCommands.dll""query with results""select * from pinterest_accounts;"&pinterest_accounts)
}

 

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...