lenamtl

Results 72 comments of lenamtl

Hi, @MauricioFauth Using PHPmyAdmin if I delete 1 or multiple row manually then insert 1 or 2 new row manually (the minute after) the ID are ok and autoincrement correctly....

Hi, I have tried to reproduce the problem using the same PHPMyAdmin version 5.0.1 I'm using MySQL 8 on my dev server and they are using MYSQL 5.37 They use...

Hi, I do not have any root access the website is hosted by SiteGround. I cannot change the version. *Very important this issue started when they use alias for DB...

Hi, I may have found the solution can anyone verify if my fix is ok? I'm was trying this solution this fix the warning problem but give an error when...

Hi, Which solution did you use to prevent this?

So does setting the 'uploadDir' => null, for dir will prevent this when called directly? ``` protected $options = array( 'limit' => null, 'maxSize' => null, 'extensions' => array('JPG', 'jpg'),...