MySQL Forums
Forum List  »  Newbie

file paths in a mysql table
Posted by: David Morgan
Date: May 11, 2012 02:55PM

I have a MYSQL table called "Directories" with two fields:

dirID (INT)
directory (VARCHAR)
what i want is to store a list of file paths which I will eventually be running through a server (NOT locally). What I want is not an extraction of entire directory and contents, just directories. Here is an example:

dirID: 1
directory: /db/images/web1

dirID: 2
directory: /db/images/web2

how do I achieve this please?

Options: ReplyQuote


Subject
Written By
Posted
file paths in a mysql table
May 11, 2012 02:55PM


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.