摘要:
已加载插件:fastestmirror, langpacks One of the configured repositories failed (未知), and yum doesn't have enough cached data to continue. At this point the 阅读全文
摘要:
-- Unit docker-storage-setup.service has begun starting up.Dec 10 09:11:52 localhost.localdomain sh[11601]: Cannot connect to the Docker daemon at uni 阅读全文
摘要:
mysql 查询所有库 show DATABASES 会包含默认表:information_schema 这个要自己去掉 查询表字段信息 select * from information_schema.columns where table_name='表名' postgresql 查询所有数据库 阅读全文