Questions tagged as 'phpmyadmin'

1
answer

How to make modification records in a MySQL table (without using triggers)?

I would like to know if there is another technique of making record changes in the tables without going through triggers ?     
asked by 21.12.2016 / 11:46
1
answer

MAMP - phpMyAdmin - Error

When I go into phpMyAdmin through Mamp, it gives this error:    phpMyAdmin - Error   Error during session start; please check your PHP and / or webserver log file and configure your PHP installation properly. Also ensure that cookies are enab...
asked by 20.12.2016 / 12:50
0
answers

Ajax with phpmyadmin

I have a form that records the data in phpmyadmin, but when the data is sent, the page a reload to php. I've tried ajax, and I have seen that it can help me, but I did not quite understand how to use it and I do not know if it's possible to send...
asked by 18.10.2016 / 18:48
2
answers

Error in the mdstring extension is missing

I installed wampserve64bit on windows 10 and the following message appeared when I opened phpmyadmin ;    the mdstring extension is missing please check youtu php configuration How do I resolve?     
asked by 31.08.2016 / 15:40
0
answers

java error Script in desgin mode in phpMyadmin

When I try to save the organization of a table structure, using design mode in Myadmin , I get a "fatal java script error". That is, whenever I open this tool, the tables appear all disorganized, overlapping, which makes it impractical to regis...
asked by 04.10.2016 / 05:22
1
answer

PhpMyAdmin Import file size

I'm having trouble importing a 600mb .sql file. My PHP is already authorized to receive files of this size: memory_limit =1000M post_max_size = 1000M upload_max_filesize = 1000M max_execution_time = 30000 max_input_time = 30000 But still...
asked by 28.12.2015 / 20:46
2
answers

INSERT INTO NOT EXISTS

I need to create an INSERT where it is checked whether the value already exists. I looked at some posts, but I can not execute. INSERT INTO 'pagina_extra' ('ID_PExtra', 'ordem_paginas', 'id_menu', 'url_seo', 'url', 'nome', 'titulo', 'conteudo'...
asked by 08.11.2015 / 20:40
0
answers

Access phpMyAdmin remotely [closed]

I'm having trouble accessing the external page of phpMyAdmin. This is the first time that I am trying to access because it is on an external server. There is a user that can enter without any difficulty and I can not. Usage: link Is ther...
asked by 23.04.2015 / 13:19
2
answers

SQL Filter (Result that should not appear)

is the following I'm creating an online schedule and I need to list them and show the schedules that are not scheduled, to show the free time. And for this I created the scheduling_table, where in the column schedules_fixes the list of schedules...
asked by 18.10.2016 / 16:10
2
answers

How to zero the phpmyadmin auto-increment?

How do I reset the PHPMyadmin auto increment? Have you tried? ALTER TABLE 'table_name' AUTO_INCREMENT=1 But it did not work     
asked by 05.10.2015 / 19:55