要连接到特定的数据库,可以在连接数据库时指定数据库名称。以下是在 MySQL 中连接到指定数据库的步骤:
mysql -u username -p -h hostname dbname
其中,dbname 就是要连接的数据库名称。在连接时输入密码,即可连接到指定的数据库。
dbname