Database Permissions

2001-02-21 Thread Ashutosh Somani
Hi- I have run into many problems with the tight security features of mysql. In particular, consider this situation: I start the mysql daemon as "root", create a database (say "test"), and "grant all" permissions on this database to another user (say "temp"). Then, when I shutdown the daemon an

Big Integer

2001-01-25 Thread Ashutosh Somani
Hi, I am working on an application where I need to be able to store 96 bit numbers. As I understand it, however, the largest size that can be stored in MySQL is 2^64 using Big Integer. Has anyone run into this problem before? Does anyone know of an easy work around for this? Thanks! Please CC