David, If you get 'command not found' then its not in your path. Try 'source /sw/bin/init.csh'. That should fix your path. You must add that command to your .cshrc to make it permanent. Also mysql dosn't care who you're logged in as. It uses its internal user databse. Start it with 'mysql -u username -p databasename' it wil then prompt for the password associated with username. databasename is optional. Paul
-- Paul Lieberman [EMAIL PROTECTED] Systems Engineer 541-552-6962 Computing Services Center Southern Oregon University Ashland, OR >>> David Novogrodsky <[EMAIL PROTECTED]> 03/12/02 08:53AM >>> MySQL is up and running under my admin account. I installed it using dselect, part of fink. The name of the account is davidnov. I can access the MySQL monitor by going to the terminal and typing mysql. I log onto the same box using my non-admin account davidno0, open terminal and type mysql. I get a mysql: command not found error. Is this the way it is supposed to be? I did add a record to the user table to represent the non-admin account: localhost davidno0 xxxy Y Y Y ... Sincerely, David Novogrodsky _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
