Questions tagged as 'mysql'

0
answers

C # use a DSN to connect to MYSQL

how is it going? Recently I am learning on my own to program from 0, following tutorials, reading forums, etc. So far every time I want to perform, for example from a Windows Forms application, some operation to add, read or modify records in...
asked by 16.08.2018 / 18:41
0
answers

Problem with MySql in Xampp

When I start MySql in Xampp I get this series of errors    MySQL Service detected with wrong path 15:41:54 [mysql] Change XAMPP MySQL and Control Panel settings or 15:41:54 [mysql] Uninstall/disable the other service manually first...
asked by 16.08.2018 / 21:51
1
answer

Creation of Script to complete data

My problem is to generate a location report by teams having the following BD: The problem with the report is that the equipment table saves the entry ID or movement automatically but not the location, so you would have to make a script....
asked by 08.08.2018 / 17:22
0
answers

How to put table data in php variable

Well, I tell you, I want to put a path of a folder where the images I upload in mysql are saved. But the problem is that I do not know how to put it. This is what I did: $nuevo_path="images/".$name; It is already connected to the...
asked by 05.08.2018 / 18:46
1
answer

Check if the value exists in the db and, if it does not exist, run update

What I need is to verify if in column pidio of table faucet of the database is the value true or false (the default value is false ). If it is in false , do something; if it is in true , do nothing....
asked by 04.08.2018 / 23:42
0
answers

Error when using a DVWA container

At the following DockerHub address you will find a Docker container that includes a full installation of the infamous and famous DVWA, or Damn Web Vulnerable Application: link This application is very useful to perform a wide variety of...
asked by 04.08.2018 / 21:44
0
answers

query date in jdatechooser java

I have a product sales table that also records the sale date. I have been doing several consultations, but in one of them I have a problem. I want to make a query of a certain date, the date indicated by jdatechooser. How do I formulate the quer...
asked by 04.08.2018 / 02:11
2
answers

I can not share adequately the volume that I generate in docker-compose

I have created a docker-compose file to be able to create the two containers that I need right now a custom mysql container and a wordpress container. I try to create volume and share folders so as not to lose the data and to be able to modify t...
asked by 10.08.2018 / 10:46
0
answers

Print several MultiCells in one line

The problem is that I get data from a mysql database with $tupla=mysqli_fetch_array($bloque); ($ block contains the result of the query), I must write each data in a different column of a pdf, use a for to scroll through all the results a...
asked by 09.08.2018 / 02:58
0
answers

Insert image in Field blob mysql python 2.7

I want to insert an image in a blob field of a mysql database with python 2.7 (MySQLdb) but it does not work, it does not show any specific error, it just does not insert the value, the table and the product exist, my code is as follows : #!/u...
asked by 15.08.2018 / 22:29