想买几本有关mysql的书,大家给推荐本,谢谢。

解决方案 »

  1.   

    《数据库系统概论(第四版)》 王珊 萨师煊   高等教育出版社 (掌握基础知识和概念) 然后再粗略浏览一遍MYSQL的官方手册。(方便以后查找,避免类似于考试的时候,给你本政治书也不知道答案在第几章,第几页)MySQL官方文档 http://dev.mysql.com/doc/refman/5.1/zh/index.html
      

  2.   


    D:\book\mysql>tree /f
    文件夹 PATH 列表
    卷序列号码为 000022AD 6C10:5279
    D:.
    │  innodb-plugin-1.0-en.html-chapter.zip
    │  menagerie-db.zip
    │  MySQL 5.1参考手册.chm
    │  MySQL Rocket Reference 2nd Edition.zip
    │  MYSQL 命令备忘.txt
    │  MYSQL 注射精华.pdf.rar
    │  Mysql 的优化设置.txt
    │  MySQL.in.a.Nutshell.chm
    │  MySQLBook.chm
    │  MySQL中文参考手册.zip
    │  MySQL数据库管理系统的配置和管理.ppt
    │  MYSQL网络数据库指南.rar
    │  O'Reilly.Learning.SQL,2nd.Edition.chm
    │  OReIlly.High.Performance.MySQL,2nd.Edition[www.TopSage.com].zip
    │  refman-5.0-en.html-chapter.zip
    │  refman-5.1-en.html-chapter.zip
    │  refman-5.1-maria-en.chm
    │  refman-5.1-zh.html-chapter.zip
    │  refman-5.4-en.chm
    │  refman-5.5-en.html-chapter.zip
    │  SQL.Cookbook(中文版) .pdf
    │  SQL必知必会(第3版).pdf
    │  SQL语言参考大全(CHM版)2.1M.chm
    │  workbench-en.html-chapter.zip
    │  world.sql
    │  world_innodb.sql
    │  [MySQL.Cookbook(第2版)].(美)迪布瓦.中文版.扫描版.pdf
    │  [MySQL核心技术手册(第二版)].(美)戴尔.扫描版.pdf
    │  [大家网]O'Reilly.MySQL.Cookbook,2nd.Edition[www.TopSage.com].chm
    │  [大家网]Sams.Teach.Yourself.MySQL.in.10.Minutes[www.TopSage.com].chm
    │  [深入理解MySQL核心技术].Oreilly.Understanding.Mysql.Internals.Apr.2007.pdf
    │  深入浅出MySQL数据库开发、优化与管理维护.pdf
    │  高性能MySQL(第2版)中文版.pdf

    ├─employees_db-code-1.0.6
    │  └─employees_db
    │          ._employees.sql
    │          ._employees_partitioned2.sql
    │          ._README
    │          Changelog
    │          employees.sql
    │          employees_partitioned.sql
    │          employees_partitioned2.sql
    │          employees_partitioned3.sql
    │          objects.sql
    │          README
    │          test_employees_md5.sql
    │          test_employees_sha.sql

    ├─employees_db-dump-files-1.0.5
    │  └─employees_db
    │          load_departments.dump
    │          load_dept_emp.dump
    │          load_dept_manager.dump
    │          load_employees.dump
    │          load_salaries.dump
    │          load_titles.dump

    ├─employees_db-full-1.0.6
    │  └─employees_db
    │          ._employees.sql
    │          ._employees_partitioned2.sql
    │          ._load_departments.dump
    │          ._load_dept_manager.dump
    │          ._load_employees.dump
    │          ._load_salaries.dump
    │          ._load_titles.dump
    │          ._README
    │          Changelog
    │          employees.sql
    │          employees_partitioned.sql
    │          employees_partitioned2.sql
    │          employees_partitioned3.sql
    │          load_departments.dump
    │          load_dept_emp.dump
    │          load_dept_manager.dump
    │          load_employees.dump
    │          load_salaries.dump
    │          load_titles.dump
    │          objects.sql
    │          README
    │          test_employees_md5.sql
    │          test_employees_sha.sql

    ├─innodb-1.1-en.html-chapter
    │      glossary.html
    │      index.html
    │      innodb-changes.html
    │      innodb-compression.html
    │      innodb-contrib.html
    │      innodb-create-index.html
    │      innodb-downgrading.html
    │      innodb-file-format.html
    │      innodb-information-schema.html
    │      innodb-installation.html
    │      innodb-introduction.html
    │      innodb-other-changes.html
    │      innodb-parameter-changes.html
    │      innodb-performance.html
    │      innodb-row-format.html
    │      innodb-upgrading.html
    │      ix01.html
    │      mysql-html.css

    ├─refman-5.1-zh.html-chapter
    │  │  apis.html
    │  │  charset.html
    │  │  client-side-scripts.html
    │  │  column-types.html
    │  │  connectors.html
    │  │  credits.html
    │  │  custom-engine.html
    │  │  database-administration.html
    │  │  environment-variables.html
    │  │  error-handling.html
    │  │  extending-mysql.html
    │  │  functions.html
    │  │  gpl-license.html
    │  │  index.html
    │  │  information-schema.html
    │  │  installing.html
    │  │  introduction.html
    │  │  ix01.html
    │  │  language-structure.html
    │  │  limits.html
    │  │  mysql-floss-license-exception.html
    │  │  ndbcluster.html
    │  │  news.html
    │  │  optimization.html
    │  │  partitioning.html
    │  │  pluggable-storage.html
    │  │  porting.html
    │  │  precision-math.html
    │  │  preface.html
    │  │  problems.html
    │  │  regexp.html
    │  │  replication.html
    │  │  restrictions.html
    │  │  spatial-extensions-in-mysql.html
    │  │  sql-syntax.html
    │  │  storage-engines.html
    │  │  stored-procedures.html
    │  │  triggers.html
    │  │  tutorial.html
    │  │  using-mysql-programs.html
    │  │  views.html
    │  │
    │  └─images
    │          blackhole-1.png
    │          cluster-components-1.png
    │          custom-engine-overview.png
    │          multi-comp-1-reduced.png
    │          multi-comp-1.png
    │          myaccess-odbc.png
    │          myaccess.png
    │          myarchitecture.png
    │          mydll-properties.png
    │          mydsn-example.png
    │          mydsn-icon.png
    │          mydsn-options.png
    │          mydsn-setup.png
    │          mydsn-test-fail.png
    │          mydsn-test-success.png
    │          mydsn-trace.png
    │          mydsn.png
    │          myflowchart.png
    │          pluggable-storage-choosing.png
    │          pluggable-storage-overview.png

    └─sakila-db
            sakila-data.sql
            sakila-schema.sql
            sakila.mwb.zip
    D:\book\mysql>
      

  3.   

    求4#的相关书籍可否打包发送 [email protected]
      

  4.   


    都是网上下载的,直接搜索书名,应该是很好找到的,优先考虑高清pdf版本。
      

  5.   

    CSDN的download里头搜mysql,䚱应该有楼主想要的大部分书
      

  6.   

    买什么书呀,现在网上资源丰富得很呀。直接下载mysql.chm帮助手册
      

  7.   


    这数太高级了 不适合入门 很多东西 配到了才会知道学会用phpmyadmin 就算入门了