Create / Delete Database
Backup Database to SQL File
Restore from backup SQL File
Repair Tables After Unclean Shutdown
Browsing
Select
Select - Join
Conditions
Insert
Delete
Update
Create / Delete / Modify Table
Create
Drop
Alter
Change field order
Keys
Users and Privileges
Host ‘%’ indicates any host.
Main Data Types
⚠ INT(2) = “2 digits displayed” – NOT “number with 2 digits max”
⚠ 8,3 -> 12345,678 – NOT 12345678,123!
Variants for TEXT&BLOB:
TINY
(max=255), MEDIUM
(max=~16000), and LONG
(max=4Go). Ex: VARCHAR(32)
, TINYTEXT
, LONGBLOB
, MEDIUMTEXT
Reset Root Password
Your commands may vary depending on your OS.
0 comments:
Post a Comment