you need to login into MySQL with rights to create databases. Your being
root under linux has got nothing to do with root under mysql.
Mani. M
>and tried to create database with :
>mysql> create database cart;
>ERROR 1044: ACCESS DENIED FOR USER : '[EMAIL PROTECTED]' TO DATABASE
>'CART'
-
- Original Message -
> No, MySQL does not help in enforcing referential integrity. You need to
>do that with your application. In some people's opinion (not mine), it is
>one of the major drawbacks to using MySQL.
I agree. MySQL needs to have RI as its first priority on its TODO list.