Top "Mariadb" questions

MariaDB is an open source database server that offers drop-in replacement functionality for MySQL.

Install mysql in dockerfile?

I want to write simple python application and put in docker conteiner with dockerfile. My dockerfile is: FROM ubuntu:saucy # …

python mysql docker mariadb dockerfile
MySQL error 1064 syntax but everything seems fine

Im using xampp control panel and from there i start the process for apache and mysql. Then i go to …

mysql xampp mariadb
How to rename a column name in maria DB

I am new to SQL, I was trying to change column name in my database's table. I am using 'xampp' …

mysql mariadb rename alter
MySQL Cluster or MariaDB Galera

I'm considering implementing a cluster server. I have currently used MySQL for my application for the past few years but …

mysql mariadb
MySQL/MariaDB - order by inside subquery

I used the following query with MySQL 5.5 (or previous versions) for years without any problems: SELECT t2.Code from (select …

mysql sql subquery sql-order-by mariadb
django.db.utils.OperationalError: (1071, 'Specified key was too long; max key length is 767 bytes')

My model: class Course(models.Model): language = models.ForeignKey(Language) name = models.CharField(max_length=50, unique=True, default='course') title = …

python django database mariadb migrate
How can I connect to a mysql server from a php page using Synology?

I have an older Synology device (DSM v5.2-5967 Update 4, phpmyadmin v4.4.7-0103) that has some local websites with working …

php mysql mariadb synology
Change column name in MariaDB

I have this column in this database with a spacebar included, which I want to change. ALTER TABLE . CHANGE COLUMN `…

mariadb spacebars
change datadir for MariaDB 5.5

I want to change my datadir for MariaDB. I mean I want to have all my file except data folder …

mysql configuration path mariadb
How to create table in MariaDB?

When I try to create simple table via HeidiSQL I'm getting an error like this CREATE TABLE `prg_config` ( `id` …

mysql sql mariadb heidisql