Administrative MySQL Commands

 0    6 adatlap    sir
letöltés mp3 Nyomtatás játszik ellenőrizze magát
 
kérdés válasz
This will be used to select a database in the MySQL workarea.
kezdjen tanulni
USE Databasename
Lists out the databases that are accessible by the MySQL DBMS.
kezdjen tanulni
SHOW DATABASES
Shows the tables in the database once a database has been selected with the use command.
kezdjen tanulni
SHOW TABLES
Shows the attributes, types of attributes, key information, whether NULL is permitted, defaults, and other information for a table.
kezdjen tanulni
SHOW COLUMNS FROM tablename
Presents the details of all indexes on the table, including the PRIMARY KEY.
kezdjen tanulni
SHOW INDEX FROM tablename
Reports details of the MySQL DBMS performance and statistics.
kezdjen tanulni
Reports details of the MySQL DBMS perfor angolul
SHOW TABLE STATUS LIKE tablename\G

Kommentár közzétételéhez be kell jelentkeznie.