Is it possible to view the collation for a specific schema via sql? I have found examples for individual columns but its the schema im hoping to lookup.
So as a guess something like
SELECT 'collation_info' FROM DB_NAME
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can view this information from
information_schema.schematatable –Or try
SHOW CREATE DATABASEstatement.