Questions tagged as 'phpmyadmin'

0
answers

How to insert data from a Python script in mysql?

I have not programmed in python for a while and I feel pretty rusty with the language and that's why I need a little help with my script: link What it does is that once executed, all the new files that arrive in a folder (in this case download...
asked by 07.12.2017 / 07:34
1
answer

Take value from a field in the database while in another "id"?

I want to show the categories in a menu, and subcategories with a drop-down. (In the image is wrong, should appear With engine and within Diesel and Gasoline ) With these values in the database The 1st part of the if...
asked by 30.11.2017 / 16:57
1
answer

Data entry by phpmyadmin does not recognize UTF-8 collation [duplicated]

There are times when I enter information on my website by phpmyadmin, making a new insert, but when I update my website to see the changes, it shows me something like this: The checks for each field are in uft8_spanish_ci, as shown in...
asked by 19.11.2017 / 21:29
1
answer

Why do you show the data as null if I have a record with more than one user?

Again I need your help community, I have the following table in my database, with the records of a user's schedule (the rout are fictitious) I have registered three schedules with the same date and different time for the same user, if I...
asked by 10.11.2017 / 16:36
1
answer

Numerical sequence of the autoincrementable ID

Someone knows how to do so that when I delete a row from my MySQL table, the following follow the numeric sequence of the autoincrementable ID? example, I have 10 rows with ID from 1 to 10, I delete rows 9 and 10, when I enter 2 new rows it look...
asked by 14.11.2017 / 22:32
1
answer

Image becomes code when uploading it from the database

I have a problem .. sometimes when I upload images from the database by phpmyadmin, the image shown is transformed into special characters as I show in the image. Does anyone know why that happens? <?php //Declaracion de variabl...
asked by 12.11.2017 / 19:14
1
answer

get the values 0 in mysql query

estimates, I have a survey project for students in which there is a form_alumno table where students enter anonymously and fill out a form then it is redirected to the survey, which consists of 21 questions and each question has 5 types...
asked by 21.11.2017 / 01:29
1
answer

database and programming

Because I get this error when trying to open phpmyadmin with xampp I hope you can help me is very urgent     
asked by 02.11.2017 / 16:35
0
answers

Does copied code from workbench not work for me on phpmyadmin?

I made a database in workbench and copied it: SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0; SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0; SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='TRADITIONAL,ALLOW_IN...
asked by 15.10.2017 / 21:12
1
answer

Registration method is not done PHP

I hope someone can help me with the following detail. First of all put the code. It happens that, once I click on save, it does not mark me an error, but rather that the browser stays in the controller -register- and does not do more. I do not k...
asked by 10.10.2017 / 22:34