Administrative MySQL Commands

 0    6 informačný list    sir
stiahnuť mp3 vytlačiť hrať Skontrolujte sa
 
otázka Odpoveď
This will be used to select a database in the MySQL workarea.
začať sa učiť
USE Databasename
Lists out the databases that are accessible by the MySQL DBMS.
začať sa učiť
SHOW DATABASES
Shows the tables in the database once a database has been selected with the use command.
začať sa učiť
SHOW TABLES
Shows the attributes, types of attributes, key information, whether NULL is permitted, defaults, and other information for a table.
začať sa učiť
SHOW COLUMNS FROM tablename
Presents the details of all indexes on the table, including the PRIMARY KEY.
začať sa učiť
SHOW INDEX FROM tablename
Reports details of the MySQL DBMS performance and statistics.
začať sa učiť
Reports details of the MySQL DBMS perfor v angličtine
SHOW TABLE STATUS LIKE tablename\G

Ak chcete pridať komentár, musíte byť prihlásený.