Cannot create a database at the MySQL command prompt
When logging into MySQL and trying to create a database using "create database my_db;" I get an access error. I don't want to use PHPmyadmin for all of my MySQL activity ... can I not create DBs from inside of MySQL??
Carl
Carl