-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MySQL Connection Breaks the System #93
Comments
Dear ulfet, My OS is Ubuntu 16.04 LTS serverMySQL - must set root password during instalation
Requirements
Install Vatic dependencies (turkic, pyvision and vatic)
Apache
Setting up Vatic
Using VaticExtract video's frames
Import video in order to perform annotation
Check the status of the video annotation
Publish video to the web server
Open the URLs returned and annotate the events on browserhttp://localhost/?id=1&hitId=offline Export the annotations
Visualise tracks
Delete a video
Referenceshttps://github.com/cvondrick/vatic |
fuck, that cover my system config after your instructions. |
You may want to look at BeaverDam. |
Before this error, I was receiving error related to /var/www/.python-eggs. After fixing that, I receive the following error.
Steps:
mysql -u root -p
This breaks everything in the system. After this,
Issuing "mysql -u root -p" leads to the following error message:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Issuing "turkic status" leads to the following error:
Searched for some time about both of the error messages, but to no avail.
Any recommendations?
The text was updated successfully, but these errors were encountered: