mariadb tag

16 questions


1 answers
362 views
0
WH clause (CTE) in MariaDB in Docker for Windows environment error

SQL statements using WITH clauses fail for MariaDB in the Docker for Windows environment.For example, SELECT* FROM table01;↑ This is OK, but WITH t01 AS (SELECT* FROM table01)SELECT* FROM t01;Doing so...

1 years ago

1 answers
74 views
0
Aggregate SQL in mariadb 10.4

I would like to do the following in mariadb 10.4.7.There is an inventory control table that registers data according to the entry and exit of the item.The inventory table looks like the following. | d...

1 years ago

1 answers
97 views
0
Unable to register with mysql if selinux is enforcing (symfony3)

Thank you for your help.I am practicing the code in a Symfony introduction, but if I set selinux to enforcing, I will not be able to register a record in mysql, so could you help me?The error message ...


1 answers
112 views
0
Error installing phpMyAdmin in yum on CentOS 7, PHP 7.1.7, MariaDB 10.2.7

Environment: CentOS 7, PHP 7.1.7, MariaDB 10.2.7 When I tried to install phpMyAdmin in this environment, We are having trouble proceeding with the following error.$sudo yum install phpMyAdminI got the...


1 answers
119 views
0
About WildFly+MariaDB

Operating Environment: Windows 7 32-bit, Eclipse 4.7 Oxygen, Java 8, MariaDB 10.3, WildFly12 ·This is my first time using WildFly.So let me ask you a few questions.WI understand that WildFly includes ...

1 years ago

1 answers
116 views
0
How do I connect to localhost, 127.0.0.1 and ::1 respectively in mysql (MariaDB)?

Installing mysql (10.1.30-MariaDB) +------------------------------------------------------------------------------------------------------------------| host | user | password | ssl_type |+-----------+...

1 years ago

1 answers
102 views
0
Reasons for Slow Inserts

I insert data into DB via web application.The insert has been delayed since one day.In the past, with the same amount of data.The processing, which took about 30 seconds to 1 minute, now takes more th...

1 years ago

1 answers
62 views
0
I want to connect to MySQL/MariaDB in the container from another Docker container

I am learning container orchestration using docker-compose.I would like to access the mariadb of the db container from the app container with the folder configuration below, but I got an error and it ...


2 answers
60 views
0
Database design for real-time data lookup and refresh

Hello.MariaDB is in use.For example, when developing a program to monitor the real-time changing temperature value of a facility called A,create table TB_EQUIP ( equip_name archar (20), -- Facility na...

1 years ago

1 answers
120 views
0
Developing node.js. What is the advantage of not using Sequelize (ORM) when using DB?

Developing node.js. I have two years of experience in mssql.Initially, the db part was developed using the mysql module.But I found out that it's called Sequelize.js, so I've been using it.It was a li...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.