MySQL知识分享剖析.ppt

  1. 1、本文档共24页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
创建表时,if exists 创建存储过程、函数时,先定义结尾符,再还原结尾符 * 带你走进MySQL的世界 ——MySQL基础知识分享 MySQL基础知识分享 MySQL前事今生。 MySQL使用入门。 MySQL语法普及。 MySQL进阶。 MySQL基础知识分享 MySQL前事今生。 MySQL使用入门。 MySQL语法普及。 MySQL进阶。 MySQL基础知识分享——MySQL前事今生 1994年 MySQL开始设计、开发 1995年5月 内部版1.0发行,并在瑞典成立MySQL AB公司 1996年 公开版 3.11.1发行 1998年 MySQL Windows版可用 2000年6月 3.23 Beta版发行 2001年1月 3.23 GA版发行 2002年8月 4.0 Beta版发行 2003年3月 4.0 GA版发行 MySQL基础知识分享——MySQL前事今生 2004年6月 4.1 Beta版发行 2004年10月 4.1 GA版发行 2005年3月 5.0 Beta版发行 2005年10月 5.0 GA版发行 2008年2月 Sun Microsystems收购MySQL AB 2008年11月 5.1 GA版发行 2009年4月 5.4 Beta版发行 2009年,甲骨文公司(Oracle)收购升阳微系统公司,MySQL成为Oracle旗下产品 MySQL基础知识分享 MySQL前事今生。 MySQL使用入门。 MySQL语法普及。 MySQL进阶。 MySQL基础知识分享——MySQL使用入门 Clients and Tools MySQL includes several client and utility programs. These include both command-line programs such as mysqldump and mysqladmin, and graphical programs such as MySQL Workbench. Get Helps MySQL programs can be invoked with the --help 、-I or -? option to obtain online assistance. MySQL基础知识分享——MySQL使用入门 连接本机的MySQL数据库 mysql -P Port -D Database -u User -pPassword 连接远端的MySQL数据库 mysql -h IP -P Port -D Database -u User -pPassword 以上的端口如果没有修改过,可以不用指定。默认的端口为3306。如果不指定数据库,也可进入后,使用use指令切换。注意,-p与密码之间没有空格。 MySQL基础知识分享——MySQL使用入门 For mysql of these interprets commands, type help or \h at the mysql prompt: List of all MySQL commands: Note that all text commands must be first on line and endwith ; ? (\?) Synonym for `help. clear (\c) Clear command. connect (\r) Reconnect to the server. Optional arguments are db and host. delimiter (\d) Set statement delimiter. edit (\e) Edit command with $EDITOR. go (\g) Send command to mysql server. help (\h) Display this help. nopager (\n) Disable pager, print to stdout. MySQL基础知识分享——MySQL使用入门 notee (\t) Dont write into outfile. pager (\P) Set PAGER [to_pager]. Print the query results via PAGER. print (\p) Print current command. prompt (\R) Change your mysql prompt. quit (\q) Quit mysql. rehash (\#) Rebuild com

文档评论(0)

w5544434 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档