mysql tag

409 questions


1 answers
101 views
0
Web Hosting Questions

I'm making my own homepageThe sql that I learn from the state-funded academy is Oracle dbLooking at Cafe24, I thought that only my ql is supported for dbSince I'm using it as a beggar, I can find and ...

2 years ago

1 answers
104 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...

2 years ago

1 answers
28 views
0
mysql Start with a specific word and search with initial consonants

Hi, everyone.You want to find data from specific words to initial z.I searched for regular expressions, but I don't know how to do it, so I'm asking you this question.I've looked for these methodssele...

2 years ago

1 answers
43 views
0
To verify that a table with the value name exists in mysql

DB : MySQL 5.7TABLE : my_tableDB NAME : testTABLE NAME : my_table id INT table_name VARCHAR(32) PK (table_name)TARGET DB NAME : test2Like the schema information mentioned above,The table my_table in ...

2 years ago

1 answers
102 views
0
Send data from html to mySql Question

What I want to make is a homepage that stores and prints the name and image in DB when I put it in the homepage.DB StatusKiller dto (You can think of it as a user)killer mapperInput formController I d...

2 years ago

1 answers
96 views
0
I am inquiring about mysql join. I want to make sure that it doesn't print as many numbers as it does.

I'm a beginner, so I don't know the exact keyword of the question.table_studenttable_student_infoselect t1.student_id, t1.student_name, t2.email from student as t1 join student_info as t2 on t1.studen...

2 years ago

1 answers
70 views
0
It is a problem to create a window program by linking with mysql using Anaconda's spider. It works normally in mysql, but if you run it in the spider, you will get a grammar error. (Long sentence caution)

import sysimport pymysqlfrom PyQt5.QtWidgets import *def connectDB(): host = localhost user = root pw = **** db = world conn = pymysql.connect( host= host, user = user, password = pw, db = db) return(...

2 years ago

2 answers
33 views
0
Count by date and time

There is a document that shows the time by date.I want to convert it to hourly data by date!Help me.I want to write an if sentence, but I have no idea.

2 years ago

1 answers
34 views
0
mysql overall ranking.

CREATE TABLE `user_data` ( `u_id` int NOT NULL, `nick_name` varchar(255) NOT NULL, `kor` int NOT NULL, `eng` int NOT NULL, `math` int NOT NULL, `date` date NOT NULL)SELECT * FROM (SELECT u_id, nick_na...

2 years ago
« - 41 -

© 2024 OneMinuteCode. All rights reserved.