Forum Discussion
hammerite_35077
Nimbostratus
Mar 19, 2008Upload Virtuals & data to MYsql DB
I'm looking for a simpler way to upload the output from `b virtuals` to a MYsql DB. It's almost similar to XML output but I dont think I want to parse it out with XPATH/XSLT and translate it into XML only to have to parse XML with perl to upload to a DB. Does anyone have any bright ideas?
- The_Bhattman
Nimbostratus
In theory if you have the MySQL binaries on the F5 you could "mysql -uroot -pyourpass" and then execute the following command, but change it match your needsmysql> LOAD DATA LOCAL INFILE '/path/to/file.txt' INTO TABLE your-table-name;
- hammerite_35077
Nimbostratus
Unfortunately the binaries are not in place. I'll have to figure out some other solution, thank you though!
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects