Administrative MySQL Commands

 0    6 Fiche    sir
скачать mp3 басу ойын өзіңді тексер
 
сұрақ жауап
This will be used to select a database in the MySQL workarea.
оқуды бастаңыз
USE Databasename
Lists out the databases that are accessible by the MySQL DBMS.
оқуды бастаңыз
SHOW DATABASES
Shows the tables in the database once a database has been selected with the use command.
оқуды бастаңыз
SHOW TABLES
Shows the attributes, types of attributes, key information, whether NULL is permitted, defaults, and other information for a table.
оқуды бастаңыз
SHOW COLUMNS FROM tablename
Presents the details of all indexes on the table, including the PRIMARY KEY.
оқуды бастаңыз
SHOW INDEX FROM tablename
Reports details of the MySQL DBMS performance and statistics.
оқуды бастаңыз
Reports details of the MySQL DBMS perfor ағылшын тілінде
SHOW TABLE STATUS LIKE tablename\G

Пікір қалдыру үшін жүйеге кіру керек.