Questions tagged as 'mysql'

1
answer

"Outfile disabled" MySQL Error

Hi, I'm trying to create a new log file but it's not working. \t arch.txt gives me the error Outfile disabled. Anyone know about this error I can not find information about this error.     
asked by 11.10.2016 / 22:12
3
answers

update data from one table from another in SQL

I would like to know if it is possible, and how it is done, to update data from one table by others from another. For example: Table 1: id_tabla1 | Nombre | Descripcion Table 2: id_tabla2 | Nombre | Descripcion The difference be...
asked by 03.11.2016 / 01:56
3
answers

Do not send the sql query from eclipse

I have this code that is the form of my window to enter a server to a database that is created from wamp . The problem is that he does not send me the query, the connection seems to be fine I leave the code here package Ventanas;...
asked by 26.10.2016 / 05:40
0
answers

error when inserting using the controller servlet

If someone please know the solution, my problem is that I am handling a servlet driver and I am trying to insert data into the database but it does not insert me says that javalangnullpointer I already debug and if you are bringing me all...
asked by 04.10.2016 / 22:07
1
answer

Does not show result mysqli

Someone has an idea why when doing the query that is with mysqli (even if the table in question does not exist in the database) always gives blank results? I'm stuck with a query to the BBDD, in the backoffice it works correctly and the same que...
asked by 10.08.2016 / 00:22
1
answer

MySQL query with medoo

Situation I'm going to pass a project that uses obsolete mysql queries (from the mysql_query or mysql_connect ) to the Medoo framework so that it works correctly in PHP7. Problem I was not very familiar with this...
asked by 19.07.2016 / 11:33
2
answers

Insert data in related tables-. error when inserting

I am inserting data from a form, to two related tables. At the moment of sending the data, it only saves in one table and in the other it does not save anything. send me the following error    Error: Can not add or update to child row: a f...
asked by 22.11.2016 / 09:38
1
answer

Using CO in node with node-mysql

I would like to know if someone can help me with the use of CO in node using node-mysql to build queries where one depends on the result of another. This is the same as using async / await but without needing Babel. I'm trying to do a function w...
asked by 22.11.2016 / 19:09
0
answers

WAMPSERVER Forbidden from another computer on the network

I have installed WAMPSERVER 2.2 I am trying to access from another client that is not localhost (since localhost works correctly), when I insert the server address the following appears:    Forbidden You have not permissi...
asked by 12.07.2016 / 18:46
1
answer

Generate Select Options based on the value obtained after clicking on the row of table made with Bootstrap-table and display it in a Modal

I'm doing a web application "for" an airline, using Laravel, I need to create tables, so I use Bootstrap-table. These tables have content, and have an event that is activated every time a row is clicked. By clicking I pass the data that I have i...
asked by 10.07.2016 / 03:34