Jump to content

How do I dump an SQL DB to a webpage when you only have sql and ftp passwords


Dethman

Recommended Posts

I need to get all of the  SQL without having to go into PHPMYADMIN I have SQL DB Passwords and FTP is there any type of script that will dump the SQL onto like an HTML page so all I have to do is go to this php page and make a backup of SQL untill my new password gets in for my CPanel?

Link to comment
Share on other sites

try

SELECT * FROM table_name ORDER BY id  //assuming you have one

 

then print each column in a foreach loop

 

do that for each table and you will get the whole database, then you get to spend hours copy pasting it into a formatted file

 

OR you could create a csv from the db and then it will dl into a useable format

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

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

  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.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.