Re: mysql_fix_privilege_tables error

2005-04-25 Thread Josh Trutwin
On Fri, 22 Apr 2005 22:44:44 +0300 Gleb Paharenko <[EMAIL PROTECTED]> wrote: > Hello. > > > > Make a bug or feature report at http://bugs.mysql.com. Already did - 10098 - it was recently closed, guess it was already fixed in 5.0.5. Josh -- MySQL General Mailing List For list archives: http:

Re: mysql_fix_privilege_tables error

2005-04-25 Thread Gleb Paharenko
Hello. Make a bug or feature report at http://bugs.mysql.com. Josh Trutwin <[EMAIL PROTECTED]> wrote: > Would it be possible to add: > > ENGINE=MyISAM > > To all the CREATE TABLE statements in the mysql_fix_privilege_tables > script? The server (tes

mysql_fix_privilege_tables error

2005-04-22 Thread Josh Trutwin
Would it be possible to add: ENGINE=MyISAM To all the CREATE TABLE statements in the mysql_fix_privilege_tables script? The server (tested with 5.0.3 and 5.0.4) crashes when creating/altering these tables if the following is in /etc/my.cnf: default-table-type=innodb I had to drop all the

RE: getting error with mysql_fix_privilege_tables

2005-01-19 Thread Clint Edwards
Steve, Below is output from the mysql_fix_privilege_tables script: "You can safely ignore all 'Duplicate column' and 'Unknown column' errors because these just mean that your tables are already up to date." I would not worry about the "Duplicate Key" erro

getting error with mysql_fix_privilege_tables

2005-01-18 Thread scohen
When I run mysql_fix_privilege_tables it tells me to ignore a lot of errors. But it doesn't tell me about this error: ERROR 1061 at line 5: Duplicate key name 'Grantor' Can I ignore this? What is it from? Thanks, Steve -- MySQL General Mailing List For list archives: http://

Re: mysql_fix_privilege_tables again

2004-10-03 Thread Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem
On Sat, Oct 02, 2004 at 08:25:49PM -0500, Paul DuBois wrote: > At 16:31 -0600 10/2/04, "Dave Shariff Yadallee - System > Administrator a.k.a. The Root wrote: > >New error WITH password implemented: > > Apparently the ownership of the mysql database and/or the files in > it is not set such that t

Re: mysql_fix_privilege_tables again

2004-10-02 Thread Paul DuBois
At 16:31 -0600 10/2/04, "Dave Shariff Yadallee - System Administrator a.k.a. The Root wrote: New error WITH password implemented: Apparently the ownership of the mysql database and/or the files in it is not set such that the files are accessible to the Unix account that you're using to run mysqld

mysql_fix_privilege_tables again

2004-10-02 Thread Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem
New error WITH password implemented: Script started on Sat Oct 2 16:28:59 2004 This scripts updates the mysql.user, mysql.db, mysql.host and the mysql.func tables to MySQL 3.22.14 and above. This is needed if you want to use the new GRANT functions, CREATE AGGREGATE FUNCTION or want to use the

mysql_fix_privilege_tables

2004-07-28 Thread Mark Huff
I have upgraded MySQL from version 3.32 to 4.0 and am trying to upgrade the privilege tables by running the subject script. Regardless of what I set in the "bindir=" line of the script file I get errors from lines 100, 115, 132, and others that either %bindir%/mysql: No such file or directory or %

Re: Re: help! recover from running mysql_fix_privilege_tables on mysql4.0

2004-04-16 Thread Rusma Mulyadi
I get an error when trying to reset password. I start the db using: mysqld_safe --skip-grant-tables & and reset the pwd using the mysqladmin command... below is the error message. mysqladmin: unable to change password; error: 'Can't find any matching row in the user table' thanks, -- MySQL Ge

Re: help! recover from running mysql_fix_privilege_tables on mysql4.0

2004-04-16 Thread Egor Egorov
Rusma Mulyadi <[EMAIL PROTECTED]> wrote: > While trying to fix some problems with the user access privileges on > mysql4.0 alpha, I run the mysql_fix_privilege_tables script. > http://dev.mysql.com/doc/mysql/en/Upgrading-grant-tables.html > > As the result, I can't

help! recover from running mysql_fix_privilege_tables on mysql4.0

2004-04-15 Thread Rusma Mulyadi
While trying to fix some problems with the user access privileges on mysql4.0 alpha, I run the mysql_fix_privilege_tables script. http://dev.mysql.com/doc/mysql/en/Upgrading-grant-tables.html As the result, I can't get to the database, even using the root login. I tried to recover

Re: mysql_fix_privilege_tables script

2003-11-28 Thread Director General: NEFACOMP
OTECTED]> Sent: Friday, November 21, 2003 19:42 Subject: Re: mysql_fix_privilege_tables script > At 10:18 -0200 11/21/03, Fernando Gomes Bernardino wrote: > > > At 10:00 -0200 11/19/03, Fernando Gomes Bernardino wrote: > >> >Hi eveybody, > >> > > >&g

Re: mysql_fix_privilege_tables script

2003-11-21 Thread Paul DuBois
At 10:18 -0200 11/21/03, Fernando Gomes Bernardino wrote: > At 10:00 -0200 11/19/03, Fernando Gomes Bernardino wrote: >Hi eveybody, > >The mysql_fix_privilege tables can be undone? I have already >re-install mysql server and nothing Why do you want to undo it? You can undo it by restori

Re: mysql_fix_privilege_tables script

2003-11-19 Thread Paul DuBois
At 10:00 -0200 11/19/03, Fernando Gomes Bernardino wrote: Hi eveybody, The mysql_fix_privilege tables can be undone? I have already re-install mysql server and nothing Why do you want to undo it? You can undo it by restoring the grant tables from your most recent backup. But without knowing

Re: mysql_fix_privilege_tables script

2003-11-19 Thread Egor Egorov
"Fernando Gomes Bernardino" <[EMAIL PROTECTED]> wrote: > > The mysql_fix_privilege tables can be undone? I have already re-install mysql server > and nothing > Why do you want to do it? -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored

mysql_fix_privilege_tables script

2003-11-19 Thread Fernando Gomes Bernardino
Hi eveybody, The mysql_fix_privilege tables can be undone? I have already re-install mysql server and nothing Thanks a lot. Fernando Bernardino

mysql_fix_privilege_tables doesn't fix privilege tables [50 character or so descriptive subject here (for reference)]

2003-06-28 Thread Gordon Burditt
>Description: When I start up mysqld (4.1.0-alpha), I get the message in the error log: mysql.user table is not updated to new password format: Disabling new password usage until mysql_fix_privilege_tables is run I *HAVE* run mysql_fix_privilege_tables. At le

mysql_fix_privilege_tables behaves odd, explain this

2003-05-27 Thread Scott Haneda
-" echo $root_password echo "--" Then if you try sh mysql_fix_privilege_tables -p somepassword Guess what you get... -- -p somepassword -- So i

Re: Reversing mysql_fix_privilege_tables ?

2002-11-28 Thread Paul DuBois
At 10:50 -0500 11/28/02, Gary Huntress wrote: I have upgraded from 3.23 to 4.0 and I have read over http://www.mysql.com/documentation/mysql/bychapter/manual_Installing.html#Up grading-from-3.23. I have not yet run mysql_fix_privilege_tables yet and I really want to since I intend to implement

Reversing mysql_fix_privilege_tables ?

2002-11-28 Thread Gary Huntress
I have upgraded from 3.23 to 4.0 and I have read over http://www.mysql.com/documentation/mysql/bychapter/manual_Installing.html#Up grading-from-3.23. I have not yet run mysql_fix_privilege_tables yet and I really want to since I intend to implement query quotas. Since this is a production

re: MySQL 4.0.3beta on XP...didn't find mysql_fix_privilege_tables

2002-09-24 Thread Egor Egorov
DANIEL, Monday, September 23, 2002, 10:43:15 PM, you wrote: DG> I downloaded MySQL 4.0.3beta on my XP system. I didn't find DG> mysql_fix_privilege_tables after installing. Am I suppose to pull it DG> from the unix download and do by hand? There is no mysql_fix_privilege_tables