“Support for OpenSolaris and MySQL on Amazon EC2 expands the reach and convenience for developers who want to quickly deploy their applications on the Web by taking advantage of Amazon Web Services,” said Rich Green, executive, vice president of Software, Sun Microsystems. “Sun aims to continue to offer additional options to use and deploy our open source platforms — covering the spectrum from small home-grown installations through to on-site data centers and hosted environments such as Amazon EC2.”
With this new offering, developers, enterprises, startups and students have enhanced options and support for rapid development and fast Web deployment on a Web-scale compute infrastructure, with capacity-on-demand. Amazon EC2 helps businesses and developers cost-effectively build, test, troubleshoot and deploy their highly-scalable applications. To learn more about Sun’s product support for Amazon EC2, visit www.sun.com/amazon and www.mysql.com/ec2.
Tag Archive for 'mysql'
[user@server ~]$ mysqldump -u user -p table > backup_file.sql
Password:
[user@server ~]$ tar -zcvf backup_file.gz backup_file.sql