Questions tagged as 'mariadb'

2
answers

Result difference between MySql 5.5 and MariaDB 5.5

I have a query running on my site that has Mysql 5.5.43 installed, but when I went up on the server (which has MariaDB 5.5.38 and I only know it now) the query does not return the same result, I would like to know if anyone could t...
asked by 01.07.2015 / 05:49
2
answers

MySQL = MariaDB?

For some days I've been teaching the teacher saying:    Oracle bought MySQL and just renamed it to MariaDB . As I am not easy to believe in the things spoken, I went to research on the subject and for the little that I read,...
asked by 21.02.2018 / 13:28
2
answers

What is the difference between mysql-server and mysql-client?

It is said that using the apt-get install mariadb-server command would also install mariadb-cliente . I understand that the server can be said to be where the data persists, however I lack an understanding of the client ....
asked by 15.09.2017 / 15:49
2
answers

MariaDB ERROR: ERROR 1709 (HY000): Index column size too large. The maximum column size is 767 bytes

When I run this code in MariaDB, it gives me this error when trying to create the toy table:    ERROR 1709 (HY000): Index column size too large. The maximum column   size is 767 bytes. I do not know how to fix, MariaDB has already install...
asked by 30.12.2016 / 14:14
1
answer

Use multiple database

I'm not very knowledgeable about database and have never worked with large systems ... I'm creating an application with CakePHP that will serve as a webservice for two types of distinct clients, a client is simple and will only have a table rela...
asked by 21.04.2015 / 04:33
2
answers

How to connect Mariadb with python3?

Friends, is there any way to connect Python 3 with MariaDB? Also, could you indicate any material in English or Portuguese? Thank you in advance!     
asked by 03.05.2015 / 20:01
0
answers

MariaDB for when I have lots of accesses in wordpress [closed]

I have a site in Wordpress, used MySQL before in CentOS, I decided to migrate to a Debian 7 with MariaDB, but when I have more than 30 simultaneous accesses in the blog, Below is my my.cfg : # MariaDB database server configuration file...
asked by 10.01.2015 / 00:45
1
answer

Error creating foreign key in MariaDB

When trying to create the toy table, the following error appears:    ERROR 1005 (HY000): Can not create table brinquedos . brinquedo   (errno: 150 "Foreign key constraint is incorrectly formed") Follow the code: CREATE TABL...
asked by 30.12.2016 / 16:33
2
answers

When trying to set column to Unique, error is generated speaking 767 bytes [duplicate]

When I try to run a migration in Laravel, the following error is generated:    [Illuminate \ Database \ QueryException] SQLSTATE [HY000]: General   Error: 1709 Index column size too large. The maximum column size is   767 bytes. (SQ L: alte...
asked by 08.12.2017 / 18:33
1
answer

Is it possible to use MariaDB for clustering?

I am studying about SQL database clustering, and to delve deeper I plan to run some practical tests with a DBMS, and I chose MariaDB for this. So, I would like to know if it is possible to use MariaDB for clustering and what would be the vers...
asked by 04.04.2018 / 15:40