Gossamer Forum
Home : Products : Gossamer Links : Discussions :

'dir' command in mysql

Quote Reply
'dir' command in mysql
I've been trying to figure out what the similar command is in mysql that allows me to read what permissions and date modified of the files in tables of a particular database. Can anyone shed some light on it? What command do I use?

Thanks in advance.

Mark Geyman

Quote Reply
Re: 'dir' command in mysql In reply to
For permissions, see MySQL's GRANT syntax. For last modified, I don't know of anything in SQL, but you can always check the last modified time of the actual database files.

Cheers,

Alex

--
Gossamer Threads Inc.