|
|
Joined: Jun 2002
Posts: 61
Power User
|
Power User
Joined: Jun 2002
Posts: 61 |
These are the ones I use the most, hope it can help.
Backup a Database <-----------------------<<
Backup Database from the prompt-
mysqldump -u(databaseusername) -p(databasepassword) (databasename)>backupfile.sql
Example-
mysqldump -uocsfoundation -ppassword forums>forumsbackup.sql
Import a Database <-----------------------<< Mysql Input mysql -u(user) -p(password) (databasename)<(backupfile.sql)
mysql -uocsfoundation -ppassword forums<forumsbackup.sql
(Note: your database should be empty first)
|
|
|
Entire Thread
|
MYSQL Commands (Most used)
|
armyocs
|
01/16/2003 1:49 AM
|
|
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,932
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|