16 questions
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 ...
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...
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...
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...
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!
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...
« | - 2 - |
© 2024 OneMinuteCode. All rights reserved.