Questions tagged as 'phpmyadmin'

0
answers

How to solve mysql_connect ()?

Could someone help me with this error (Error triggered: mysql_connect () :), I explain: I have an old script, this contains a typical installation interface. Everything is fine until the final installation step where I get this error:    Erro...
asked by 21.04.2018 / 22:14
0
answers

Error executing trigger after insert

Trigger:    INSERT INTO payments SET identrada = NEW.id, idusuario = NEW.idusuario,   idcuenta = NEW.idcuenta, payment = 0, description = 'Entrada', sinpagar =   0, form = 'S / P', time = NEW.hour, date = NEW.date, postdate = NEW.date My...
asked by 21.04.2018 / 20:43
3
answers

Error in stored process of adding

Hello, how am I trying to perform a process stored in my sql database to add to my table Clientes This is the stored process that I am using: CREATE PROCEDURE agregarClientes(Codigo int, Nombre varchar(15), Apellido varchar(30), Dire...
asked by 13.04.2018 / 04:51
0
answers

Is this Truncate Table correct?

I am creating a code so that at the end of the day it allows me to erase all the data that is stored in it, they would be deleted manually by means of a truncate. But at the time of executing the php this does not erase the data. Some informatio...
asked by 14.04.2018 / 08:09
0
answers

how to find a text string in a database?

I have a wordpress installed in local and I manage the database through phpmyadmin, how can I find a specific text string in the whole database, I have found solutions where I have to mention the name of the column to search, but this would take...
asked by 05.04.2018 / 14:27
0
answers

I want to migrate an xml file to a mysql database using php, but it generates the following error

   Fatal error: require (): Failed opening required 'config.php'   (include_path = 'D: \ xampp \ php \ PEAR') in   D: \ xampp \ htdocs \ PracticaDistribuidosII \ migrar.php on line 10 this is the xml <pma_xml_export version="1.0" xmlns...
asked by 05.04.2018 / 18:52
0
answers

# 1045 - Access denied for user 'root' @ 'localhost' (using password: YES)

MYSQL started marking me an error and I can not access by console or phpmyadmin, My system accesses it normal but I do not, and I need to update the database.    the password is correct and was not modified or some way to modify i...
asked by 28.03.2018 / 17:40
0
answers

Calculation of total sum of hours

I make a payroll system, this in my module where I look for a control No. (field id_Control), what I intend to do is to make a sum of hours with the field (time) but it is from the same control number (control_id) , doing the search by Contro...
asked by 20.03.2018 / 22:42
2
answers

It does not take the correct values in my SELECT

Realize my BD with my main table "worker" , and that others depend on it an example is my table "nomina" with the fields: id_nomina and descripcion_nomina , what I intend with this is that it is inserted or modified through the ID and that it...
asked by 14.03.2018 / 06:04
1
answer

How to rotate pdf sheet Automatically in php

I'm doing a report in php with fpdf and I want to turn the page in order to add more fields. How can I make it so that when it is generated automatically I can make the turn and show it to me horizontally?     
asked by 13.03.2018 / 19:28