Administrative MySQL Commands

 0    6 cartonașe    sir
descarcă mp3 printează joacă Testează-te
 
Întrebare Răspuns
This will be used to select a database in the MySQL workarea.
începe să înveți
USE Databasename
Lists out the databases that are accessible by the MySQL DBMS.
începe să înveți
SHOW DATABASES
Shows the tables in the database once a database has been selected with the use command.
începe să înveți
SHOW TABLES
Shows the attributes, types of attributes, key information, whether NULL is permitted, defaults, and other information for a table.
începe să înveți
SHOW COLUMNS FROM tablename
Presents the details of all indexes on the table, including the PRIMARY KEY.
începe să înveți
SHOW INDEX FROM tablename
Reports details of the MySQL DBMS performance and statistics.
începe să înveți
Reports details of the MySQL DBMS perfor în engleză
SHOW TABLE STATUS LIKE tablename\G

Trebuie să te autentifici pentru a posta un comentariu.