摘要:
登录login mysql -h localhost -u root -p 创建数据库database create <database_name>; show 库s show databases; 进入/使用数据库 use <database_name>; 创建表table ->create ta 阅读全文
摘要:
RAID: Redundant Arrays of Inexpensive Disks Independent Berkeley: A case for Redundent Arrays of Inexpensive Disks RAID 提高IO能力: 磁盘并行读写; 提高耐用性; 磁盘冗余来实现 级别:多块磁盘组织... 阅读全文