Delimiters in MySQL

I often see people are using Delimiters. I tried myself to find out what are delimiters and what is their purpose. After 20 minutes of googling, I was not able to find an answer which satisfies me. So, my question is now: What are delimiters and when should I use them? 4 Answers 4

ERROR 1044 (42000): Access denied for user ”@’localhost’ to database ‘db’

I want to begin writing queries in MySQL. show grants shows: +————————————–+ | Grants for @localhost | +————————————–+ | GRANT USAGE ON *.* TO ”@’localhost’ | +————————————–+ I do not have any user-id but when I want to make a user I don’t have privilleges, also I don’t know how to make privileges when even … Read more

Is there a way to only install the mysql client (Linux)? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. We don’t allow questions about general computing hardware and software on Stack Overflow. You can edit the question so it’s on-topic for Stack Overflow. Closed 8 months ago. The community reviewed whether to reopen this question 2 months ago and … Read more