Questions tagged as 'phpmyadmin'

2
answers

Save array of images in different columns

Good evening. I would like to count on your help in solving a problem that has been grinding my molecule for a few days and I still can not find a solution. I have the following code to send to the 4-photo server: if(isset($_POST['su...
asked by 11.12.2015 / 05:11
1
answer

I accidentally delete all MySQL users phpMyAdmin [duplicate]

I was following some tutorials on the internet to change the password of my mysql user in phpMyAdmin and in the end I ended up deleting this user. I did not have access to phpMyAdmin and I do not know how to solve this problem, I'm using Wamp...
asked by 25.08.2017 / 03:39
0
answers

localhost / phpmyadmin / error 1146

I have a problem accessing phpmyadmin. Here is the error - >     
asked by 27.11.2015 / 20:40
1
answer

SQL does not return all results

I have 2 tables in MySQL, one called municipalities and another called municipios_ibge both have a column named municipio that holds the municipality of each city of Brazil. I have to do the following: I need to check if the municipalities...
asked by 15.08.2016 / 01:28
2
answers

What is the best Xampp / PHP version to update and what is the difference?

I want to update my XAMPP Version: 1.8.3, plus PHP Version 5.5.15, but I have some doubts: What is the best version to upgrade, if it is (5.5.38, 5.6.24 & 7.0.9)? Whether this will affect my codes or not? Is there any difference between...
asked by 25.10.2016 / 13:54
2
answers

How to increase session time in phpMyAdmin in Ubuntu?

When I'm developing a system, I usually leave my% open%. Then, as time passes, the following message appears: How can I configure my phpmyadmin so that I can increase this session time (or remove it)?     
asked by 09.07.2015 / 16:05
2
answers

mysql errors being presented in French

All errors I receive regarding phpmyadmin database are in French. However, the panel is in pt-br, only query errors - a select for example - are displayed in French. I use WAMP. EX: Aucune base n'a �t� s�lectionn�e     
asked by 06.01.2016 / 20:05
1
answer

How would the insert be in a table that only has foreign key

I have a user registry and this registration can be done in two ways, through facebook or email. My question would be how to give insert in these table, as I have a control table that gets the ids of the other two tables by foreign key. Table...
asked by 02.06.2017 / 04:16
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

Update does not update bank records

In my system there is a registration page and a page with a table of the information of the registered ones. This table has an edit button that links to an equal form on the registration page. What should happen: When you click the save...
asked by 06.09.2017 / 13:36