问题
I am trying to read list of files in a directory and store all of them in a table using mysql
For e.g I have thousand image files in this folder /User/Images
I want to store all the file names into a table in mysql.
Is it possible to do this using using just mysql, I dont want to use any programming language that has API for File read and write.
来源:https://stackoverflow.com/questions/28751872/is-it-possible-to-read-list-of-files-using-mysql