Coder Social home page Coder Social logo

Connect with database about jerryrat HOT 3 CLOSED

JunmingZhang avatar JunmingZhang commented on September 2, 2024
Connect with database

from jerryrat.

Comments (3)

JunmingZhang avatar JunmingZhang commented on September 2, 2024

Now I have make the basic connection (i.e., our app connects to the MySQL database), please use MySQL workbench or Navicat to check it.

To connect the database, you need to first install mysqlclient, and run

cp -r /usr/local/mysql/lib/* /usr/local/lib/

in terminal.

After that, we can begin. First, create schema and user by

mysql -u root -p < createDataBase.sql
You can find it in the sql folder. Then run python manage.py migration, now you can start the server.

from jerryrat.

JunmingZhang avatar JunmingZhang commented on September 2, 2024

Next step, enable table file (e.x., csv, xlsx) parsing to sql table format and upload it to database.

from jerryrat.

WindBlowDickCool avatar WindBlowDickCool commented on September 2, 2024

The authorization problem is solved.

from jerryrat.

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.