MYSQL IN A NUTSHELL doc

566 5.5K 0
MYSQL IN A NUTSHELL doc

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

[...]... server automatically If you’ve installed MySQL manually without an installer, enter something like the following from a DOS command window: mysqld install net start mysql All that remains are some postinstallation adjustments that are explained in the next section Postinstallation After you’ve finished installing MySQL on your server, you should perform a few tasks before allowing others to begin using... www .mysql. com/it-resources/benchmarks for more details) MySQL is remarkably scalable, and is able to handle tens of thousands of tables and billions of rows of data Plus, it manages small amounts of data quickly and smoothly The storage engine, which manages queries and interfaces between a user’s SQL statements and the database’s backend storage, is the critical software in any database management system MySQL offers several storage... an error message stating this problem, and the installation will be canceled If you want to upgrade an existing installation, you can replace the i option in the example with an uppercase U When the RPM files are installed, the mysqld daemon will be started or restarted automatically Once MySQL is installed and running, you need to make some postinstallation adjustments that are explained in the last... is running, but not as a service, you can enter the following from a DOS command window to shut it down: msyqladmin -u root shutdown MySQL AB’s site (http://dev .mysql. com/downloads/) contains three installation packages: a Windows Essential package, a standard Windows package, and a standard Windows package without the installer The Windows Essential package is the recommended format It contains only... views Chapter 6, Data Manipulation Statements and Functions, covers any SQL statements and functions that involve the manipulation of data—inserting, updating, replacing, or deleting Chapter 7, Table and Server Administration Statements and Functions, includes details and examples related to SQL statements and functions that might be used in the administration of databases, tables, or the server Chapter... that MySQL is installed and running, you need to make some postinstallation adjustments that are explained in the last section of this chapter (“Postinstallation”) Linux RPM Distributions If your server is running on a version of Linux that installs software through the RPM package format (where RPM originally stood for Red Hat Package Manager), it is recommended that you use a package instead of a. .. storage engines with different advantages Some are transaction-safe storage engines that allow for rollback of data Additionally, MySQL has a tremendous number of built -in functions that are detailed in several chapters of this book MySQL is also very well known for rapid and stable improvements Each new release comes with speed and stability upgrades, as well as new features 3 The MySQL Package The MySQL. .. using an older version of Mac OS X, you need to install MySQL using a Unix source or binary distribution, following the directions described earlier in this chapter for those particular packages If your server is not running a graphical user interface (GUI) or a desktop manager, you can instead install MySQL on a Macintosh system with a TAR package This can be downloaded from the download page on MySQL s... organized by version of MySQL You can read the material online or download it in a few different formats (e.g., HTML or PDF) It is also available in hardcopy format: MySQL Language Reference and MySQL Administrator’s Guide, both from MySQL Press In addition to this book, O’Reilly Media publishes a few other books on MySQL worth buying and reading O’Reilly’s mainline MySQL book is Managing & Using MySQL. .. that reader However, this part can provide the necessary background to someone who has some knowledge of other databases and wants to move to MySQL, who has used a MySQL database on a hosting service and wants to create a standalone server, or who has other gaps in introductory knowledge Installation, basic configuration, and essential SQL are explained in this part of the book 1 Introduction to MySQL . 25 Analyzing and Manipulating Data 27 Changing Data 29 Deleting Data 30 Searching Data 31 Importing Data in Bulk 32 Command-Line Interface 34 Conclusion 35 Part II 19 The mysql Client 19 Creating a Database and Tables 20 Show Me 23 Inserting Data 23 Selecting Data 24 vii Ordering, Limiting, and Grouping 25 Analyzing and

Ngày đăng: 22/03/2014, 09:20

Mục lục

  • Table of Contents

  • Preface

    • The Purpose of This Book

    • How This Book Is Organized

      • Part I, Introduction and Tutorials

      • Part II, SQL Statements and Functions

      • Part III, MySQL Server and Client Tools

      • Part IV, MySQL API

      • Appendixes

      • Conventions Used in This Book

      • Using Code Examples

      • Request for Comments

      • Safari® Enabled

      • Acknowledgments

      • Part I. Introduction and Tutorials

        • Chapter 1. Introduction to MySQL

          • The Value of MySQL

          • The MySQL Package

          • Licensing

          • Mailing Lists

          • Books and Other Publications

          • Chapter 2. Installing MySQL

            • Choosing a Distribution

            • Unix Source Distributions

            • Unix Binary Distributions

Tài liệu cùng người dùng

Tài liệu liên quan