MySQL Forums
Forum List  »  MySQL Workbench

Re: Error Code 1148: The used command is not allowed with this MYSQL version
Posted by: Catherine S
Date: November 06, 2018 04:12PM

I am using Mac OS. I added a my.cnf file under /etc and direct the configuration to this file. I have checked the setting by "SHOW VARIABLES LIKE "secure_file_priv";" and it shows that I have disabled secure_file_priv.

The my.cnf content is as follow:

[client]
port = 3306
[mysqld]
port = 3306
secure_file_priv=''

I also tried to allow a particular path with this setting and checked with "SHOW VARIABLES LIKE "secure_file_priv";" But still get the same error

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.