|
|
Joined: Aug 2006
Posts: 1
Lurker
|
Lurker
Joined: Aug 2006
Posts: 1 |
I don't have access to the mysql database. Can I back up a large messageboard through the SQL window in the Admin control panel?
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
Urm, I don't think you would, but hey it wouldn't be the first time i was wrong...
The box itself is just for sql queries, I don't believe there is one to just dump table data...
Its odd that you don't have access to mysql yet you use it for the forum; do you have any ssh access to the machine to make an sql dump using the user/pass for your database?
|
|
|
|
Joined: May 2000
Posts: 1,356
Addict
|
Addict
Joined: May 2000
Posts: 1,356 |
Try this (you may need at least mysql 4.x): SELECT * FROM table_name INTO OUTFILE 'D:/Temp/table_name.dump';
Repeat the process for all table names. And if you want to reload: LOAD DATA INFILE 'D:/Temp/table_name.dump' INTO TABLE table_name
Replace "D:/Temp/" with the directory you want to export. It must have write permission of course...
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 808
Joined: July 2001
|
|
Forums63
Topics37,575
Posts293,930
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|