连接MySQL数据库

sh
阅读 41 收藏 0 点赞 0 评论 0

connect_mysql.sh
#!/bin/bash

mysql -u [username] -p -h [database url or IP]

# It will prompt for password

# Connect to a table
CONNECT [table name]

show tables;
评论列表


问题


面经


文章

微信
公众号

扫码关注公众号