Row level security requirements, can I still use MySQL?

2004-11-18 Thread Jonas Ladenfors
Hello, I am in the position where I need row level user access, this is crucial in my current project. I know this has been discussed before and the answer has been use views when they become availble. But views would still allow the root user access to the complete table, wouldnt it? I would like

RE: Row level security requirements, can I still use MySQL?

2004-11-18 Thread Jonas Ladenfors
-Original Message- From: Peter Lovatt [mailto:[EMAIL PROTECTED] Sent: den 18 november 2004 11:03 To: Jonas Ladenfors; Mysql (E-mail) Subject: RE: Row level security requirements, can I still use MySQL? Hi What about encrypting the data using a password that is specific to the user. That way only

RE: Row level security requirements, can I still use MySQL?

2004-11-18 Thread Jonas Ladenfors
- From: Jonas Ladenfors [mailto:[EMAIL PROTECTED] Sent: 18 November 2004 10:19 To: 'Peter Lovatt'; 'Mysql (E-mail)' Subject: RE: Row level security requirements, can I still use MySQL? Yeah you are correct locking is something else I actually meant was restricted access. If I understand you

RE: Row level security requirements, can I still use MySQL?

2004-11-18 Thread Jonas Ladenfors
and might not be applicable to this solution. Regards /Jonas -Original Message- From: Luke Venediger [mailto:[EMAIL PROTECTED] Sent: den 18 november 2004 12:35 To: Jonas Ladenfors Cc: Peter Lovatt; [EMAIL PROTECTED] Subject: Re: Row level security requirements, can I still use MySQL? Hi, I

RE: Row level security requirements, can I still use MySQL?

2004-11-18 Thread Jonas Ladenfors
it is (not MySQL but the mind-work might be interesting). http://www.securityfocus.com/infocus/1743 Regards /Jonas -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: den 18 november 2004 12:48 To: Jonas Ladenfors Cc: Mysql (E-mail) Subject: Re: Row level security

RE: Row level security requirements, can I still use MySQL?

2004-11-18 Thread Jonas Ladenfors
the root user would solve my problem but increase administration?. /jonas -Original Message- From: Sergei Golubchik [mailto:[EMAIL PROTECTED] Sent: den 18 november 2004 14:29 To: Jonas Ladenfors Cc: Mysql (E-mail) Subject: Re: Row level security requirements, can I still use MySQL? Hi

RE: Importing Excel Data in MySql

2004-10-21 Thread Jonas Ladenfors
I use a tool called navicat. In supports excel imports excellent. They have a shareware version on their page you can try out. www.navicat.com Regards /Jonas -Original Message- From: Bertrand Gac [mailto:[EMAIL PROTECTED] Sent: den 21 oktober 2004 09:09 To: mysql Subject: Importing

Choosing the correct my.cnf

2004-09-22 Thread Jonas Ladenfors
have placed the my.cnf in the root directory of my mysql5 directory (/usr/local/mysql5/my.cnf) but I dont know how to force mysqld_safe to read that file and not the one in /etc/my.cnf. Could someone give my a solution on how to fix this? Thanks in advance /Jonas --- Jonas

Specify which domain to connect from

2004-08-24 Thread Jonas Ladenfors
Hello, Is there someway to specify which domain one would like to connect from in the mysql console. When connecting on my server I always get connected through localhost. I would like to connect through my DNS name. quasi example : mysql -u [EMAIL PROTECTED] -p regards /Jonas -- MySQL