Questions tagged as 'phpmyadmin'

1
answer

Query mysql in phpmyadmin

Good afternoon guys, can anyone help me please? I have two tables, Tabela1 and Tabela2 , I would like to insert data from column carro of Tabela2 into column carro of Tabela1 , but in their respective i...
asked by 25.10.2018 / 19:02
3
answers

How to insert multiple arrays at the same time in the database?

I have a table and each row has 6 inputs that should be saved in the database as a product. The system has a button in HTML, which adds another line with 6 inputs, that is, by clicking on submit I need to save an indeterminate number o...
asked by 16.11.2018 / 17:36
2
answers

Error # 1064 in CREATE PROCEDURE - PhpMyAdmin SQL

PhpMyAdmin message: Mensagens do MySQL : Documentação 1064 - Você tem um erro de sintaxe no seu SQL próximo a '@NumeroSerie INT(11), @Velocidade TINYINT(4), @Direcao SMALLINT(6), @Latit' na linha 2 Code that is in er...
asked by 14.10.2018 / 00:42
1
answer

Syntax error in SELECT MAX

I have a syntax problem in my sql code inside the php code, I need to know which video has the largest id in the database to save it to a separate folder with the same id number, so that the path gets saved in the bank. The error that happens is...
asked by 01.07.2018 / 21:35
1
answer

I am trying to create a Trigger in MySql but it is giving syntax error

CREATE TRIGGER comissao ON tb_Pedido FOR INSERT, UPDATE, DELETE AS BEGIN DECLARE v_codFuncionario INT DEFAULT NULL; DECLARE v_dataPedido DATETIME(3) DEFAULT NULL; DECLARE v_valorComissao DECIMAL(15,4) DEFAULT NULL IF(SELECT COUNT(*) FROM INSERTE...
asked by 12.06.2018 / 20:39
1
answer

I can not log into phpmyadmin

At this point I'm studying cloud shared file services like OwnCloud and Pydio. I'm using Debian 9 as a machine. I installed xampp on it. I usually entered the settings in phpmyadmin and I put the password in the root user. When you get the...
asked by 06.08.2017 / 01:04
1
answer

Convert date format into echo of php [duplicate]

Good afternoon, My database is saving dates in the following format "2017-04-19", I do not know if I can change the data already registered in it and the way the data will be saved, so I chose to treat the date in my php code , which I have...
asked by 19.04.2017 / 21:28
1
answer

AWS: Error installing php Myadmin

The mbstring extension is missing. Please check your PHP configuration. My php is 7.0.16 How can I fix it? Thanks     
asked by 29.03.2017 / 14:54
1
answer

Error This table does not contain a unique column

When viewing the tables, show me this message:    This table does not contain a unique column.       Grid edit, checkbox, Edit, Copy and Delete are not available. I can not change mySQL data. You do not have the edit button. Thank you...
asked by 23.04.2015 / 18:37
1
answer

Pick up bigger ID and insert Bank

My doubt is that I need to get the ID with the highest value and enter the information in it. The PHP file is working but I need it to identify the ID with the highest VALUE and insert it into it instead of creating another one. StartReport.p...
asked by 12.11.2018 / 00:38