-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
import of DB doesn't work #897
Comments
Hi Danny, |
No, unfortunately, this was too long ago during some tutorial. If I ever use the UI again and this happens i'll open new issue. |
Ok, I found an SQL that causes it to not import anything, however I cannot share it. Also after letting it continue (hopefully until the end), I noticed at some point Antares became completely black (this is on M1 MacBook, it didn't happen on ubuntu on a toaster laptop) - no UI at all, just black background. Unfortunately the SQL dump is huge and I could not even open it, however I managed to extract a small snippet with one table. Hopefully it's helpful.
From here on it inserts data and continues with next tables... |
Thank you for the SQL! The error that comes up is the same as #646 even though you are not using the utf8mb3 charset. It has been a while since this problem and I will try to see if there is any solution. As for the problem you are experiencing on macOS, I will try to figure out the possible causes, but I have no way to test because I don't have computers with that operating system. |
Describe the bug
Install mysql, install antares, create new empty DB , import previously dumped DB. It now shows a modal that is doing something, however upon completion there is no trace of any imported data.
To Reproduce
See description above. If not clear I can add video.
Expected behavior
DB import works and i can see the imported tables and data.
Screenshots
Don't have atm, but can attach later.
Application (please complete the following information):
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: