Do you have phpMyAdmin running yet? If so you create new databases with the
click of a button. The first page you see should say Welcome to phpMyAdmin
...ver etc. If you have set phpMyAdmin to run on an existing MySQL install,
the drop down boxes "should" contain your existing databases if configu
I always create a database by hand. On the console type:
mysql -u root -p
(It will prompt you for the mysql superuser's password. Then run:
CREATE DATABASE db_name_here;
Then you would use the grant statement accordly to give users permissions
to it.
Adam
On Tue, 20
2 matches
Mail list logo