DEV Community

# mysql

Posts on tips and tricks, using and learning about MySQL for database development and analysis.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
sudo dpkg -i mysql-workbench-community-6.3.9-1ubuntu16.04-amd64.deb

sudo dpkg -i mysql-workbench-community-6.3.9-1ubuntu16.04-amd64.deb

11
Comments
2 min read
sudo apt-get -y -f install mysql-client mysql-server

sudo apt-get -y -f install mysql-client mysql-server

12
Comments
8 min read
Why using REPLACE INTO might be a bad idea

Why using REPLACE INTO might be a bad idea

8
Comments
3 min read
Freezer, a tool to help devs discover which records are created when some action is performed on any application that uses MySQL

Freezer, a tool to help devs discover which records are created when some action is performed on any application that uses MySQL

4
Comments
2 min read
Using created_at field to improve pagination performance

Using created_at field to improve pagination performance

5
Comments
2 min read
Serverless Backends with AWS Cloud: Sending tweets and collecting emails

Serverless Backends with AWS Cloud: Sending tweets and collecting emails

6
Comments
5 min read
Installing ProcessWire

Installing ProcessWire

6
Comments
10 min read
A (not so) small rant on techniques to copy MySQL database structures

A (not so) small rant on techniques to copy MySQL database structures

6
Comments
4 min read
Mysql Remove Unique Key From Mysql Table

Mysql Remove Unique Key From Mysql Table

6
Comments
1 min read
Never work for free

Never work for free

10
Comments 3
2 min read
The Ultimate Guide to Local WordPress Development on a Mac

The Ultimate Guide to Local WordPress Development on a Mac

9
Comments 9
9 min read
Do the Thing: How I Wrote a PHP Trivia Game

Do the Thing: How I Wrote a PHP Trivia Game

9
Comments
7 min read
How to support utf8 characters in a utf8 mysql table

How to support utf8 characters in a utf8 mysql table

6
Comments
7 min read
Amazon EC2 Setup with Ubuntu and XAMPP Installation

Amazon EC2 Setup with Ubuntu and XAMPP Installation

6
Comments 1
4 min read
Type-Safe MySQL Queries via Postgres

Type-Safe MySQL Queries via Postgres

15
Comments
5 min read
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.