mariadb tag

16 questions


2 answers
102 views
0
DB Design Question. (BLOB)

When designing the db, I want to insert the Python code in blob type. I have a lot on my mind.I'm worried if this is efficient. Is it right to put it in considering translation and integrity?Or is it ...

1 years ago

1 answers
104 views
0
What is the stable way to connect mariadb in Node.js?

We are developing a website with node.js + express environment.After developing the division part using sequelize, I was familiar with sql, so I removed all the sequelize parts and developed them.Howe...

1 years ago

1 answers
116 views
0
Recognize the regularly updated DB data and refresh it on the web

Hello, I am developing the web with node.js.I'm using mariadb.Suppose you have data from a Web client group as shown below.A 10 20 50B 30 30 50C 85 92 33If you have updated to 10->100 in A here, Th...

1 years ago

1 answers
92 views
0
MariaDB - table generation nickname utilization question.

Hi, everyone. CREATE TABLE profession( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, profession VARCHAR(20)) ASSELECT profession AS mc_prof FROM my_contacts AS mcGROUP BY mc_profORDER BY mc_prof;You wan...

1 years ago

1 answers
85 views
0
I want to know how to link Python and Maria DB!

I want to know how to link Python to Maria db.The editor writes Python and tries to work on data using Python and Maria dbI ask for your help!

1 years ago

1 answers
72 views
0
Mysql sha256 Can you decrypt the password?

create user 'test'@'%' identified with sha256_password by 'password!';I created the user and made it with the password sha256 password.And select user, host, plugin, authentication_string from mysql.u...

1 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.