mysql.md

July 15, 2021 · View on GitHub

Bookmarks tagged [mysql]

www.codever.land/bookmarks/t/mysql

TUTORIAL MYSQL DATABASE BAHASA INDONESIA - 6h:37min

https://www.youtube.com/watch?v=xYBclb-sYQ4

INDONESIA


SQL vs NoSQL or MySQL vs MongoDB - 21min

https://www.youtube.com/watch?v=ZS_kXvOeQ5Y

SQL or NoSQL? MySQL vs MongoDB? Which database is better? Which one should you use?


MariaDB Foundation - MariaDB.org

https://mariadb.org/


Knex.js - A SQL Query Builder for Javascript - home page

https://knexjs.org/

Knex.js (pronounced /kəˈnɛks/) is a "batteries included" SQL query builder for Postgres, MSSQL, MySQL, MariaDB, SQLite3, Oracle, and Amazon Redshift designed to be flexible, portable, and fun to use. ...


How to modify the size of a column in a Mysql database from command line – CodepediaOrg

https://www.codepedia.org/ama/how-to-modify-a-column-size-in-a-mysql-database-from-command-line

This blog post presents the steps required to connect to the MySql database from the command line and modify the size of a column in a table. The example is based on the MySql database that is backing...


MySQL on Cloud Functions

https://fireship.io/lessons/sql-firebase-typeorm/

Learn how to use a relational MySQL database with Firebase Cloud Functions and TypeORM


TypeORM Home Page

http://typeorm.io/

ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms...


AgilData/mysql-proxy-rs

https://github.com/AgilData/mysql-proxy-rs

A MySQL Proxy


awesome-textpattern

https://github.com/drmonkeyninja/awesome-textpattern#readme

A curated list of Textpattern plugins and resources - drmonkeyninja/awesome-textpattern


awesome-mysql

https://github.com/shlomi-noach/awesome-mysql#readme

A curated list of awesome MySQL software, libraries, tools and resources - shlomi-noach/awesome-mysql


Sqlectron - One single DB client for any relational DB

https://sqlectron.github.io/

UNMAINTAINED - SEE BELOW. A simple and lightweight SQL client desktop with cross database and platform support.


Knex.js - A SQL Query Builder for Javascript

http://knexjs.org/

Knex.js is a "batteries included" SQL query builder for Postgres, MSSQL, MySQL, MariaDB, SQLite3, Oracle, and Amazon Redshift designed to be flexible, portable, and fun to use. It features both tradit...


MySQL

http://www.peterkropff.de/site/mysql/mysql.htm

— Peter Kropff [Online, PDF]


MySQL

http://profs.info.uaic.ro/~busaco/teach/courses/net/docs/mysql-ro.pdf

(PDF)


Kurs MySQL. Bazy danych, język zapytań SQL

https://www.youtube.com/playlist?list=PLOYHgt8dIdoymv-Wzvs8M-OsKFD31VTVZ


MySQL Tutorial Excerpt

http://downloads.mysql.com/docs/mysql-tutorial-excerpt-5.5-en.pdf

(PDF)


MySQL Essentials

http://www.techotopia.com/index.php/MySQL_Essentials


MySQL索引背后的数据结构及算法原理

http://blog.codinglabs.org/articles/theory-of-mysql-index.html


21分钟MySQL入门教程

http://www.cnblogs.com/mr-wid/archive/2013/05/09/3068229.html


How to support full Unicode in MySQL databases · Mathias Bynens

https://mathiasbynens.be/notes/mysql-utf8mb4

Are you using MySQL’s utf8 charset in your databases? In this write-up I’ll explain why you should switch to utf8mb4 instead, and how to do it.


mysql - What's the difference between utf8_general_ci and utf8_unicode_ci - Stack Overflow

http://stackoverflow.com/questions/766809/whats-the-difference-between-utf8-general-ci-and-utf8-unic...

These two collations are both for the UTF-8 character encoding. The differences are in how text is sorted and compared.