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
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
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
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
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: *
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
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
> 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
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
>
>
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
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
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
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
>
>
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
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
> 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
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
'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
> 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
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
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
21 matches
Mail list logo