Top "Heidisql" questions

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

HeidiSQL can't connect to my RDS database?

Hoping someone can help me with this issue I am running into. HeidiSQL won't connect to my RDS database. I …

mysql amazon-web-services amazon-ec2 heidisql
Trying to add foreign key in mysql with heidisql

I've been trying to add a foreign key to my table using heidisql and I keep getting the error 1452. After …

foreign-keys innodb mysql-error-1452 heidisql
HeidiSQL connecting to mysql server - Lost connection...server at reading initial

New to connecting to databases and have no clue to where to begin to troubleshoot - I am currently using …

mysql heidisql
Update Query issue . 0 rows updated when there should have been 1. HeidiSQL

I have a table like this: ALTER TABLE `MW_Locations` CHANGE COLUMN `ID` `ID` INT(20) NULL DEFAULT NULL FIRST, CHANGE …

mysql heidisql
How do I create a stored procedure in heidisql?

I'm trying to create a stored procedure in heidisql (mysql). CREATE PROCEDURE SP_FORM20_POST( P_SESSIONID VARCHAR(256) ) BEGIN INSERT …

mysql stored-procedures heidisql
HeidiSQL import csv empty fields

I want to import a csv file to my MySQL database with HeidiSQL. But some of my fields are empty. …

mysql csv null heidisql