Is it possible to read list of files using mysql

二次信任 提交于 2019-12-12 04:56:44

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!