Backup a single table from the database:
mysqldump -u -p database_one table_name > /var/www/backups/table_name.sql
Restore the table into another database:
mysql -u -p database_two < /var/www/backups/table_name.sql
mysqldump -u -p database_one table_name > /var/www/backups/table_name.sql
mysql -u -p database_two < /var/www/backups/table_name.sql
<cfftp action="open" server="ftp.server.com" username="username" password="password" passive="yes" connection="connectionName" >
<cfftp action="putFile" localfile="/var/www/html/#filename#" remotefile="#filename#" passive="yes" transfermode="ascii" timeout="30" connection="connectionName">
"coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler: /opt/coldfusionmx7/runtime/bin/jikesw: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory ."
"ln -s /usr/lib/libstdc++-libc6.2-2.so.3 /usr/lib/libstdc++-libc6.1-1.so.2"