Published
- 1 min read
mysql show variables
The solution for this is noted below
mysql show variables
Solution
SHOW VARIABLES; -- complete list
SHOW VARIABLES LIKE 'secure_file_priv'; -- search
SHOW VARIABLES LIKE 'secure_%';
Try other methods by searching on the site. That is if this doesn’t work