With phpmyadmin is kind a slow importing process when there is a lot of databases and users.First i need to create database,then i need to create user with password,then give all privileges to database previously created,and then repeat that proccess x time depend on number of databases to import(plus import with mysql command or import over phpmyadmin).Is there a way to speed up this with script?With php or batch script maybe?Where i would write before all databases name and usernames into script config and then do entire process with one run.