mysql problem - creating database 2025-04-10 Hello, How to create database and user which have all permissions to this databse? create database base1; grant all on base1.* to admin1 identified by 'password'; but it doesn't works! What's wrong?