We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I encounter the following errors when trying to access MySQL web (http://ghtorrent.org/dblite/)
I login as a 'Guest' and encounter the below error when I try to expand a table from the Database Explorer pane/window:
SQLSTATE[HY000]: General error: 1021 Disk full (/mnt/#sql_1c7d9_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device
When I try to execute a select query (e.g., select * from users limit 5;) I encounter the following error:
SQLSTATE[42000]: Syntax error or access violation: 1142 SELECT command denied to user 'ghtro'@'web' for table 'users'
Thanks!
The text was updated successfully, but these errors were encountered:
I'm also encountering an issue as well- I registered, and when I go to log in I get this error message:
Failed to open/create a writable database at [/home/gousiosg/dblite/data/database/users.sqlite]
Sorry, something went wrong.
The same problem happened to me, it sounds like the main contributor just left the project!
@gousiosg Could you please check the MySQL web interface problem?
Is the live MYSQL web not maintained any more? I also have the same problem.
No branches or pull requests
I encounter the following errors when trying to access MySQL web (http://ghtorrent.org/dblite/)
I login as a 'Guest' and encounter the below error when I try to expand a table from the Database Explorer pane/window:
When I try to execute a select query (e.g., select * from users limit 5;) I encounter the following error:
Thanks!
The text was updated successfully, but these errors were encountered: