22%
MySQL in a Nutshell

MySQL in a Nutshell

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

MySQL is the world's most popular open source database. MySQL is designed for speed, power, and flexibility in mission-critical, heavy-use environments and modest applications as well. It's also surprisingly rich in features. If you're a database administrator or programmer you probably love the myriad of things MySQL can do, but sometimes wish there wasn't such a myriad of things to remember. With MySQL in a Nutshell by your keyboard, you can drill down into the full depth of MySQL's capabilities quickly and easily. MySQL in a Nutshell is the indispensable desktop reference to all MySQL functions. Programming language APIs for PHP, Perl, and C are covered, as well as all the popular MySQL utilities. This invaluable resource clearly documents the details that experienced users need to take full advantage of this powerful database management system. Better yet, this wealth of information is packed into the concise, comprehensive, and extraordinarily easy-to-use format for which the in a Nutshell guides are renowned. In addition to providing a thorough reference to MySQL statements and functions, the administrative utilities, and the most popular APIs, MySQL in a Nutshell includes several tutorial chapters to help newcomers get started. Moreover, each chapter covering an API begins with a brief tutorial so that, regardless of your level of experience in any given area, you will be able to understand and master unfamiliar territory. MySQL in a Nutshell distills all the vital MySQL details you need on a daily basis into one convenient, well-organized book. It will save you hundreds of hours of tedious research or trial and error and put the facts you need to truly tap MySQL's capabilities at your fingertips.

Table of Contents:
Preface; 1. Introduction to MySQL; The Value of MySQL; The MySQL Package; Licensing; Mailing Lists; Books and Other Publications; 2. Installing MySQL; Choosing a Distribution; Unix Source Distributions; Unix Binary Distributions; Linux RPM Distributions; Macintosh OS X Distributions; Novell NetWare Distributions; Windows Distributions; Postinstallation; 3. MySQL Basics; The MySQL Client; Creating a Database and Tables; Show Me Inserting Data; Selecting Data; Ordering, Limiting, and Grouping; Analyzing and Manipulating Data; Changing Data; Deleting Data; Searching Data; Importing Data in Bulk Command-Line Interface; Conclusion; 4. SQL Statements; Statements Grouped by Type; Statements and Clauses in Alphabetical Order; Alter Database; Alter Table; Alter View; Analyze Table; Backup Table; Cache Index; Change Master To Check Table; Checksum Table Commit; Create Database; Create Index; Create Table; Create View; Delete; Describe; Do; Drop Database; Drop Index; Drop Table; Drop User; Drop View; Explain; Flush; Grant; Handler; Insert; Join; Kill; Load Data From Master; Load Data Infile; Load Index Into Cache; Load Table...From Master; Lock Tables; Optimize Table; Purge Master Logs; Rename Table; Repair Table; Replace; Reset; Reset Master; Reset Slave; Restore Table; Revoke Rollback; Rollback To Savepoint; Savepoint Select; Set; Set Password; Set Sql_Log_Bin; Set Transaction; Show Binlog Events; Show Character Set; Show Collation; Show Columns; Show Create Database; Show Create Table; Show Create View; Show Databases; Show Engines; Show Errors; Show Grants; Show Index; Show Innodb Status; Show Logs; Show Master Logs; Show Master Status; Show Privileges; Show Processlist; Show Slave Hosts; Show Slave Status; Show Status; Show Table Status; Show Tables; Show Variables; Show Warnings; Start Slave; Start Transaction; Stop Slave; Truncate Table; Union; Unlock Tables; Use; 5. String functions string functions grouped by type string functions in alphabetical order; aes_decrypt; aes_encrypt; ascii; bin; binary; bit_length; char; char_length; character_length; compress; concat; concat_ws; conv; decode; des_decrypt; des_encrypt; elt; encode; encrypt; export_set; field; find_in_set; hex; inet_aton; inet_ntoa; insert; instr; lcase; left; length; load_file; locate; lower; lpad; ltrim; make_set; match; against; md5; mid; oct; octet_length; old_password; ord; password; position; quote; repeat; replace; reverse; right; rpad; rtrim; sha; sha1; soundex; space; strcmp; substring; substring_index; trim; ucase; uncompress; uncompressed_length; unhex; upper; 6. date and time functions date and time functions grouped by type determining the date and time extracting and formatting the date and time calculating and modifying the date and time date and time functions in alphabetical order adddate; addtime; convert_tz; curdate; current_date; current_time; current_timestamp; curtime; date; date_add; date_format; date_sub; datediff; day; dayname; dayofmonth; dayofweek; dayofyear; extract; from_days; from_unixtime; get_format; hour; last_day; localtime; localtimestamp; makedate; maketime; microsecond; minute; month; monthname; now; period_add; period_diff; quarter; sec_to_time; second; str_to_date; subdate; subtime; sysdate; time; timediff; timestamp; timestampdiff; timestampadd; time_format; time_to_sec; to_days; unix_timestamp; utc_date; utc_time; utc_timestamp; week; weekday; weekofyear; year; yearweek; 7. mathematical and aggregate functions functions in alphabetical order abs; acos; asin; atan; atan2; avg; bit_and; bit_or; bit_xor; ceil; ceiling; cos; cot; count; crc32; degrees; exp; floor; format; greatest; group_concat; least; ln; log; log2; log10; max; min; mod; pi; pow; power; radians; rand; round; sign; sin; sqrt; std; stddev; sum; tan; truncate; variance; 8. flow control functions functions in alphabetical order case; if; ifnull; nullif; 9. miscellaneous functions functions in alphabetical order analyse; benchmark; bit_count; cast; charset; coalesce; coercibility; collation; connection_id; convert; current_user; database; found_rows; get_lock; interval; is_free_lock; is_used_lock; isnull; last_insert_id; master_pos_wait; release_lock; session_user; system_user; user; uuid; version; 10. MySQL Server and Client mysql mysqld mysqld_multi mysqld_safe; 11. Command-Line Utilities comp_err isamchk make_binary_distribution msql2mysql my_print_defaults; myisamchk myisamlog myisampack mysqlaccess mysqladmin; mysqlbinlog mysqlbug mysqlcheck mysqldump mysqldumpslow; mysqlhotcopy mysqlimport mysqlshow perror 12. Perl API; Using Perl DBI with MySQL Perl DBI Method and Function Reference; available_drivers; begin_work; bind_col; bind_columns; bind_param; bind_param_array; bind_param_inout; can; clone; column_info; commit; connect; connect_cached; data_sources; disconnect; do; dump_results; err; errstr; execute; execute_array; execute_for_fetch; fetch; fetchall_arrayref; fetchall_hashref; fetchrow_array; fetchrow_arrayref; fetchrow_hashref; finish; foreign_key_info; func; get_info; nstalled_versions; last_insert_id; looks_like_number; neat; neat_list; parse_dsn; parse_trace_flag; parse_trace_flags; ping; prepare; prepare_cached; primary_key; primary_key_info; quote; quote_identifier; rollback; rows; selectall_arrayref; selectall_hashref; selectcol_arrayref; selectrow_array; selectrow_arrayref; selectrow_hashref; set_err; state; table_info; table_info_all; tables; trace; trace_msg; type_info; type_info_all; Attributes for Handles; 13. PHP API Using PHP with MySQL PHP MySQL Functions in Alphabetical Order mysql_affected_rows; mysql_change_user; mysql_client_encoding; mysql_close; mysql_connect; mysql_create_db; mysql_data_seek; mysql_db_name; mysql_db_query; mysql_drop_db; mysql_errno; mysql_error; mysql_escape_string; mysql_fetch_array; mysql_fetch_assoc; mysql_fetch_field; mysql_fetch_lengths; mysql_fetch_object; mysql_fetch_row; mysql_field_flags; mysql_field_len; mysql_field_name; mysql_field_seek; mysql_field_table; mysql_field_type; mysql_free_result; mysql_get_client_info; mysql_get_host_info; mysql_get_proto_info; mysql_get_server_info; mysql_info; mysql_insert_id; mysql_list_dbs; mysql_list_fields; mysql_list_processes; mysql_list_tables; mysql_num_fields; mysql_num_rows; mysql_pconnect; mysql_ping; mysql_query; mysql_real_escape_string; mysql_result; mysql_select_db; mysql_stat; mysql_tablename; mysql_thread_id; mysql_unbuffered_query; 14. C API Using C with MySQL; Functions in Alphabetical Order mysql_affected_rows; mysql_autocommit; mysql_change_user; mysql_character_set_name; mysql_close; mysql_commit; mysql_connect; mysql_create_db; mysql_data_seek; mysql_debug; mysql_drop_db; mysql_dump_debug_info; mysql_eof; mysql_errno; mysql_error; mysql_escape_string; mysql_fetch_field; mysql_fetch_field_direct; mysql_fetch_fields; mysql_fetch_lengths; mysql_fetch_row; mysql_field_count; mysql_field_seek; mysql_field_tell; mysql_free_result; mysql_get_client_info; mysql_get_client_version; mysql_get_host_info; mysql_get_proto_info; mysql_get_server_info; mysql_get_server_version; mysql_info; mysql_init; mysql_insert_id; mysql_kill; mysql_list_dbs; mysql_list_fields; mysql_list_processes; mysql_list_tables; mysql_more_results; mysql_next_result; mysql_num_fields; mysql_num_rows; mysql_options; mysql_ping; mysql_query; mysql_real_connect; mysql_real_escape_string; mysql_real_query; mysql_reload; mysql_rollback; mysql_row_seek; mysql_row_tell; mysql_select_db; mysql_set_server_option; mysql_shutdown; mysql_sqlstate; mysql_stat; mysql_store_result; mysql_thread_id; mysql_thread_safe; mysql_use_result; mysql_warning_count; C API Datatypes; A. Datatypes; B. Operators; C. Environment Variables; Index


Best Sellers


Product Details
  • ISBN-13: 9780596007898
  • Publisher: O'Reilly Media
  • Publisher Imprint: O'Reilly Media
  • Height: 229 mm
  • No of Pages: 348
  • Weight: 453.59 gr
  • ISBN-10: 0596007892
  • Publisher Date: 07 Jun 2005
  • Binding: Paperback
  • Language: English
  • Returnable: N
  • Width: 153 mm


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
MySQL in a Nutshell
O'Reilly Media -
MySQL in a Nutshell
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

MySQL in a Nutshell

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA