SV: Installation of mySQL on a Win2000 Pro machine

2002-01-11 Thread Jonas Arvidsson
Hi The ">" that you see in the command prompt is only for decoration you can easy change the look on you command prompt to show you something else. The proper way to start your program is: c:\mysql\bin\mysqld-max --standalone not the otherway. Regards Jonas Arvidsson PS. The look

SV: More compile errors

2002-01-09 Thread Jonas Arvidsson
Have you installed ncurses or termcap rpm's? Jonas Arvidsson -Ursprungligt meddelande- Från: Steve Mansfield [mailto:[EMAIL PROTECTED]] Skickat: den 9 januari 2002 13:48 Till: [EMAIL PROTECTED] Ämne: More compile errors Ok, I had a problem compiling Mysql 3.23.47 on RH 7.1. I

How to grant user access to specific column

2001-08-13 Thread Jonas Arvidsson
Hi This is my first question to this group. Is there anyway to grant access for all users to a table but two columns in that table should be readonly, and if username is something else it should have access to those two columns with read and write and change. Regards Jonas Arvidsson

Can't create table from another table

2001-06-13 Thread Jonas Arvidsson
re, projno) AS (SELECT raknare, projno FROM liggare); And I got this error: ERROR 1064: You have an error in your SQL syntax near ' projno) AS (SELECT raknare, projno FROM liggare)' at line 1 I'm running MySQL-3.23.38. Regards Jonas Arvidsson