Questions tagged as 'phpmyadmin'

0
answers

Will not let me enter phpmyadmin (appserv)

Starting the Apache2.2 service The Apache2.2 service is running. rmine the server's fully qualified domain name, using 10.0.0.109 for ServerName [Thu Jan 31 20:30:15 2008] [notice] Apache/2.2.8 (Win32) configured -- resuming normal opera...
asked by 09.11.2018 / 19:38
0
answers

Register that has been changed with Trigger

I'm doing a history of updating the records in my mysql database I have two tables in phpmyadmin equal, one that is in which I record data and the other just created called updateLogs where the trigger acts on the changes made in the first...
asked by 09.11.2018 / 10:45
0
answers

An error occurred when installing the database. Phpmyadmin in raspbian

I am trying to use my raspberry pi for a remote server. Well the remote connection is already ready. the only thing I need is to install the phpmyadmin, apache2 but I get this error ... What can I do ...?     
asked by 25.11.2018 / 23:04
1
answer

validate user

Good I have a doubt I have made a login but the problem is that if a user has not logged in you can enter the page by putting the extension; How can I verify if that person has logged in and if he has not already sent him to login?? <?php...
asked by 05.11.2018 / 16:38
0
answers

Connect PHP with Google Calendar

I would like you to help me how to make my php form data, apart from being stored in the database, saved as an event in a google calendar. I hope your comments for help soon Thank you very much ...     
asked by 02.11.2018 / 17:49
0
answers

how can I connect my php system with the database

I went up to 000webhost, the system is already on the internet but there is no connection to the database and I do not know how to fix it. this erro throws me: Connection failedProxySQL Error: Access denied for user 'root' @ '2a02: 4780: bad:...
asked by 04.11.2018 / 00:54
0
answers

connect 000webhost.com with php mysql

I want to connect my php connection file to the 000webhost database <?php $servidor = "localhost"; $usuario = "root"; $password = ""; $bdd = "matrix"; //crear conexion $conn = new mysqli($servidor, $usuario, $password, $b...
asked by 04.11.2018 / 01:33
2
answers

I need to put together a phpmyadmin SQL to list a table with the companies and contracts that I have to pay in the current month and that if I do not already pay the list

SELECT a.cod_contrato, a.cod_anunciante, a.presupuesto, b.cod, b.mcuota, date_format(b.mesdpago,'%d-%m-%Y') AS mesdpago, c.cod, c.nom, c.cor1, c.tel1 FROM espacios_publicitarios.anunciantes AS c INNER JOIN espacios_publicitarios.contratos AS a O...
asked by 01.11.2018 / 12:51
1
answer

Add all the fields of the same column of several MySQL records

I have a table with several records, and let's say that each one collects the visits it has (for example). How can I get the total of visits? But not of all, but of those who fulfill a condition. That is, if I have: | Cat | Visitas...
asked by 28.10.2018 / 13:03
1
answer

the procedure is fine with an output (phpmyadmin)

How about? I have a doubt I want to make a procedure so that the end result of a result 0 or 1 according to the result number of my table users the procedure is this: DELIMITER $$ CREATE PROCEDURE Coretec_ConfirmUser(IN p_user_mail VARCHAR(150...
asked by 28.10.2018 / 00:16