테이블 row 건수 확인
2014. 1. 24. 14:46ㆍDB/Mysql
테이블 row 건수 확인
SELECT table_name,table_rows
FROM information_schema.TABLES
WHERE table_schema = 'DB_NAME'
'DB > Mysql' 카테고리의 다른 글
Mysql Replication 서버 이전시 start slave가 동작하지 않을 경우 (0) | 2015.12.15 |
---|---|
 라는 코드가 db에 섞여 있을 경우 (0) | 2014.02.14 |
Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in / (0) | 2014.01.24 |
mysql partitioning 예제 (0) | 2013.07.18 |
select if (0) | 2013.06.06 |