Questions tagged [heidisql]

HeidiSQL is a lightweight, Windows based application for managing MySQL, MariaDB, MS SQL, PostgreSQL and SQLite databases.

Overview

HeidiSQL is a useful and reliable tool designed for web developers using the popular MariaDB and MySQL server, Microsoft SQL databases, PostgreSQL and SQLite. It enables you to browse and edit data, create and edit tables, views, procedures, triggers and scheduled events. Also, you can export structure and data either to SQL file, clipboard or to other servers.

ScreenShot

enter image description here

Links

Official website
HeidiSQL on Github

408 questions
-4
votes
1 answer

i want to split a result in mysql can you help me?

Well, first that's my code here client.on('message', async (message) => { //فايف ام داتابيس if(message.channel.type == 'dm') return; var prefix = prefixx.get(message.guild.id); if(message.author.bot) return; …
1 2 3
27
28