Jump to content
UBot Underground

phpMyAdmin - automate backups?


Recommended Posts

Hi, I'm trying to make a bot that will backup my MySQL database using phpMyAdmin. I can schedule a bot to do it, but everytime it saves the database it opens a dialogue box asking where to save the file. It is phpMyAdmin v 3.5.2.2. Any help will be greatly appreciated, here is my code so far:

 

clear cookies

navigate("http://mydomain.net/phpmyadmin/", "Wait")

wait(5)

type text(<username field>, "root", "Standard")

type text(<password field>, "password", "Standard")

click(<id="input_go">, "Left Click", "No")

wait(5)

click(<innertext="Export">, "Left Click", "No")

wait(5)

click(<id="buttonGo">, "Left Click", "No")

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...