Questions tagged as 'phpmyadmin'

2
answers

Result of mysqli_fetch array different than the one executed in phpmyadmin

I have the following php code that does a query to the database and returns a vector with the data. public function executeSelect($query){ $resultado_id = mysqli_query($this->objetoConexao, $query); if($resultado_...
asked by 07.11.2017 / 20:44
0
answers

SQL execution error PHPMyAdmin

I am trying to include records by PHPMyAdmin, but it is returning a strange error, as follows:    Error   # 1054 - Unknown column 'Fâ € ™' in 'field list' Query: INSERT INTO 'pe_orclinhas' ('id_orclinha', 'grupo', 'orcgrupo', 'bandeira'...
asked by 14.10.2017 / 17:32
0
answers

How to create a file store?

How do I create a file store? Example: The person wants to save a PDF file on my site, there she goes there, clicks the submit file button and gets saved on my system. And when she accesses, she can go there and download the file she sav...
asked by 05.07.2017 / 15:37
0
answers

error # 1932 in phpMyAdmin

I installed XAMPP for Windows 5.6.15, Apache + MariaDB + PHP + Perl. It works fine until "out of the blue" some tables randomly get "in use". I simply can not access them anymore, continue to write, edit and delete via PHP command, but they are...
asked by 13.07.2017 / 02:17
1
answer

Restarting indexes for each new client

I need your help. I have a small system that allows the registration of companies, each of which may contain one or more associates. Here's a summary of the tables: //Tabela Empresa emp_codigo (chave primaria) emp_nome_empresa emp_telefone //...
asked by 01.06.2017 / 14:16
2
answers

Display column quantities in each table

As I do for phpmyadmin show me this: --- tabelas --- usuarios(5) clientes(20) admins(2) for example using some mysql command or even some phpmyadmin functionality?     
asked by 15.04.2014 / 23:15
0
answers

PhpMyAdmin does not open after changing default

Good afternoon guys, After modifying the default Mysql password (in the Xampp interface), it does not open anymore and displays the following error message: 1045 - Access denied for user 'root' @ 'localhost' (using password: YES) "phpMy...
asked by 07.04.2017 / 17:29
0
answers

XAMPP - New Security Concept

I'm having a problem with XAMPP, I'm not able to allow PHP access to MyAdmin on my phone. I've seen tutos on the Net but nothing solved. Obs: The PC is 64Bits, but I only found the 32 Bit version to download ... http-xampp.confconfiguration#...
asked by 01.04.2017 / 00:20
1
answer

UPDATE SET Does not work in MariaDB [closed]

I have the following code in phpmyadmin, MariaDB UPDATE bairro SET NM_BAIRRO = 'Bairro' ,CD_CIDADE = 1 ,CD_ZONA = 1 WHERE CD_BAIRRO = 1 Can anyone tell me, just because this command does not work? Command in php: public function...
asked by 30.03.2017 / 04:26
0
answers

Php my admin showing font code

I installed mysql, php and apache from good so I rebooted all and went to install php my admin until a problem arose when starting the same in the browser it shows the source code, I tried to do what is requested in this tutorial < a href="https...
asked by 21.01.2017 / 01:48