Created
December 23, 2014 15:12
-
-
Save jackcompton/dde50eb2d78048e5496c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Number of arguments: 4 | |
RDS Jdbc: jdbc:mysql://aaaxx4npf0uilf.cphvdbidlkmg.us-east-1.rds.amazonaws.com:3306/ebdb?jdbcCompliantTruncation=false | |
RDS Usr: ****** | |
RDS MySQL Stmt: delete from transactions; | |
Loaded plugins: priorities, security, update-motd, upgrade-helper | |
Setting up Install Process | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package mysql.noarch 0:5.5-1.6.amzn1 will be installed | |
--> Processing Dependency: mysql55 >= 5.5 for package: mysql-5.5-1.6.amzn1.noarch | |
--> Running transaction check | |
---> Package mysql55.x86_64 0:5.5.40-1.3.amzn1 will be installed | |
--> Processing Dependency: real-mysql55-common(x86-64) = 5.5.40-1.3.amzn1 for package: mysql55-5.5.40-1.3.amzn1.x86_64 | |
--> Processing Dependency: real-mysql55-libs(x86-64) = 5.5.40-1.3.amzn1 for package: mysql55-5.5.40-1.3.amzn1.x86_64 | |
--> Running transaction check | |
---> Package mysql55-common.x86_64 0:5.5.40-1.3.amzn1 will be installed | |
---> Package mysql55-libs.x86_64 0:5.5.40-1.3.amzn1 will be installed | |
--> Finished Dependency Resolution | |
Dependencies Resolved | |
================================================================================ | |
Package Arch Version Repository Size | |
================================================================================ | |
Installing: | |
mysql noarch 5.5-1.6.amzn1 amzn-main 2.7 k | |
Installing for dependencies: | |
mysql55 x86_64 5.5.40-1.3.amzn1 amzn-updates 7.5 M | |
mysql55-common x86_64 5.5.40-1.3.amzn1 amzn-updates 48 k | |
mysql55-libs x86_64 5.5.40-1.3.amzn1 amzn-updates 813 k | |
Transaction Summary | |
================================================================================ | |
Install 4 Package(s) | |
Total download size: 8.3 M | |
Installed size: 31 M | |
Downloading Packages: | |
-------------------------------------------------------------------------------- | |
Total 15 MB/s | 8.3 MB 00:00 | |
Running rpm_check_debug | |
Running Transaction Test | |
Transaction Test Succeeded | |
Running Transaction | |
Installing : mysql55-common-5.5.40-1.3.amzn1.x86_64 1/4 | |
Installing : mysql55-libs-5.5.40-1.3.amzn1.x86_64 2/4 | |
Installing : mysql55-5.5.40-1.3.amzn1.x86_64 3/4 | |
Installing : mysql-5.5-1.6.amzn1.noarch 4/4 | |
Verifying : mysql-5.5-1.6.amzn1.noarch 1/4 | |
Verifying : mysql55-5.5.40-1.3.amzn1.x86_64 2/4 | |
Verifying : mysql55-libs-5.5.40-1.3.amzn1.x86_64 3/4 | |
Verifying : mysql55-common-5.5.40-1.3.amzn1.x86_64 4/4 | |
Installed: | |
mysql.noarch 0:5.5-1.6.amzn1 | |
Dependency Installed: | |
mysql55.x86_64 0:5.5.40-1.3.amzn1 | |
mysql55-common.x86_64 0:5.5.40-1.3.amzn1 | |
mysql55-libs.x86_64 0:5.5.40-1.3.amzn1 | |
Complete! | |
RDS Host: aaaxx4npf0uilf.cphvdbidlkmg.us-east-1.rds.amazonaws.com | |
RDS Port: 3306 | |
RDS MySQLDB: ebdb?jdbcCompliantTruncation=false | |
mysql -h aaaxx4npf0uilf.cphvdbidlkmg.us-east-1.rds.amazonaws.com --port=3306 -u ****** --password=********* -D ebdb?jdbcCompliantTruncation=false -e delete from transactions; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment