CulturedCheese / thesis-project

4 stars 4 forks source link

Get data onto Azure linux box running MySQL #244

Open ClimbsRocks opened 9 years ago

ClimbsRocks commented 9 years ago

Possible methods:

  1. connect to mysql on the box and try loading data from a local file into specific tables
  2. load data in the local sqldump file into the mysql instance on the remote server.
  3. load the data file to the remote server somehow then easy to load in from there.
ClimbsRocks commented 9 years ago

It looks like the current sticking point is allowing remote access to the box from my local machine.