I’m wondering if there is some command that can be used for retrieving all data types supported by the currently installed version of MySQL? Something like “SHOW DATA TYPES” (this is not a valid MySQL command) to get a table containing detailed info about the data types supported. Thanks in advance.
Share
No, but you can run from the console the following command:
I have version 5.1 installed so I can check here the appropiate documentation on the link “MySQL 5.1 Manual”.
Do the same for yours.