RE: What Does This Mean

2004-01-13 Thread Chris L. White
OK I got the database created and stuff; When in the MySQLAdmin screen under databases it doesn't show under databases. That is the first problem. And for some reason the MYSQLadmin screen list the local user name as Administrator and will not let me change it. But I can get into the mysql shell

RE: What Does This Mean

2004-01-12 Thread William R. Mussatto
Chris L. White said: > You know what is even more screwed up now. I did this command and when > it prompted me for the password I just hit enter and wallah look what I > got. But I am sure there is other stuff messed up now: > SET YOUR ROOT PASSWORD it its blank it will behave as you describe. So

RE: What Does This Mean

2004-01-12 Thread Chris L. White
You know what is even more screwed up now. I did this command and when it prompted me for the password I just hit enter and wallah look what I got. But I am sure there is other stuff messed up now: C:\MySQL\bin>mysql -u root -p Enter password: ** ERROR 1045 (28000): Access denied fo

Re: What does this Mean

2004-01-12 Thread William R. Mussatto
Chris L. White said: > C:\MySQL\bin>mysql show > > ERROR 1045 (28000): Access denied for user: 'ODBC'@'localhost' (Using > password: > > YES) > > > > C:\MySQL\bin>mysql show -u root > > ERROR 1045 (28000): Access denied for user: 'root'@'localhost' (Using > password: > > YES) Your musql setup requi

Re: What does this Mean

2004-01-12 Thread Chris L. White
C:\MySQL\bin>mysql show ERROR 1045 (28000): Access denied for user: 'ODBC'@'localhost' (Using password: YES) C:\MySQL\bin>mysql show -u root ERROR 1045 (28000): Access denied for user: 'root'@'localhost' (Using password: YES) C:\MySQL\bin>mysql show -u root -p Enter password: *

Re: What Does This Mean

2004-01-12 Thread robert_rowe
Did you set a password for the root account? MySQL comes with a root user that (initially) has no password and all privileges. Most setup instructions have you assign a password to the root account pretty early on. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql T

Re: What does this mean? : Warning: thr_alarm queue is full

2002-12-27 Thread Stefan Hinz, iConnect \(Berlin\)
Chung, > Warning: thr_alarm queue is full > What's this? Is it serious problem? Looking for "thr_alarm" in the MySQL Manual, I find this: If mysqld is compiled with -DUSE_ALARM_THREAD, a dedicated thread that handles alarms is created. This is only used on some systems where there are problem

Re: what does this mean please?

2001-06-22 Thread Seth Northrop
> ERROR 2002: Can't connect to local MySQL server through socket > '/tmp/mysql.sock' (2) > > and how you fix it? It means you have no local socket for mysql to connect through. Meaning, something/someone either deleted or mangled /tmp/mysql.sock or mysqld isn't running to begin with. Try to co

Re: What does this mean

2001-03-16 Thread Mark Maggelet
On Fri, 16 Mar 2001 13:35:18 -0500, Hardy Merrill ([EMAIL PROTECTED]) wrote: >Sure it's easier, but which is safer? > >I don't have Charles first message on this topic, but I believe >his error message was from logrotate which is a cron job. >If Charles put > > mysqladmin -uuser -ppassword > >

Re: What does this mean

2001-03-16 Thread Hardy Merrill
Sure it's easier, but which is safer? I don't have Charles first message on this topic, but I believe his error message was from logrotate which is a cron job. If Charles put mysqladmin -uuser -ppassword into a cron job, then the user's(root?) password would be in open view to anybody who

Re: What does this mean

2001-03-16 Thread Mark Maggelet
I think it would be easier to just go: mysqladmin -uuser -ppassword On Fri, 16 Mar 2001 11:09:37 -0500, Hardy Merrill ([EMAIL PROTECTED]) wrote: >Charles, > >I think I know what's happening - your MySQL "root" user has >a password, and "mysqladmin" wants a password before it will >execute for "r

Re: What does this mean

2001-03-16 Thread Hardy Merrill
Charles, I think I know what's happening - your MySQL "root" user has a password, and "mysqladmin" wants a password before it will execute for "root". If you want to run mysqladmin through cron(as a part of logrotate), you'll need to use an option file in the unix "root" user's home account(.my

RE: [PHP-DEV] RE: mysql_pconnect still broken (was: RE: What does this mean ?)

2001-01-17 Thread Maciek Uhlig
y 17, 2001 12:48 AM > To: Steven Roussey > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; Mysql > Subject: Re: [PHP-DEV] RE: mysql_pconnect still broken (was: RE: > What does this mean ?) > > > Yep, you're right. Fixed. > > Thanks, > > Zeev > >

Re: [PHP-DEV] RE: mysql_pconnect still broken (was: RE: What does this mean ?)

2001-01-17 Thread Andi Gutmans
Looks like this was my bad :) Sorry, Andi At 01:47 AM 1/17/2001 +0200, Zeev Suraski wrote: >Yep, you're right. Fixed. > >Thanks, > >Zeev > >At 23:24 16/1/2001, Steven Roussey wrote: >> > OK. Look at a quick report. I've just installed php4-200101152345. It runs >> > with mysql-3.23.27-beta. Apac

Re: [PHP-DEV] RE: mysql_pconnect still broken (was: RE: What does this mean ?)

2001-01-16 Thread Zeev Suraski
Yep, you're right. Fixed. Thanks, Zeev At 23:24 16/1/2001, Steven Roussey wrote: > > OK. Look at a quick report. I've just installed php4-200101152345. It runs > > with mysql-3.23.27-beta. Apache 1.3.12, Solaris 2.6 (local host) and 2.4 > > (remote connection). > > > > What I can see is: the o

RE: mysql_pconnect still broken (was: RE: What does this mean ?)

2001-01-16 Thread Steven Roussey
> OK. Look at a quick report. I've just installed php4-200101152345. It runs > with mysql-3.23.27-beta. Apache 1.3.12, Solaris 2.6 (local host) and 2.4 > (remote connection). > > What I can see is: the offending messages didn't vanish at all (both hosts > are involved): > So, I think it's not fixe

mysql_pconnect still broken (was: RE: What does this mean ?)

2001-01-16 Thread Maciek Uhlig
OK. Look at a quick report. I've just installed php4-200101152345. It runs with mysql-3.23.27-beta. Apache 1.3.12, Solaris 2.6 (local host) and 2.4 (remote connection). What I can see is: the offending messages didn't vanish at all (both hosts are involved): 010116 20:52:30 Aborted connection 3

RE: What does this mean ?

2001-01-16 Thread Steven Roussey
's patches haven't been > incorporated into PHP 4.0.4pl1. Maybe Andi (Cc:ed) could explain this? > > Maciek > > > -Original Message- > > From: Denis Gasparin [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, January 16, 2001 8:50 AM > > To: [EMAIL

RE: What does this mean ?

2001-01-16 Thread Maciek Uhlig
> From: Denis Gasparin [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 16, 2001 8:50 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: What does this mean ? > > > I use php 4.0.3 with persistent connections. MySQL is installed on Linux > RedHat 7.0. > The p

RE: What does this mean ?

2001-01-15 Thread Denis Gasparin
I use php 4.0.3 with persistent connections. MySQL is installed on Linux RedHat 7.0. The problem is that the Mysql exists and I don't know exactly what appends to the php process Denis At 19.21 15/01/01, Maciek Uhlig wrote: >Could you describe what exactly software connects to MySQL in you

RE: What does this mean ?

2001-01-15 Thread Maciek Uhlig
Could you describe what exactly software connects to MySQL in your case? Maciek > -Original Message- > From: Denis Gasparin [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 15, 2001 6:00 PM > To: [EMAIL PROTECTED] > Subject: What does this mean ? > > > From when I installed the mysq