摘要:
常用show命令 --MySQL 常用show命令 a. show tables或show tables from database_name; -- 显示当前数据库中所有表的名称。 b. show databases; -- 显示mysql中所有数据库的名称。 c. show columns fr 阅读全文
摘要:
1.登录时报报错:mysql8 error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory 解决方法: sudo ln -s /usr/l 阅读全文