Tag: mysql
• •
MySQL: Graphical Environment, GUI, Navicat

MySQL: Graphical Environment, GUI, Navicat(1)

The command-line tool is, of course, a good thing - but a graphical environment is even better. This is about a MySQL design environment, or GUI. Exactly what's needed: convenient editing, saving queries, creating connections and synchronising data/structure. And of course - backups. I have to say, this is one of the most successful applications for MySQL that I've come across recently.

Read
Views: 1935 (4)
MySQL: User-Defined Variables in SQL Queries

MySQL: User-Defined Variables in SQL Queries

This time my interest fell specifically on user-defined variables. They can be broadly divided into two categories: declared variables, used in procedures and functions, and undeclared variables, also used in procedures and functions, but which can be used in an SQL query "in-line".

Read
Views: 1957 (22)


What are others reading?