RE: Problem running MySQL in high school lab

2004-08-31 Thread SGreen
s installer. > > Donny > > > -Original Message- > > From: Todd O'Bryan [mailto:[EMAIL PROTECTED] > > Sent: Monday, August 30, 2004 8:09 PM > > To: [EMAIL PROTECTED] > > Subject: Problem running MySQL in high school lab > > > > I'm

RE: Problem running MySQL in high school lab

2004-08-30 Thread Donny Simonton
[EMAIL PROTECTED] > Sent: Monday, August 30, 2004 8:09 PM > To: [EMAIL PROTECTED] > Subject: Problem running MySQL in high school lab > > I'm trying to teach my students how to use MySQL, and have installed it > on all the lab machines along with Cygwin. Originally, I had the

Problem running MySQL in high school lab

2004-08-30 Thread Todd O'Bryan
I'm trying to teach my students how to use MySQL, and have installed it on all the lab machines along with Cygwin. Originally, I had the permissions set wrong and my students couldn't start the server, but I fixed that, and now mysqld& works fine. Unfortunately, if you then mysql -u root, after a r

Re: Problem running MySQL on MacOS X.3

2004-05-11 Thread Rich Allen
ps should show you something like the following: Jupiter:~/desktop hcir$ ps uax | grep mysql root 291 0.0 0.118644 1072 ?? S 3May04 0:00.06 sh ./bin/safe_mysqld --user=mysql mysql 338 0.0 2.551720 19872 ?? S 3May04 10:17.86 /usr/local/mysql-standard-4.

Re: Problem running MySQL on MacOS X.3

2004-05-11 Thread Gabriel Ricard
Did you configure MySQL and run the /usr/local/mysql/scripts/mysql_install_db to initialize your data directory? - Gabriel On May 10, 2004, at 5:21 PM, Tim Jarman wrote: I have an iBook G4 running MacOS X.3 on Darwin 7.0. I downloaded and ran the binary installer (mysql-standard-4.0.18.pkg an

Re: Problem running MySQL on MacOS X.3

2004-05-11 Thread Brent Baisley
If you don't have a process mysqld running, then mysql isn't running. You may try starting up mysql directly (just type mysqld), rather than through the startup script or through mysqld_safe, since they suppress the error messages. You should then see some error message that may help determine

Re: Problem running MySQL on MacOS X.3

2004-05-10 Thread Sasha Pachev
Tim Jarman wrote: I have an iBook G4 running MacOS X.3 on Darwin 7.0. I downloaded and ran the binary installer (mysql-standard-4.0.18.pkg and it appeared to work fine; I have /usr/local/mysql and so on as per the docs. I also installed MySQLStartupItem. However, I don't actually appear to have

Problem running MySQL on MacOS X.3

2004-05-10 Thread Tim Jarman
I have an iBook G4 running MacOS X.3 on Darwin 7.0. I downloaded and ran the binary installer (mysql-standard-4.0.18.pkg and it appeared to work fine; I have /usr/local/mysql and so on as per the docs. I also installed MySQLStartupItem. However, I don't actually appear to have a functional inst

Re: Problem running MySQL

2004-04-14 Thread Egor Egorov
Franz Klein <[EMAIL PROTECTED]> wrote: > > I have installed MySQL 4.0.18-nt on a Windows XP machine connected to a > network. I have administrator privileges. I have also installed MySQL > Administrator. When I try to look at the users I get the following error > message: > > Could not fetch User

Problem running MySQL

2004-04-14 Thread Franz Klein
Hi I have installed MySQL 4.0.18-nt on a Windows XP machine connected to a network. I have administrator privileges. I have also installed MySQL Administrator. When I try to look at the users I get the following error message: Could not fetch Usernames MySQL Error Nr. 1044 Access denied for user:

Problem running MySql on Solaris 8?

2002-03-09 Thread Egor Egorov
Jiankang, Friday, March 08, 2002, 10:28:49 PM, you wrote: JZ> Every time I run safe_mysqld, I get the following JZ> error message: JZ> # ./safe_mysqld JZ> chown: unknown user id mysql JZ> Starting mysqld daemon with databases from JZ> /usr/local/mysql/var JZ> Killed JZ> 020308 22:12:04 mysqld e

Problem running MySql on Solaris 8?

2002-03-08 Thread Jiankang Zhao
Every time I run safe_mysqld, I get the following error message: # ./safe_mysqld chown: unknown user id mysql Starting mysqld daemon with databases from /usr/local/mysql/var Killed 020308 22:12:04 mysqld ended # How do I handle this? __ Do Y

Re: problem running mysql from the command line

2001-11-23 Thread DL Neil
> I hope I'm not being really stupid, but this does not seem to work: > > mysql -h localhost -u xxx -p > > I get the command line usage error. It appears I can't use any other option > if I use the -h. This works fine > > mysql -u xxx -p > > I'm running mysql version 3.23.43-nt Glenn, Is th

problem running mysql from the command line

2001-11-21 Thread Glenn Hirschowitz
I hope I'm not being really stupid, but this does not seem to work: mysql -h localhost -u xxx -p I get the command line usage error. It appears I can't use any other option if I use the -h. This works fine mysql -u xxx -p I'm running mysql version 3.23.43-nt Glenn --