摘要:
在windows上可以使用telnet客户端测试,在linux如果不方便安装telnet客户端的时候可以通关ssh来测试端口 具体命令如下 ssh -v -p 8080 root@59.207.252.236 -v 显示连接debug信息 -p port 指定端口 root@59.207.252.236 使用root用户尝试在59.207.252.236的8080端口上登陆 ... 阅读全文
摘要:
-- 登录yellowcong 数据库 mysql -uroot -proot yellowcong -- 查看当前数据库 select database() -- 查看数据库里面的表 --table_schema 当前的数据库 --table_type='base table' 表示基础的普通表 SELECT table_name FROM information_sche... 阅读全文
摘要:
参考文章: https://blog.csdn.net/f18770366447/article/details/80703347 https://www.cnblogs.com/benjamin77/p/8682360.html https://www.xiaocoder.com/2017/03/17/mysql-installation-guide/ https://blog.cs... 阅读全文