Questions tagged as 'phpmyadmin'

0
answers

Connection MySQL Workbench in PHPmyAdmin?

Good morning. I'm trying to make a MySQL Workbench remote connection on my AWS cloud, where PHPmyAdmin is installed, but I'm not getting it. The displayed error is: I've searched Google for this error but nothing effective. Could...
asked by 29.09.2016 / 13:52
2
answers

Default registry if you have no other - mysql

Is it possible to program the database so that there is a default record if there is no other one in the table? making the table impossible to be empty. So if you have other records, it ignores the default, if you do not have any, use the def...
asked by 26.02.2016 / 15:00
3
answers

Search the entire database

You can do a query or there is some phpmyadmin tool that does this: Query the entire database for example: I have the value 23600 and I want it to find this value in the whole bank regardless of the table or field it is in.     
asked by 27.03.2014 / 16:07
4
answers

How to save form image directory to bank

In the system I'm developing it has a form with a field where the user can attach an image. After saving the form, the user wants to view the record including the image, so I thought about saving the image to a folder on the system and its di...
asked by 16.08.2018 / 15:50
2
answers

Error "1146 table 'phpmyadmin.pma__tracking does not exist"

This error prevents me from creating new tables and accessing those already created: Error:    1146 table 'phpmyadmin.pma__tracking does not exist How do I fix this?     
asked by 25.07.2015 / 00:05
1
answer

Login using PDO

I'm developing a login system with pdo for learning, but it always accuses the password. Follow the code: <?php session_start(); include "../../lib/inc_con.php"; $pdo=conectar(); $validarlogin = $pdo->query("...
asked by 19.12.2015 / 01:12
4
answers

Connecting PHP with the MySQL database

I need help I'm trying to connect my PHP file with the bank so I can make a query and display the logs. Connection code: define('usuario_bd', 'root'); define('senha_bd', ''); define('nome_bd', 'loja'); mysql_connect('localhost/phpmyadmin',...
asked by 15.08.2017 / 19:06
2
answers

PHP MySQL non-functional database

I have a PHP form with a MySQL database generated by phpMyAdmin, however, the bank does not receive the information entered in the form. Follow the form code: <!-- content --> <div class="container"> <div cla...
asked by 24.07.2017 / 14:19
1
answer

Problem with BETWEEN between dates

I need a light for an issue, I have a data filtering system (search) where I have to search for two dates, Initial and Final. Since I have these two columns in the database, then when I execute the search I choose which column I want to filter....
asked by 19.04.2017 / 15:30
1
answer

Reset mysql table automatically

I have a database that stores some leads, can you make the tables in this bank reset every day at a certain time or until it reaches so many lines? I use phpmyadmin in cpanel.     
asked by 28.10.2016 / 19:19