Giter Site home page Giter Site logo

Comments (12)

Hyhyhyhyhyhyh avatar Hyhyhyhyhyhyh commented on June 5, 2024
  1. 已更新ddl.sql以及demo数据.sql
  2. check_result_xt及其它check_result_xxxxxxxx表均由check_result_template表create as select创建,例如:
create table check_result_xt as select * from check_result_template where company='xt';
create table check_result_db as select * from check_result_template where company='db';

from django-data-quality-system.

mounirzz avatar mounirzz commented on June 5, 2024

I encountered this problem when starting Mysql.
Starting MySQL.. ERROR! The server quit without updating PID file (/data/mysql/data/mysql.pid).
even if I did this action :
在266行添加--defaults-file(不加的话会报错找不到pid文件

from django-data-quality-system.

Hyhyhyhyhyhyh avatar Hyhyhyhyhyhyh commented on June 5, 2024

Which directory did you install the mysql server?

from django-data-quality-system.

mounirzz avatar mounirzz commented on June 5, 2024

@Hyhyhyhyhyhyh same installation what you did, I installed it in the directory /data/mysql.
what concerns datadir it is in directory /data/mysql/data2.
thank you in advance,

from django-data-quality-system.

Hyhyhyhyhyhyh avatar Hyhyhyhyhyhyh commented on June 5, 2024

@mounirzz Please check if the following two parameters are set correctly:

  1. /etc/my.cnf datadir = /data/mysql/data2
  2. /etc/init.d/mysqld datadir=/data/mysql/data2

I think checking the error log (/data/mysql/logs/mysql.log) is a good way to find out the problem :)

from django-data-quality-system.

mounirzz avatar mounirzz commented on June 5, 2024

this is solved on the mysql side. using: rm -rf /data/mysql/data2/mysql.sock
but I ran into another error of virtualenv: unreconized arguments: --no-site-packages systemsExit: 2, the problem of the virtualenv 20 version otherwise the problem of python 2.7.5 version :(.

from django-data-quality-system.

Hyhyhyhyhyhyh avatar Hyhyhyhyhyhyh commented on June 5, 2024

@mounirzz I have never deployed the project in python2 environment.
In actually,many codes in this project use python3 syntax 😂

from django-data-quality-system.

mounirzz avatar mounirzz commented on June 5, 2024

You are right, I did everything correct but the start of the project indicated this error:
(django-2.1) [pyweb@localhost ~]$ nohup gunicorn mysite.wsgi -c /data-quality/gconfig.py & [1] 25142 (django-2.1) [pyweb@localhost ~]$ nohup: ignoring input and appending output to ‘nohup.out’ supervisorctl -c /data/data-quality/supervisor.conf start data Error: could not find config file /data/data-quality/supervisor.conf
how can i generate this file /data/data-quality/supervisor.conf ??
thanks for your help.

from django-data-quality-system.

Hyhyhyhyhyhyh avatar Hyhyhyhyhyhyh commented on June 5, 2024

@mounirzz If you execute the command nohup gunicorn mysite.wsgi -c /data-quality/gconfig.py & successfully,you can open the link http://ip:9000 to open the website

from django-data-quality-system.

mounirzz avatar mounirzz commented on June 5, 2024

Thank you verrry mush for your help, just I have a little question how I can generate IP because it doesn't work with localhost: 9000, moreover I didn't use the container. :((((

from django-data-quality-system.

mounirzz avatar mounirzz commented on June 5, 2024

@Hyhyhyhyhyhyh Pleaseeeeeeeee I can pay you for it, if you allow can we do remote connection, i'm stuck and i'm really interested in your app.

from django-data-quality-system.

Hyhyhyhyhyhyh avatar Hyhyhyhyhyhyh commented on June 5, 2024

@mounirzz i think we can use for you GMAIL mailbox for conversation

from django-data-quality-system.

Related Issues (9)

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.