QuickFire Posted January 7, 2007 at 09:47 PM Report #75068 Posted January 7, 2007 at 09:47 PM Boas 😞 Alguém sabe qual o comando para saber a data de criação de uma tabela ? No PhpMyAdmin ele mostra para cada table a data e hora de criação e ultima actualização da tabela, e fazia-me falta saber como 😛 Muito obrigado, Pedro Diogo aka QuickFire
Rui Carlos Posted January 7, 2007 at 09:52 PM Report #75070 Posted January 7, 2007 at 09:52 PM vê se isto ajuda: http://lists.mysql.com/mysql/204071 Rui Carlos Gonçalves
QuickFire Posted January 7, 2007 at 10:15 PM Author Report #75077 Posted January 7, 2007 at 10:15 PM Ajudou muito sim obrigado 😞 Apesar de ser PHP vou deixar aqui uma forma de mostrar a informação que queria: $info = mysql_fetch_array(mysql_query("show table status like '<table>'")); echo $info["Create_time"];
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now