Re: MySQL Newbie: Running in UNIX

2004-12-03 Thread Gleb Paharenko
Hello. Try to connect as root (use -u root) or another user which has privilege to create new databases. >I would like to try out MySQL on my UNIX account (Solaris). > >I DO NOT HAVE root privilieges in UNIX. I only have a normal user >privilege. > >I have installed MySQL on my user

Re: MySQL Newbie: Running in UNIX

2004-12-01 Thread Aman Raheja
esday, December 01, 2004 12:57 PM To: Hossain, Ashfaq (Ashfaq) Subject: Re: MySQL Newbie: Running in UNIX log in as root > mysql -uroot then you are the boss Aman Raheja Hossain, Ashfaq (Ashfaq) wrote: I would like to try out MySQL on my UNIX account (Solaris). I DO NOT HAVE root privilieges in

RE: MySQL Newbie: Running in UNIX

2004-12-01 Thread Dathan Vance Pattishall
IL PROTECTED] > Subject: MySQL Newbie: Running in UNIX > > > I would like to try out MySQL on my UNIX account (Solaris). > > I DO NOT HAVE root privilieges in UNIX. I only have a normal user > privilege. > > I have installed MySQL on my user UNIX account. > > Looks

Re: MySQL Newbie: Running in UNIX

2004-12-01 Thread Aman Raheja
Restart mysqld with the --skip-grant-tables option and then try Aman Raheja Hossain, Ashfaq (Ashfaq) wrote: Thanks. But, it confuses the unix "root" with the mysql root. I don't have the unix root previleges. Am I doing something wrong? Here is the error: unix> bin/mysql -uroot ERROR 104

MySQL Newbie: Running in UNIX

2004-12-01 Thread Hossain, Ashfaq \(Ashfaq\)
I would like to try out MySQL on my UNIX account (Solaris). I DO NOT HAVE root privilieges in UNIX. I only have a normal user privilege. I have installed MySQL on my user UNIX account. Looks like I get the Server going and can also get the status from the Server. But, I get an error msg wh