CanMan2004 Posted August 8, 2006 Share Posted August 8, 2006 Hi allIs there anyway to print on screen the date a sql table was created? Thanks in advanceEd Link to comment https://forums.phpfreaks.com/topic/16919-sql-table-creation-date/ Share on other sites More sharing options...
GingerRobot Posted August 8, 2006 Share Posted August 8, 2006 Looking at phpMyAdmin, there is a database called information_schema with a table called tables. This seems to contain all the tables i have created with their creation date. I see no reason why you couln't select this database and retrieve this information.I guess your ability to do this would depend on your access. I would think that if you are not logged in as root then you probably wont be able to access this. I could be wrong though. Link to comment https://forums.phpfreaks.com/topic/16919-sql-table-creation-date/#findComment-71268 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.