Code Monkey home page Code Monkey logo

Comments (4)

josegonzalez avatar josegonzalez commented on August 16, 2024

I don't know how you upload files to your server - sftp or scp should work.

As far as using the import command, try the following:

dokku mysql:help import

from dokku-mysql.

wootwoot1234 avatar wootwoot1234 commented on August 16, 2024

I'll check it out.

Will it only import dump files or will it accept .sql?

from dokku-mysql.

wootwoot1234 avatar wootwoot1234 commented on August 16, 2024

For others that come across this same issue. I found this:

dokku mysql:create db_name
dokku mysql:link db_name app_name

sftp root@ipmydroplet
put localdirectory/filename

dokku mysql:import db_name < filename

from dokku-mysql.

josegonzalez avatar josegonzalez commented on August 16, 2024

It just calls the mysql bin in the container and pipes the file into it.

from dokku-mysql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.