Questions tagged as 'mysql'

1
answer

Error in phpMyAdmin Undefined Index and AUTO_INCREMENT

This Error appears to me when executing, the weirdest thing is that it registers, but not the username. Why do not you register me? I will put the code of the pages here so you can visualize it better. On the other hand. Because i...
asked by 08.07.2017 / 19:05
0
answers

Encode image to Base 64 and then send it. PHP

Very good day, I'm new to SO, and it's fascinating. I have a small problem I'm new to PHP and I still do not quite master it. Make a small code that receives me from an application on Android some data. How are they: <?php if($_SERVER['REQU...
asked by 09.07.2017 / 19:10
1
answer

People ListView with Volley + php + mysql

I need to populate the listview , I am not able to display the data in ListView . I pass the code to you, in this case I show the data in TextView . public class BuscarPartidos extends AppCompatActivity implements View.OnClic...
asked by 05.06.2017 / 17:05
1
answer

Update with PHP and PDO

I'm doing a UPDATE with PDO , previously it worked, but now for some strange reason it does not work and I can not find the error This is the BackEnd : <?php session_start(); require 'extras/config.php'; require 'func...
asked by 04.06.2017 / 22:56
1
answer

Select code in dropdown and show description in TextBox JSON

Good morning, I have a small problem to show data results of a project. On the one hand I have a table in Mysql called WORKS, with the fields CODE and DESCRIPTION. In HTML, I have a dropdown list with search engine, in which all the cod...
asked by 05.06.2017 / 14:32
0
answers

Error with a Chat in a Modal preserves the previous queries

Before Hello I have this code for a chat and what happens is that every time I open a new chat retains the previous ones I have already searched for the error but I do not see it if there is someone who can see help. CODE BOTTON <a...
asked by 06.06.2017 / 18:10
0
answers

Error 1040 too many connection mysql / php

I have an error 1040 too many connection . I have seen that this can be solved by increasing the variable max_connection , but this variable can not be increased, the value of this variable is 101 which alternative I can use to solve this er...
asked by 06.06.2017 / 13:57
0
answers

create an image filter in php

my question is how can I make a query filter in mysql php I have the following foreach($data as $key => $img){ $portada = @getimagesize($img['cover']); $w = $portada[0]; $h = $portada[1]; if($w >= 750...
asked by 06.06.2017 / 02:41
0
answers

Problem with LOAD DATA INFILE: Jumping of Records

I am migrating a Sybase 15.5 database to MySQL 5.7. As I do not have any appropriate tools I am using the bcp to extract data from Sybase and the LOAD DATA INFILE to load them in MySQL. Export from Sybase: bcp BBDD..TABLA o...
asked by 06.06.2017 / 14:32
0
answers

problems with sqlite syntax

hello everyone I have a question about sqlite syntax, so I'm aware it works similar to mysql, but when I try to modify two tables in sqlite it gives me an error in the comma where you are 'users',' score 'to modify the two tables and mysql works...
asked by 03.09.2017 / 20:39