风雨兼程

ring my bells
posts - 49, comments - 14, trackbacks - 0, articles - 0

2009年9月26日

     摘要: 1、MySQL常用命令

create database name; 创建数据库

use databasename; 选择数据库

drop database name 直接删除数据库,不提醒

show tables; 显示表

describe tablename; 表的详细描述

select 中加上distinct去除重复字段

mysqladmin drop databasename 删除数据库前,有提示。  阅读全文

posted @ 2009-09-26 21:15 silentneil 阅读(226) | 评论 (0)编辑 收藏

     摘要: sudo apt-get install mysql-server

GRANT ALL PRIVILEGES ON *.* TO root@localhost IDENTIFIED BY "123456";  阅读全文

posted @ 2009-09-26 16:29 silentneil 阅读(269) | 评论 (0)编辑 收藏