Linux Server and Workstation Configuration How To

  • Decrease font size
  • Default font size
  • Increase font size
  • default color
  • red color
  • green color
Home
exp
Tags: [Export, Backup, Dump, MySQL, Database]  ...
Tags: [Export, MySQL, Database]  ...
Tags: [Export, MySQL, Database]  ...
...  # Describe localhost acl localhost src 127.0.0.1/255.255.255.255 # Forbidden in the URL of expression (for all Url) acl deny_url url_regex "/usr/local/etc/squid/deny_url" # Illegal domain names ...
  Basic vi commands Command Description TERM = terminal_name export TERM Setting Terminal configuration tput init Initialize terminal as terminal_name vi filename Open ...
Released the next experimental version of Win32 API - Wine 1.1.44, where fixed 95 bugs. Major changes are: Added new icons; Support for 32-bit prefix in 64-bit assembly of Wine; Implemented ...
NFS server (FreeBSD): /etc/rc.conf: portmap_enable = "YES" nfs_server_enable = "YES" nfs_reserved_port_only = "YES" /etc/exports (FreeBSD) / Usr / local / nfs-rw 192.168.1.2 / Usr / ...
Announced new experimental repository for Fedora 12, which collects packets associated with the implementation of virtualization innovations that can now be tested without waiting for the release of Fedora ...
... the capacity of Linux, work-related environments and cloud-virtualization. For example, the latest experimental service Planet "Server Cloud" is based on virtualization technology KVM. Among the supported ...
... focus on improving the stability and development is already embedded technologies. Shuttleworth says that the version 10.10 will be filled with the spirit of the experiment. In future versions also said ...
... with the Linux community and participate in various activities related to Linux. Of particular interest is experiencing LG to use Linux on a device permanently connected to the Internet. Note that ...
12. info
Command info info command displays online help for any command Linux. Syntax info [options] command Options -d add the directory to the list of directories in which files are being explored.  ...
13. grep
Command grep grep command provides search in one or more files, lines that match the regular expression (search patterns). Syntax grep [options] pattern files Options -N (where N-number) displays ...
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 ...
Use –databases option for exporting several databases. mysqldump -u username -ppassword –databases db_name1 [db_name2 ...] >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 ...
...  Ex: adduser mark - Effect: Adds a user to the system named mark     chage Used to change the time the user's password will expire.     chfn Change ...
<< 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)