Questions tagged as 'phpmyadmin'

2
answers

Several tables in a log with JOIN SQL query

The problem comes here in the query and the loop when displaying the records. Fichamaterial creates the autonomous PK and in the others I pick it up from it. Depending on the category of the material I show a dropdown or another with data fro...
asked by 20.05.2017 / 12:44
1
answer

Error getting id in php

I have a web application and it has a registration and a login, I have two headers for one to show when the user has not logged in and another for when it is already logged. but when I try to take data from the array to put it in an input of typ...
asked by 29.04.2017 / 19:05
1
answer

Import BD MYSQL relationships

I have a question, make some internal relations, by a BD designer this is the result: However, make an export of the BD and install it on another Computer, and although the data DB is fine, there are no relationships ... to what is due? an...
asked by 12.05.2017 / 15:25
0
answers

Problem entering phpMyAdmin

I have a problem to enter the control panel of phpMyAdmin, everything happened because I'm doing an application for Android in visual studio using xamarin, in which he asks for my username and password, after being investigated why he could not...
asked by 10.05.2017 / 07:40
0
answers

problem create user in mysql database

Well I get this box when I try to add a new user is in the phpmyadmin of XAMPP (it's the first time I have this problem)     
asked by 21.04.2017 / 03:55
0
answers

Drop down does not show data

I have the solution. I only had to change some connections if (isset($_REQUEST['action'])) { switch ($_REQUEST['action']) { case 'actualizar': // Recupero el id del campo hidden $alm->__SET('acro_documento', $_REQ...
asked by 18.04.2017 / 12:14
1
answer

How to get all rows of mysqli_fetch_array from a query?

I have the following code, with which I can only get the first row, the purpose is to get each row and display it in a single table <?php include("conexion.php"); $sql="SELECT * FROM libros "; $res=mysqli_query($conexion,$sql);...
asked by 10.04.2017 / 05:17
0
answers

Change primary key through a web interface made by PDO

I have created a database with 7 tables, including all of them related. In this web interface I need to modify all the records of the table including the field of the primary key, but I am never able to edit it and when I approach it it tells...
asked by 03.04.2017 / 11:03
1
answer

I can not view VIEW in PhpMyAdmin

Good, in one of my applications I need to access the View of the table, but for some reason, it seems that the user does not have access. When I try to access through phpMyAdmin, it sends me the following error error #1045 - access denied f...
asked by 24.04.2017 / 17:19
1
answer

Codeigniter and PhpMyadmin in Intranet

Good, I'm wanting to make my project work on an Intranet, the fact is that until now I had used Hostinger to launch the applications, and even locally with XAMPP. But I've never done it on the Intranet, I've been using Codeigniter and phpMyAdmi...
asked by 05.04.2017 / 00:14