WebmasterSite.net
PHP scripts to enable your creativity
Home
Web Scripts
WSN Links
WSN Gallery
WSN Knowledge Base
WSN Forum
WSN Classifieds
WSN Directory
WSN AdUnblocker
WSN FormEmail
WSN InstaChat
WSN Redirector
WSN Webcomic
WSN Guest
Reviews
WSN For WordPress
WSN For Web Designers
Webmaster Resource Links
Register
Log In
Username
Password
Login
Forgot your password?
WSN Support Forums
Paid Scripts Support
gallery database backup
gallery database backup
Details
Discussion
4
Print
Comments on gallery database backup
•
orhan sevki
Member
Usergroup:
Member
Joined:
Sep 06, 2005
Total Topics:
5
Total Comments:
12
•
orhan sevki
#1 -
Quote
-
Permalink
Posted Oct 02, 2005 - 5:30 PM:
hello,
we want to backup our wsn gallery database via ssh and we always using following command (forum database etc.) for ssh backups:
mysqldump --opt -Q -u mydbusername -p mydbname > /mypath/backup.sql
can i use this command for gallery db backup?
or whats your suggestion for ssh backup?
please any advice, thanks.
•
Paul
developer
Usergroup:
Administrator
Joined:
Dec 20, 2001
Location:
Diamond Springs, California
Total Topics:
61
Total Comments:
7868
•
Paul
#2 -
Quote
-
Permalink
Posted Oct 03, 2005 - 2:33 PM:
The internal WSN Gallery backup mechanism uses
mysqldump --add-drop-table -u $user -p $pass $databasename > $outputfile &
(makes it a background process) but you can use whatever you like.
•
orhan sevki
Member
Usergroup:
Member
Joined:
Sep 06, 2005
Total Topics:
5
Total Comments:
12
•
orhan sevki
#3 -
Quote
-
Permalink
Posted Oct 06, 2005 - 9:13 AM:
thank you for answer paul, and my final question:
can i delete setup.php and upgrade.php ? because i dont want other persons access this files.
or your any advice, thanks
•
Paul
developer
Usergroup:
Administrator
Joined:
Dec 20, 2001
Location:
Diamond Springs, California
Total Topics:
61
Total Comments:
7868
•
Paul
#4 -
Quote
-
Permalink
Posted Oct 09, 2005 - 8:01 PM:
There is absolutely no reason to delete them, and absolutely no benefit to it, but you may.
Search thread for
Go ►
Download thread as
text
HTML
Go ►
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on gallery database backup
Member
Usergroup: Member
Joined: Sep 06, 2005
Total Topics: 5
Total Comments: 12
hello,
we want to backup our wsn gallery database via ssh and we always using following command (forum database etc.) for ssh backups:
mysqldump --opt -Q -u mydbusername -p mydbname > /mypath/backup.sql
can i use this command for gallery db backup?
or whats your suggestion for ssh backup?
please any advice, thanks.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
The internal WSN Gallery backup mechanism uses
mysqldump --add-drop-table -u $user -p $pass $databasename > $outputfile &
(makes it a background process) but you can use whatever you like.
Member
Usergroup: Member
Joined: Sep 06, 2005
Total Topics: 5
Total Comments: 12
thank you for answer paul, and my final question:
can i delete setup.php and upgrade.php ? because i dont want other persons access this files.
or your any advice, thanks
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
There is absolutely no reason to delete them, and absolutely no benefit to it, but you may.