sql - How can I read a .dump file with R ? -
suppose have .dump file convert data.frame
can analyse in r. know sqldf
allows use sql commands on data frames can use or package read in .dump files?
this post shows how restore .dump file sql syntax doesn't work in sqldf
. of course, have no idea how use sql syntax, fault.
this think syntax should based on post mentioned:
mysql create database mydb; mysql use mydb; mysql source dumpname.dump;
Comments
Post a Comment