$ grep -r "#script" ./posts
Tag

#script

// 1 match

MySQL Frequently Used Commands

Selecting a database:mysql> USE database; Listing databases:mysql> SHOW DATABASES; Listing tables in a db:mysql> SHOW TABLES; Describing the format of a table:mysql> DESCRIBE table; Creating a...

IT-Digest AI Assistant