Search Blog

Search duranek.blogspot.com

Friday, April 16, 2010

MYSQL de bir tablonun hangi storage engine i kullandigi

SELECT ENGINE
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = 'test'
AND TABLE_NAME = 'products'

No comments: