©SQL :: Manager
HomeProgram InformationTechnical detailsFree downloadDonate for a cup of coffee
This website works better with Javascript
The MyWAY SQL Manager can be downloaded here for free: as PHP installation file as GZIP file as ZIP archive
If the download from this page does not work, you can also download the program here (Virus checked at heise.de).
By downloading you accept the General Terms and Conditions
The program MyWAY SQL-Manager only works with Javascript
myway SQL Manager for MySQL and MariaDB, Download on Uptodown
Create MariaDB sequences (SEQUENCE)

Creating MariaDB sequences

Sequences Creating MariaDB sequences is part of the sequences management
Edit MySQL sequences

Module for creating MariaDB sequences from version 10.3:

Save changes Displays the SQL statement for the new sequence.
Save changes Saves the new sequence to the database.
Sequence columns:
Name: Name of the new sequence.
Start value: Value to start the sequence with.
Minimum Value: Minimum value for sequence returns.
Maximum value: Maximum value for sequence returns.
Increment: Value by which to increment or decrement the next return.
Cache: Number of values ​​to keep in cache memory. Increases performance.
Cycle: If enabled, the sequence shall start again at the minimum value after reaching the maximum value.
Engine: Table engine for the sequence.
Comment: Comment to be stored for the sequence.
More information on creating MariaDB sequences can be found here: mariadb.com
Updated: 2025-11-04ImprintContactTerms & conditionsPrivacy & CookiesUpdatesSitemapFacebookLinkedin©2020-2025 Heino Cunze-Fischer