Hi, I want to creat a new database in phpmyadmin like this:
But I only can put this commands in other already created. How can I creat one new like this? thanks
Code:
CREATE TABLE users ( username varchar(30), password varchar(32));
Comment