Well, my question, is this:
Does phpMyAdmin have any security against bruteforce in the password? That is, at the end of x attempts, the IP gets blocked or something like that?
Thank you.
I am doing a job to show the date and time of the insertion in the script in the database, I have to show the date in dd-mm-yyyy format and then the time, how can I do this by the SELECT of the script or by the PHP? If so, how can someone help m...
In the example below, I wanted to know why I can not use $this inside a static class ?
<?php
class A{
public static function hello(){
echo 'hello';
}
}
class B extends A{
public function ok(){
echo...
How do I set up mysql in phpmyadmin so that when I insert a record the data_lancamento field automatically pops up with the current date without me needing to be passing the date through php, does anyone know?
I saw a question just...
Is there any way to duplicate a database in MYSQL by running some query ?
I can copy a table with this code:
CREATE TABLE table_2 AS SELECT * FROM table_1
But how do you copy to replicate a given database (on the same host)?...
The problem is to return a SELECT with only the schedules that have not already been accepted by the user. I am trying to use the table of schedules that have already been accepted, which have both the user ID and the scheduling it has accepted...
I'm using Mac OS Sierra (safari 10.0.3), MAMP 4.0.6, phpMyAdmin and netBeans.
All was well, I had run the application sometime until the computer crashed.
I restarted the laptop and when I opened MAMP again the MySql server indication does...
The PHPMyAdmin (English) in these last versions has the number of tables in the left lateral navigation limited, being applied a pagination to them.
I have not only noticed it being something slower than impractical in large databases...