Kategorie: Database

MySQL Autoindex/Autoincrement 0

MySQL Autoindex/Autoincrement

It is easy to create primary indices for tables with the use of auto increment. Normally, each new line gets a new number where the first one starts with 1. This means for a...

Stored Procedures with PhpMyAdmin 4

Stored Procedures with PhpMyAdmin

At first sight, MySQL with PhpMyAdmin looks very cheap in comparison to for example Microsoft SQL Server and the SQL Client. Actually MySQL can be more complex as it looks like. So I learned...