Author:
erics, June 12th, 2019
The Problem Tried to load a Tab-delimited text file into MuSQL 5.6.43 and got the following error: mysql> LOAD DATA INFILE ‘sample.txt’ INTO TABLE test_table; ERROR 1290 (HY000): The MySQL server is running with the –secure-file-priv option so it cannot execute this statement Solution One mysql> SHOW VARIABLES LIKE “secure_file_priv”; Copy the file into the […]
Categories: How-To's, Technology Tags: Data, Error, File, howto, INFILE, Load, LOAD DATA, LOAD DATA INFILE, LOAD DATA LOCAL INFILE, local, mysql, Priv, Privilege, Secure, secure_file_priv, secure-file-priv, Show, SHOW VARIABLES, tips, VARIABLES
| No comments
Author:
erics, February 16th, 2011
If you go to empty the Trash on MacOSX and it hangs, check to see if Locum is running and using most of your CPU cycles. If so, you may have the “Empty Trash Securely” option set in Finder Preferences -> Advanced. Uncheck the box and try again… Not sure of the root cause yet, […]
Categories: How-To's, Technology Tags: CPU, Empty, High CPU, howto, Locum, macosx, Secure, Securely, tips, Trash
| 1 comment