MySQL Error 1148 Fix
Not sure if you’ve seen this error before….
ERROR 1148: The used command is not allowed with this MySQL version |
Don’t get discouraged by this error if you’re running a fairly recent version of MySQL. According to MySQL, the error means that the loading of local files is disabled in MySQL configuration. All you need to do is enable loading of local files in the MySQL configuration. There are two ways to go about enabling the loading of local files depending on the type of environment MySQL is setup on.
Read more »