mysql tag

409 questions


1 answers
40 views
0
MySQLdb connection question in Django.

I started Django, I started with 1.10.I use Python 3.5, but MySQLdb only supports Python 2.So I chose pymysql.However, Django wants to use the session

2 years ago

1 answers
38 views
0
I have a question about mysql data type.

When specifying data types in mysql, what is the meaning of the numbers in brackets?

2 years ago

1 answers
38 views
0
There is a grammar question in the process of linking php and mysql.

I'm practicing linking php and mysql. If you look at the example, the way you approach the table column is a little different, but I wonder if they have the same meaning or not, and I want to know wha...

2 years ago

1 answers
40 views
0
How to work with mysqldb on bootstrap

Download the bootstrap theme Can I link mysqldb contents with the web after some modifications?I'm making the web, but I just downloaded the bootstrap theme and I'm making it.

2 years ago

1 answers
58 views
0
Tell me about the blog DB structure!

I'd like to make a blog with PHP. I would like to create a personal blog of members like Naver blog, not a personal homepage. I have many questions about DB design before making it.I don't think it wa...

2 years ago

1 answers
135 views
0
I have a question about how to transfer images from the Android app to the web server (php/MySQL).

Hello, I'm an introductory developer.I am working on transferring data from the Android app to the web server (php, MySQL).If you enter information about the product (text + picture) in the app and sa...


1 answers
33 views
0
Is there a way to access the first and last data of duplicate data in mysql?

For example, if today's route is stored in DB, I want to print out a list of today's travel routes. What I want to do here is not print out all the travel routes, but if it's the same place for hours ...

2 years ago

1 answers
41 views
0
It's a php questionㅜㅜ

<?php$com = mysqli_connect(localhost, 123 , 123! , 123 );$start = '2018/5/1';$end = '2018/5/30';$statement = mysqli_prepare($com, select * from CARJOIN where DATE(startDay)>= '?' and DATE(startD...

2 years ago

2 answers
85 views
0
Get the db you want when you click on the view

Data imported from mysql has been scattered in the list view. When I click on the item in the list view, I'd like to show you other information about the data in pop-up format. There is a column calle...

2 years ago

1 answers
32 views
0
When I do "WHERE IN" on MySQL, the order is sorted on its own

SELECT u.*FROM users uWHERE u.id IN (5, 4, 1, 2, 3)If you do it, the result isThe results of the arrangement of 1, 2, 3, 4, and 5 come out, so can't we make it come out as we put it in?

2 years ago
« - 30 - »

© 2024 OneMinuteCode. All rights reserved.