this is error SQL query: -- -- Database: `information_schema` -- CREATE DATABASE `information_schema` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; MySQL said: Documentation #1044 - Access denied for user 'tat1'@'localhost' to database 'information_schema' how do i fix that in simple terms?
The user does not have access to the database. You would need to grant the user privileges to that database.
Use PhpMyAdmin for this. Make sure you log in as the root user, then, grant the user in question access to the db, through the privileges area of PhpMyAdmin.