mysql tag

409 questions


1 answers
31 views
0
The table cannot be retrieved from Mysql.

I created a table called member in the database to save the contents of the bulletin board or membership on the webThis error appears when I try to look up with the desc. Why is that? For your informa...

2 years ago

1 answers
65 views
0
Receive push notifications when keywords stored in mysql are saved

I'm using FCM to study push messages If you save a keyword in the database and write that contains the keyword is stored in the database,I want to implement it by sending a message.Then should I send ...

2 years ago

1 answers
32 views
0
Unable to link mysql from long storage to pipenv

I'm using a window.In the storeroom pipenv install mysqlclientThe error Could not find a version that matches default-libmysqlclient-dev appears.I searched and found that,pip install mysqlclient-1.3.1...

2 years ago

1 answers
42 views
0
PUG wants to process mysql search results, recognizing field names with parentheses as a function. What should I do?

Code for searching for mysql in node.js(express) app.get('/record', function(req,res){ sql = select date_format(date, '%y-%m-%d') from record; conn.query(sql, function(err, results){ if(err){ consol...

2 years ago

1 answers
40 views
0
Check if php file is uploaded

I'm making a bulletin board, but I want to check if the file is attached in the file upload, but it's not working well.ㅠ

2 years ago

1 answers
101 views
0
Interworking with Python data values in Python pimysql

When you have a table called X in the Workbench (in which you have columns called value1, value2) and you define a list called A=[1,2,3] in Python, what should I do with this Python mysql code? For ex...

2 years ago

1 answers
30 views
0
Pymysql where clause triple in list

For example, A = [[1,a],[2,b],[3,c]] and Myqldb has Table X (column1, coulmn2)select X.column1, X.column2 where [X.column1, X.column2] in A I'd like to write a query that means, so please tell me how ...

2 years ago

1 answers
36 views
0
Ubuntu server mysql workbench external access

I want to access Ubuntu server at work from home, how can I do it?Should I allow the IP address of the computer at home?Can I set the port number to 3306?I would appreciate it if you could tell me the...

2 years ago

1 answers
32 views
0
Allow external access to Ubuntu mysql server

I want to connect to my sql server at home (Window 10).In the previous article, you said you needed permission from a company network administratorMy previous boss handed me the server and leftI can c...

2 years ago

1 answers
87 views
0
pymysql error

The following sql full text fails:Select Price_Div.Ticker, Price_Div.Date, Price_Div.Price_Div from Price_Div where ((Price_Div.Ticker in ('000080 KS Equity', '001530 KS Equity', '001750 KS Equity', '...

2 years ago
« - 39 - »

© 2024 OneMinuteCode. All rights reserved.