1. Dynamic Library path settings Linux down with dynamic libraries and windows are not the same. Linux executables rely on the configuration file to read the path, so sometimes you need to set the path to the following export ld_library_path=/home/..
Problems caused by the host $ export dvsdk= "${home}/ti-dvsdk_dm368-evm_xx_xx_xx_xx"
1, ${home}: First, home is a variable, it represents your home directory, the variable must precede the $ symbol, otherwise it will be an error
USR/LOCAL/DVSDK
Feature Description: Sets or displays environment variables.Syntax: Export [-fnp][variable name]=[variable setting value]Additional note: When executing a program in the shell, the shell provides a set of environment variables. Export can add,
Feature Description: Sets or displays environment variables.Syntax: Export [-fnp][variable name]=[variable setting value]Additional note: When executing a program in the shell, the shell provides a set of environment variables. Export can add,
Issues raised by the host $ export dvsdk= "${home}/ti-dvsdk_dm368-evm_xx_xx_xx_xx"1,${home}: First, home is a variable, it represents your home directory, the variable must be preceded by a $ symbol, otherwise it will be an errorUSR/LOCAL/DVSDK for
Mysqldump usage database export mysqldump
BitsCN.com
Mysqldump usage database export
The mysqldump client can be used to dump databases or collect databases for backup or transfer data to another SQL Server (not necessarily a MySQL server ). Dump
1. Setting up a dynamic library path the Linux downgrade is not the same as Windows. Linux executables rely on the configuration file to read the path, so there are some times need to set the path specific operations as follows export
Linux Export commandLinux Export commandFeature Description: Sets or displays environment variables. (for example, we want to use a command, but the execution of this command is not in the current directory, so we must specify the directory to
Problems caused by host $ export dvsdk = "$ {home}/ti-dvsdk_dm368-evm_xx_xx_xx_xx"
1,$ {Home}: first, home is a variable that represents your home directory. The $ symbol must be added before the variable; otherwise, an error is
Usage of the mysqldump command1. Export all librariesSystem command LineMysqldump-uusername-ppassword--all-databases > All.sql2. Import all librariesMySQL command lineMysql>source All.sql;3. Export some librariesSystem command
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.