package
0.0.0-20240919103016-77a51ec49062
Repository: https://github.com/svetasmirnova/mysqlcookbook.git
Documentation: pkg.go.dev

# README

This directory contains recipes showing how to connect to the MySQL server. The languages demonstrated are:

Java: Connect.java

PHP: connect.php

Perl: connect.pl

Python: connect.py

Ruby: connect.rb

Go: connect.go

The "connect2" and "connect3" scripts in this directory show alternative methods for connecting to the server, generally by specifying a TCP/IP port number or Unix domain socket file value other than the default.

The "connect4" scripts show how to specify the character set at connect time.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author