Linux Server and Workstation Configuration How To

  • Decrease font size
  • Default font size
  • Increase font size
  • default color
  • red color
  • green color
Home
Database
Tags: [Export, Backup, Dump, MySQL, Database]  ...
Tags: [Export, MySQL, Database]  ...
Tags: [Backup, MySQL, Database]  ...
Tags: [Export, MySQL, Database]  ...
Tags: [backup, MySQL, database]  ...
Tags: [dump, MySQL database]  ...
Tags: [dump, database, MySQL, server]  ...
After Ricoh and Parallels in the Linux Foundation joined the company CUBRID, which develops an open database of the same name, written in Java and oriented to the construction of fault-tolerant web-se ...
Command whatis Searches for whole words in the database whatis (see command apropos). Syntax whatis keyword Options no Description whatis command displays the result of search whole words ...
To export a MySQL database into a dump file, simply type the following command syntax in the shell. mysqldump -u username –ppassword database_name > dump.sql Replace username, password, database_name ...
If You need to export only the MySQL database's tables’ structures use –no-data switch. mysqldump -u username -ppassword –no-data database_name > dump.sql ...
For exporting MySQL database's only the data, use –no-create-info option. The dump will not re-create the database, tables, fields, and other structures when importing. mysqldump -u username -ppassword ...
If You need to export only the MySQL database's tables’ structures use –no-data switch. mysqldump -u username -ppassword –no-data database_name > dump.sql ...
There are two methods to backup MySQL, first method is by copying all files such have extentions *.frm, *.MYD, and *.MYI, and second is by using mysqlhotcopy utility, this methods are only for MyISAM
Use –databases option for exporting several databases. mysqldump -u username -ppassword –databases db_name1 [db_name2 ...] >dump.sql ...
To damp all MySQL databases, use the –all-databases option. mysqldump -u username –p password –all-databases > dump.sql ...
Backup the database inevitable cause MySQL server unavailable to applications because when exporting, all tables acquired a global read lock using FLUSH TABLES WITH READ LOCK at the beginning of the dump ...
You should upload the dump file to the MySQL server, and type this command to import the databases into the MySQL server. mysql -u username –p password database_name < dump.sql ...
... database (called a database whatis), created by the program /usr/sbin/makewhatis. Whatis database is an index of keywords contained in all the man-page system ... ...
... zone information at-zis 206/udp qmtp 209/tcp # The Quick Mail Transfer Protocol qmtp 209/udp # The Quick Mail Transfer Protocol z3950 210/tcp wais # NISO Z39.50 database z3950 210/udp wais ...
<< Start < Prev 1 2 Next > End >>
Page 1 of 2

Useful Links

Friends

Thanks David Ayvazyan for provided useful information and discussions.
www.gnu.am (Armenian Translation)