-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Can not get MySQL connector to show with MySQL>5.6 #2164
Comments
Yes that was already there. I used the script in the php directory initially. Record one is there. Here's a dump of it.
Still no luck. |
What is results of |
No result. Get a SQL error. Here's the $sql generated:
I ran this in phpMyAdmin and I get this Error:
|
This fixed by adding ch.id to the GROUP BY clause.
NOW I can see the DATEBASE tree. Great ! Apparently ONLY_FULL_GROUP_BY became standard in version 5.7.5
|
NOTE there are several other GROUP BY clauses with the same problem. Better check them all. |
@arkytn Thanks! 👍 |
Trying to use the MySQL in connector. Created the database and elfinder_file table with the SQL Script
Added the MySQL root
And nothing shows in elfinder. Tried putting some debug code in the MySQL Driver to be sure that it is connecting. It initializes and makes the connection and properly finds the elfinder_file table from SHOW TABLES.
Still nothing in the elfinder window. LocalSystem and Trash work fine. MySQL nothing.
Using elFinder v2.1.28 Any hints?
The text was updated successfully, but these errors were encountered: