mysql tag

409 questions


1 answers
94 views
0
This is a question related to mysql linkage in unity5

I coded to access the root server without going through the php server.If you run it within the Unity program, the db integration works well.But if you try to build and run it as an exe file,ArgumentE...

2 years ago

4 answers
71 views
0
Implementation of a web screen to monitor DB's change data in real time

Hello.I came to Hashcode to solve the blockage after a long time.Thank you always for your reply.Developing in node.js environment.You are using mysql, and you have created a msg, value column, for ex...


1 answers
30 views
0
Is there a query to distinguish between mysql Chinese characters and Korean?

Hi, everyone.As you said, you can find and bring your name by distinguishing whether it is Chinese or Korean.Do you have a query that finds only Korean or Chinese characters?

2 years ago

1 answers
46 views
0
mysql remote access

First of all, The connection method found through search is within the remote environmentIt's up to here. No matter how much I do this, I only get a local connection error. This is an error message:ER...


1 answers
94 views
0
When installing MySQL-python with pip, cl.exe error

I am practicing API implementation using python 3.6 and flask framework in Windows 10. In the process of installing the MySQL-python module to work with mysql, cl.The error exe could not be found.As a...

2 years ago

1 answers
36 views
0
I have a question about the image path while creating a web page.

While creating a web page, I realized that there are absolute and relative paths when setting the image path.There is a picture called everyow.gif called C:\Document\Homepage\image.Absolute path img s...

2 years ago

1 answers
40 views
0
When making ID in django

Hello, everyoneWhen defining the Django model fieldDefine the primary key id = models.IntegerField()Is there a way to make the ID number automatically increase per row like AutoField?

2 years ago

1 answers
34 views
0
How to use the MySqlGroup_concat() function.

Hi, everyone. Shoveling now because of group_concat().First of all, select group_concat(cu1.cu_inflow_type),count(cu1.cu_inflow_type) from cu_test cu1 left join cu_test cu2 on cu2.seq=cu1.seq group b...

2 years ago

1 answers
42 views
0
php Obtaining the number of rows in all database tables

You want to get the number of all rows in the database.Right now $sql = SELECT table_name , table_rows FROM INFROMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'Table Name'; $res = mysqli_query($conn, $s...

2 years ago

1 answers
89 views
0
Double query statement

ex) select distinct(user_level) from UserInfo; ex) select min(play_time) from UserInfo where user_lever in(select distinct(user_level) from UserInfo)I thought this would list the minimum play time for...

2 years ago
« - 36 - »

© 2024 OneMinuteCode. All rights reserved.