Skip to main content
Apress
Book cover

MySQL Connector/Python Revealed

SQL and NoSQL Data Storage Using MySQL for Python Programmers

  • Book
  • © 2018

Overview

  • Covers MySQL Connector/Python 8.0 using both SQL and NoSQL
  • Guides you from installation through use and troubleshooting
  • Covers the X DevAPI that underlies all MySQL language interfaces

This is a preview of subscription content, log in via an institution to check access.

Access this book

eBook USD 49.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book USD 64.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Other ways to access

Licence this eBook for your library

Institutional subscriptions

Table of contents (10 chapters)

  1. Getting Ready

  2. The Legacy APIs

  3. The X DevAPI

  4. Error Handling and Troubleshooting

Keywords

About this book

Move data back and forth between database and application. The must-have knowledge in this book helps programmers learn how to use the official driver, MySQL Connector/Python, by which Python programs communicate with the MySQL database. 



This book takes you from the initial installation of the connector through basic query execution, then through more advanced topics, error handing, and troubleshooting. The book covers both the traditional API as well as the new X DevAPI. The X DevAPI is part of MySQL 8.0 and is an API that can be used with connectors for several programming languages and is used from the command-line interface known as MySQL Shell. You will learn to use the connector by working through code examples and following a discussion of how the API calls work. 

By the end of the book, you will be able to use MySQL as the back-end storage for your Python programs, and you’ll even have the option of choosing between SQLand NoSQL interfaces. 


What You'll Learn
  • Install MySQL Connector/Python
  • Connect to MySQL and configure database access
  • Execute SQL and NoSQL queries from your Python program
  • Trap errors and troubleshoot problems
  • Store data from different languages using MySQL’s character set support
  • Work in the X DevAPI that underlies all of MySQL’s language connectors


Who This Book Is For


Developers familiar with Python who are looking at using MySQL as the back-end database. No prior knowledge of Connector/Python is assumed, but readers should be familiar with databases and the Python programming language. 



Authors and Affiliations

  • Hornsby, Australia

    Jesper Wisborg Krogh

About the author

Jesper Wisborg Krogh is a member of the Oracle MySQL Support team and has spoken on several occasions at Oracle OpenWorld. He has a Ph.D. in computational chemistry before changing to work with MySQL and other software development in 2006. Jesper lives in Sydney, Australia, and enjoys spending time outdoors walking, traveling, and reading. His areas of expertise include MySQL Cluster, MySQL Enterprise Backup, and the Performance and sys schemas. He is an active author in the Oracle Knowledge Base, and regularly blogs on MySQL topics.

Bibliographic Information

  • Book Title: MySQL Connector/Python Revealed

  • Book Subtitle: SQL and NoSQL Data Storage Using MySQL for Python Programmers

  • Authors: Jesper Wisborg Krogh

  • DOI: https://doi.org/10.1007/978-1-4842-3694-9

  • Publisher: Apress Berkeley, CA

  • eBook Packages: Professional and Applied Computing, Apress Access Books, Professional and Applied Computing (R0)

  • Copyright Information: Jesper Wisborg Krogh 2018

  • Softcover ISBN: 978-1-4842-3693-2Published: 01 August 2018

  • eBook ISBN: 978-1-4842-3694-9Published: 31 July 2018

  • Edition Number: 1

  • Number of Pages: XXIII, 515

  • Number of Illustrations: 28 b/w illustrations

  • Topics: Database Management, Python, Open Source

Publish with us