Re: MySQL Problem

2001-04-18 Thread Mani Murugesan
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' -

Re: Tables relationships

2001-04-21 Thread Mani Murugesan
- 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.