SELECT * FROM mysql.db WHERE Db = '<database name in LC>'\G (the \G is an alternate form of the semicolon, and causes printing of rows as one field per line, then a divider. better for rows with lots of fields.)