Questions tagged as 'phpmyadmin'

3
answers

Form submission settings

I'm not sure what to do, but I'm not sure how to do this. "textarea". so after much trying, I decided to delete everything from mysql and the root of the cpanel. Please, whoever can help, thank you very much. "I need to step-by-step which files...
asked by 17.07.2018 / 11:28
2
answers

Installation phpmyadmin

I'm trying to install phpmyadmin on a computer running apache 1.3.27. I did the installation normally, but when I try to access the phpmyadmin link the following error appears:    The requested URL / phpmyadmin / was not found on this server....
asked by 19.10.2017 / 13:34
1
answer

Several products within an order

I'm having the following problem, I have a sales registration system, and in those sales I can add a product for each order, but how would I add multiple products for 1 order? Sales registration code: <?php ini_set('default_charset','UTF...
asked by 21.12.2015 / 18:33
1
answer

Importing a very large .sql file

I have a file with about 192.2 MB in size. I tried importing it through PHPMyAdmin but it complains that the file is too big. I searched the internet for a possible solution to the case, and saw that it has to be through the "source" example:...
asked by 11.11.2015 / 15:17
1
answer

phpMyAdmin with slow Xdebug in Windows 8.1 with Xampp

Good, Some time ago I noticed that my phpMyAdmin was stupidly slow (more than half a minute in a simple query) ... After researching this, I came to the conclusion that one should have XDebug turned on in PHP.ini settings ... I commented everyth...
asked by 06.04.2015 / 22:22
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
2
answers

I can not get a foreign key in PHPMYADMIN

I have my bank already created in phpmyadmin, there are two tables, payments and students. I've seen several tutorials and read various ways how to put a foreign key ( fk_alunos ) of student_id in my payments table, nothing works. Tabl...
asked by 18.09.2018 / 16:42
1
answer

how to make a ranking in php? [closed]

[Help] ranking in .php file illustrative image: link site image (main page): link image of accounts created for testing: link I use Xamp, to display the created accounts I'll have to go to localhost / phpmyadmin. Good personal...
asked by 21.08.2018 / 03:58
1
answer

Date Scheduling System

I have a scheduling system, where I have to return the dates and times available (which is not already registered in the database) for a new schedule with these available dates and times. I have no idea how to do this, can anyone give me a lig...
asked by 15.09.2017 / 04:08
1
answer

insert multiple data with data already in db

Well, I'm having a problem adding values in db. I want to add a value in a field that already has a value, without deleting the value that is there, but joining the two values separated by a comma. I know it has something to do with implode, but...
asked by 14.09.2017 / 20:08