<< < 1 2 3 4 5 6 7 8 > >>   ∑:175  Sort:Date

What Is MySQL
Quick introduction of MySQL with a list of main features.
2022-10-01, ∼290🔥, 0💬

mysqladmin - The Client Tool for Administrators
A quick introduction is provided on mysqladmin, the client tool managing MySQL servers. You can run mysqladmin on a remote system to check the status of the MySQL server or shutdown the server.
2022-10-01, ∼285🔥, 0💬

Java Programs and MySQL Servers
This chapter provides tutorial notes on MySQL JDBC driver. Topics include installing MySQL JDBC driver; connection URL and DriverManager class; DataSource and Connection objects; server and driver information; creating tables with auto-increment columns.
2022-10-01, ∼285🔥, 0💬

Datatypes and Data Literals
This chapter provides tutorial notes on datatypes. Topics include introduction of 5 datatypes supported in SQL-92 and MySQL; binary representations of each datatype; data literals; literal evaluations.
2022-10-01, ∼285🔥, 0💬

MySQL Server on macOS
This chapter provides tutorial notes on MySQL server for macOS systems. Topics include installing MySQL Server on macOS; connecting MySQL Server on macOS using localhost IP address.
2022-10-01, ∼285🔥, 0💬

Table Column Types for Exact Numbers
Describes 4 types of table columns to store exact numbers: NUMERIC, DECIMAL, INTEGER and SMALLINT.
2022-10-01, ∼284🔥, 0💬

Operations and Expressions
This chapter provides tutorial notes on operations and expressions. Topics include types of operations and expressions; arithmetic operations; predicate operations; data and time operations; examples of different types of operations.
2022-10-01, ∼278🔥, 0💬

Performance Tuning and Optimization
This chapter provides tutorial notes on MySQL performance tuning and optimization. Topics include comparing INSERT statement execution time between CentOS 8 and macOS 10 computers; query profiling, performance impact of binary logging and InnoDB log buffer.
2022-10-01, ∼275🔥, 0💬

Manage MySQL Server 'mysqld' on CentOS
This section provides a tutorial example on how to start and stop MySQL server program 'mysqld' as a system service on CentOS 8 systems using the 'systemctl' command.
2022-10-01, ∼274🔥, 0💬

Table Column Types for Different Types of Values
This chapter provides tutorial notes on table column types. Topics include column types for character strings, bit strings, exact numbers, approximate numbers, data and time values.
2022-10-01, ∼272🔥, 0💬

MySQL Server Administration
This chapter provides tutorial notes on MySQL server administration. Topics include 'SHOW' statement to display all types of information; capturing and analyzing slow queries; suggestions on slow queries; troubleshooting server performance.
2022-10-01, ∼270🔥, 0💬

Install MySQL Database Server on CentOS
This section provides a tutorial example on how to install MySQL 8.0 server on CentOS 8 systems using 'dnf/yum' as the package manager.
2022-10-01, ∼269🔥, 0💬

JDBC Driver Connection URL
Describes the connection URL format and how to create connection objects with the DriverManager class.
2022-10-01, ∼268🔥, 0💬

CREATE INDEX - Statement to Create Indexes
A tutorial example is provided on how to create indexes as part of CREATE TABLE statements or using CREATE INDEX standalone statements.
2022-10-01, ∼268🔥, 0💬

Archived: Issues MySQL 5.7.10 Installer
This section describes two issues occurred during the installation process of MySQL 5.7.10 on a Windows system using MySQL Installer.
2022-10-01, ∼268🔥, 0💬

Character Strings and Bit Strings
This chapter provides tutorial notes on character strings and bit strings. Topics include character string operations and functions; bit string operations and functions.
2022-10-01, ∼267🔥, 0💬

INSERT INTO - Statement to Insert Records to Tables
A tutorial example is provided on how to use INSERT INTO statements to insert records into tables in different ways.
2022-10-01, ∼267🔥, 0💬

Archived: Installing MySQL 5.6.28
This section provides a tutorial example on how to install MySQL 5.6.28 on a Windows system.
2022-10-01, ∼267🔥, 0💬

Secondary Index on InnoDB Table
This section describes what is secondary index on an InnoDB table. Any any non-primary index is called secondary index.
2022-10-01, ∼266🔥, 0💬

Collations in Predicate Operations
This section provides tutorial examples on how collations are used in predicate operations by MySQL.
2022-10-01, ∼265🔥, 0💬

Table Column Types for Bit Strings
Describes 2 types of table columns to store bit strings: BIT and BIT VARYING.
2022-10-01, ∼263🔥, 0💬

Numeric Value Functions
Describes some commonly used numeric functions like, ABS(), CEILING(), COS(), PI(), RANDOM(), ROUND(), and TRUNCATE().
2022-10-01, ∼262🔥, 0💬

SQL History and Revisions
This section provides a quick introduction of SQL history and revisions. 3 major revisions have been published: SQL1 or SQl-86, SQL2 or SQL/92, and SQL3 or SQL:1999.
2022-10-01, ∼260🔥, 0💬

What Is SQL
This section provides a quick introduction of SQL (Structured Query Language), a computer language that allows users to interact with RDBMS to define create data structure and manage data instances.
2022-10-01, ∼259🔥, 0💬

<< < 1 2 3 4 5 6 7 8 > >>   ∑:175  Sort:Date