Is it possible to somehow get structure of MySQL database, or just some table with simple query?
Or is there another way, how can I do it?
Nowadays, people use DESC instead of DESCRIPTION. For example:- DESC users;
DESC
DESCRIPTION
DESC users;