question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MySQL DELIMITER support

See original GitHub issue

Support of custom MySQL delimiters in scripts.

DELIMITER $$
SELECT 1$$
SELECT 2$$
DELIMITER 

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:4
  • Comments:19 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
matthewlenzcommented, Mar 10, 2021

This works but fails when trying to use dumps from mysqldump. mysqldump uses a delimiter of “;;” for creating triggers/procedures.

1reaction
serge-ridercommented, Mar 22, 2016

Let’s try dark magenta as default value. Can be customized in preferences.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Support DELIMITER syntax #1683 - mysqljs/mysql - GitHub
DELIMITER is a feature of the MySQL CLI, not the MySQL Server. The MySQL CLI interprets queries containing semicolons as multiple statements, ...
Read more >
MySQL DELIMITER
MySQLTutorial.org is a website dedicated to MySQL database. We regularly publish useful MySQL tutorials to help web developers and database administrators learn ...
Read more >
Delimiters in MySQL - Stack Overflow
Note that the DELIMITER keyword is a function of the command line mysql client (and some other clients) only and not a regular...
Read more >
MySQL 8.0 Reference Manual :: 25.1 Defining Stored Programs
To redefine the mysql delimiter, use the delimiter command. The following example shows how to do this for the dorepeat() procedure just shown....
Read more >
Delimiters - MariaDB Knowledge Base
The default delimiter in the mysql client (from MariaDB 10.4.6, also called mariadb) is the semicolon. When creating stored programs from the command-line, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found