I get an 'open_basedir restriction' while uploading a file from the import tab. ΒΆ
Since version 2.2.4, phpMyAdmin supports servers with open_basedir restrictions. However you need to create temporary directory and configure it as $cfg['TempDir']
. The uploaded files will be moved there, and after execution of your SQL commands, removed.