Managing & Using MySQL

Managing & Using MySQL
Author: George Reese
Publisher: "O'Reilly Media, Inc."
Total Pages: 445
Release: 2002
Genre: Computers
ISBN: 0596002114

MySQL is a robust open source database product that supports key subsets of SQL on both Linux and Unix systems. This text goes through the whole process from installation and configuration to programming interfaces and database administration.

MySQL Reference Manual

MySQL Reference Manual
Author: Michael Widenius
Publisher: "O'Reilly Media, Inc."
Total Pages: 822
Release: 2002
Genre: Computers
ISBN: 9780596002657

This comprehensive reference guide offers useful pointers for advanced use of SQL and describes the bugs and workarounds involved in compiling MySQL for every system.

Database Management System with MySQL

Database Management System with MySQL
Author: Thanh X Tran
Publisher:
Total Pages: 114
Release: 2019-12-24
Genre:
ISBN: 9781650272610

Database Management System with MySQL***MySQL tutorial for beginnersThe above MySQL tutorial explains how to install MySQL and run various SQL queries using MySQL Workbench. It also covers data exports and imports, as well as instructions for connecting a website to MySQL.The tutorial assumes a basic understanding of how databases work.

Database Design Manual: using MySQL for Windows

Database Design Manual: using MySQL for Windows
Author: Matthew Norman
Publisher: Springer Science & Business Media
Total Pages: 213
Release: 2003-10-09
Genre: Computers
ISBN: 1852337168

Essential SQL fast provides a comprehensive guide to SQL, using the Windows-based version of MySQL. MySQL is a freely available, multi-platform database management system, making it ideal for learning the techniques and concepts of database design. Using numerous worked examples and illustrations, Matthew Norman describes how to set up the database management system MySQL. In doing so he covers various topics, including: installing and testing MySQL; using the graphical tools; database design techniques and concepts; retrieving, changing and deleting data; and how to make other products communicate with MySQL.

Hands-On MySQL Administration

Hands-On MySQL Administration
Author: Arunjith Aravindan
Publisher: "O'Reilly Media, Inc."
Total Pages: 634
Release: 2024-06-28
Genre: Computers
ISBN: 1098155858

Geared to intermediate- to advanced-level DBAs and IT professionals looking to enhance their MySQL skills, this guide provides a comprehensive overview on how to manage and optimize MySQL databases. You'll learn how to create databases and implement backup and recovery, security configurations, high availability, scaling techniques, and performance tuning. Using practical techniques, tips, and real-world examples, authors Arunjith Aravindan and Jeyaram Ayyalusamy show you how to deploy and manage MySQL, Amazon RDS, Amazon Aurora, and Azure MySQL. By the end of the book, you'll have the knowledge and skills necessary to administer, manage, and optimize MySQL databases effectively. Design and implement a scalable and reliable database infrastructure using MySQL 8 on premises and cloud Install and configure software, manage user accounts, and optimize database performance Use backup and recovery strategies, security measures, and high availability solutions Apply best practices for database schema design, indexing strategies, and replication techniques Implement advanced database features and techniques such as replication, clustering, load balancing, and high availability Troubleshoot common issues and errors, using diagnostic tools and techniques to identify and resolve problems quickly and efficiently Facilitate major MySQL upgrades including MySQL 5.7 to MySQL 8

SQL for MySQL Developers

SQL for MySQL Developers
Author: Rick F. van der Lans
Publisher: Pearson Education
Total Pages: 1117
Release: 2007-04-20
Genre: Computers
ISBN: 0132715899

The Most Complete and Practical Guide to MySQL Version 5’s Powerful SQL Dialect MySQL version 5 offers a SQL dialect with immense power. In SQL for MySQL Developers, Rick F. van der Lans helps you master this version ofSQL and take advantage of its full potential. Using case study examplesand hands-on exercises, van der Lans illuminates every key concept,technique, and statement–including advanced features that make iteasier to create even the most complex statements and programs. Drawing on decades of experience as an SQL standards team member and enterprise consultant, he reveals exactly why MySQL’s dialect works as it does–and how to get the most out of it. You’ll gain powerful insight into everything from basic queries to stored procedures, transactions to data security. Whether you’re a programmer, Web developer, analyst, DBA, or database user, this book can take you from “apprentice” to true SQL expert. If you’ve used SQL in older versions of MySQL, you’ll become dramatically more effective–and if you’re migrating from other database platforms, you’ll gain practical mastery fast.

Mastering Phpmyadmin 3.4 for Effective MySQL Management

Mastering Phpmyadmin 3.4 for Effective MySQL Management
Author: Marc Delisle
Publisher: Packt Publishing Ltd
Total Pages: 543
Release: 2012-02-07
Genre: Computers
ISBN: 1849517797

This is a practical hands-on book with clear instructions and lot of code examples. It takes a simple approach, guiding you through different architectural topics using realistic sample projects.

The MySQL Workshop

The MySQL Workshop
Author: Thomas Pettit
Publisher: Packt Publishing Ltd
Total Pages: 726
Release: 2022-04-29
Genre: Computers
ISBN: 183921547X

Learning MySQL just got a whole lot easier, thanks to this hands-on workshop, complete with simple explanations, engaging examples, and realistic exercises that focus on helping you to build and maintain databases effectively Key Features Learn how to set up and maintain a MySQL database Run SQL queries to create, retrieve, and manipulate data Use MySQL effectively with common business applications such as Excel and MS Access Book Description Do you want to learn how to create and maintain databases effectively? Are you looking for simple answers to basic MySQL questions as well as straightforward examples that you can use at work? If so, this workshop is the right choice for you. Designed to build your confidence through hands-on practice, this book uses a simple approach that focuses on the practical, so you can get straight down to business without having to wade through pages and pages of dull, dry theory. As you work through bite-sized exercises and activities, you'll learn how to use different MySQL tools to create a database and manage the data within it. You'll see how to transfer data between a MySQL database and other sources, and use real-world datasets to gain valuable experience of manipulating and gaining insights from data. As you progress, you'll discover how to protect your database by managing user permissions and performing logical backups and restores. If you've already tried to teach yourself SQL, but haven't been able to make the leap from understanding simple queries to working on live projects with a real database management system, The MySQL Workshop will get you on the right track. By the end of this MySQL book, you'll have the knowledge, skills, and confidence to advance your career and tackle your own ambitious projects with MySQL. What you will learn Understand the concepts of relational databases and document stores Use SQL queries, stored procedures, views, functions, and transactions Connect to and manipulate data using MS Access, MS Excel, and Visual Basic for Applications (VBA) Read and write data in the CSV or JSON format using MySQL Manage data while running MySQL Shell in JavaScript mode Use X DevAPI to access a NoSQL interface for MySQL Manage user roles, credentials, and privileges to keep data secure Perform a logical database backup with mysqldump and mysqlpump Who this book is for This book is for anyone who wants to learn how to use MySQL in a productive, efficient way. If you're totally new to MySQL, it'll help you get started or if you've used MySQL before, it'll fill in any gaps, consolidate key concepts, and offer valuable hands-on practice. Prior knowledge of simple SQL or basic programming techniques will help you in quickly grasping the concepts covered, but is not necessary.