You are on page 1of 1

Executed SQL Statement : CREATE TABLE `etudiant` (

`id` int(3) NOT NULL,


`Nom` varchar(50) NOT NULL,
`Prenom` varchar(50) NOT NULL,
`branche` varchar(50) NOT NULL,
`note` int(3) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1
Error Number : 1044
Error Message: Access denied for user 'root'@'localhost' to database
'information_schema'

You might also like