Questions tagged as 'mysql'

3
answers

Perform subquery based on a query

As the title indicates, I would like to query a Table "Table1" with the results obtained from another Table "Table2" CONSULTATION 1 To get the data from the Table1 SELECT id FROM box_12.esale_rc WHERE kind=30; which gives...
asked by 05.09.2018 / 19:06
0
answers

Error installing existing laravel projects on my pc

I am installing a project in laravel on my pc, downloaded from github, I am running composer install, but I get this error: I am using xampp as a local server in windows 7. I would appreciate your help     
asked by 04.08.2018 / 21:38
0
answers

Modifications in table [closed]

-- phpMyAdmin SQL Dump -- version 4.7.9 -- https://www.phpmyadmin.net/ -- -- Servidor: localhost:3306 -- Tiempo de generación: 20-07-2018 a las 10:11:28 -- Versión del servidor: 10.2.16-MariaDB -- Versión de PHP: 7.1.17 SET SQL_MODE = "NO_AUTO_...
asked by 20.07.2018 / 12:21
1
answer

Failed to connect to Mysql at 127.0.0.1

I am using Mysql Workbench 6.3 CE and Laravel 5.6 with Laragon make the connection successfully, but today Mysql workbench shows me the following message:    "Failed to Connect to Mysql at 127.0.0.1 (10061)" I...
asked by 19.07.2018 / 21:57
1
answer

select data from two tables without mysql relation

I am creating a form to update data, I bring the information from the table escolar called T1 to update it, and another table ge_jornada called T2 that does not has relation with T1, I genre again the options for a dropdown, wh...
asked by 21.07.2018 / 00:40
1
answer

Select multiple alternate rows in a JTable "getSelectedRows ();"

Good morning, I hope we can learn from the topic that I am trying to solve, but that I have stuck and I can not solve it. Hopefully we can all learn in this beautiful forum. I have the following line of code in which I insert the data of t...
asked by 19.07.2018 / 20:06
0
answers

save datetimepicker in mysql

Hello, good morning to all, along with saying hello I wanted to see if you could guide me a bit: I have a project in layers c # and mysql, I have to save a date from a datetimepicker to a datetime field of mysql, but it shows me these errors :...
asked by 19.07.2018 / 17:19
1
answer

how to filter a download of a file by date?

   index.php <!DOCTYPE html> <meta charset="utf-8" /> <title>generando RIPS...</title> </head> <body> <div> <h1>Registros Individuales de Prestación de Servicios de...
asked by 25.07.2018 / 17:19
0
answers

Restore MySQL with a .mbi file

I have a backup of a database saved in a file of type .mbi. I'm trying to restore the database with that backup file but nowhere do I find how to restore it, all the guides are on how to create that image but not how to import it. Is it possi...
asked by 25.07.2018 / 12:27
1
answer

how to make a button perform an action and at the same time (second action) reload the page with new data

I have doubts when implementing this requirement; I have a page in php in which I show a table with 10 records of MYSQL same that I can select to be able to update in the database, with javascript and ajax sent the data again to another php to...
asked by 02.10.2018 / 17:38