Computer >> Computer tutorials >  >> Programming >> MySQL

Are MySQL database and table names case-sensitive?


Actually, the case sensitivity of database and table name depends a lot on the case sensitivity of the underlying operating system. Hence, we can say that such names are not case sensitive in Windows but are case sensitive in most varieties of Unix.