Re: reverting to passwd-less root w/out --skip-grant-tables

2009-08-26 Thread Joe
Thanks for the tips, all. Looks like we've got it restored via --skip-grant-tables and restoring some missing user rows (which caused me not to be able to see DBs in 'show databases'). I was also confused about being able to load an empty string '' into the non-null

Re: reverting to passwd-less root w/out --skip-grant-tables

2009-08-26 Thread Darren Cassar
Aug 26, 2009 at 2:33 AM, Joe wrote: > I'm trying to get back to an earlier state where we started > mysqld withOUT --skip-grant-tables but the root user had no > password. Yes, insecure, but we're in restoration mode here. > > How do I reset/revert the root password to no pas

Re: reverting to passwd-less root w/out --skip-grant-tables

2009-08-25 Thread Walter Heck - OlinData.com
where we started > mysqld withOUT --skip-grant-tables but the root user had no > password.  Yes, insecure, but we're in restoration mode here. > > How do I reset/revert the root password to no password without > running with --skip-grant-tables? > > Thanks in advance. > &g

reverting to passwd-less root w/out --skip-grant-tables

2009-08-25 Thread Joe
I'm trying to get back to an earlier state where we started mysqld withOUT --skip-grant-tables but the root user had no password. Yes, insecure, but we're in restoration mode here. How do I reset/revert the root password to no password without running with --skip-grant-tables?

Re: Problems w/ Grant Tables

2007-03-09 Thread Drew Jenkins
ev identified by 'pass'; Query OK, 0 rows affected (0.00 sec) mysql> Bye server312# mysql -udev -ppass ERROR 1045 (28000): Access denied for user 'dev'@'localhost' (using password: YES) 2 mysql> use authdaemon; Database changed mysql> show tables; Empty set (0.02

Problems w/ Grant Tables

2007-03-09 Thread Drew Jenkins
-ppass ERROR 1045 (28000): Access denied for user 'dev'@'localhost' (using password: YES) 2 mysql> use authdaemon; Database changed mysql> show tables; Empty set (0.02 sec) Is authdaemon the database that has the grant tables? What gives? How do I add users that I ca

Re: mysqladmin --skip-grant-tables error

2005-12-12 Thread Alfred Vahau
Michael Stassen wrote: Alfred Vahau wrote: According to the Mysql online manual, to reset a root password one procedure is to issue the command: ./mysqladmin --skip-grant-tables to have full access to the database and update the root password as per the instructions in the manual. My

Re: mysqladmin --skip-grant-tables error

2005-12-12 Thread Michael Stassen
Alfred Vahau wrote: According to the Mysql online manual, to reset a root password one procedure is to issue the command: ./mysqladmin --skip-grant-tables to have full access to the database and update the root password as per the instructions in the manual. My problem is when I issue the

mysqladmin --skip-grant-tables error

2005-12-12 Thread Alfred Vahau
According to the Mysql online manual, to reset a root password one procedure is to issue the command: ./mysqladmin --skip-grant-tables to have full access to the database and update the root password as per the instructions in the manual. My problem is when I issue the command ./mysqladmin

Re: rpm install on RHEL4 x86-64 does not create MySQL grant tables

2005-05-25 Thread Gleb Paharenko
An earlier versions of 4.1.12 rmps had some problems, I saw this in some messages in list. But this could be caused by other reasons. SELinux for example. Are you able to create grant tables running mysql_install_db manually? "Laser, Mary" <[EMAIL PROTECTED]> wrote

rpm install on RHEL4 x86-64 does not create MySQL grant tables

2005-05-24 Thread Laser, Mary
>Description: rpm install of MySQL-server-standard-4.1.12-0.rhel4.x86_64.rpm on RHEL4 does not create the MySQL grant tables. >How-To-Repeat: install with rpm -ivh MySQL-server-standard-4.1.12-0.rhel4.x86_64.rpm on x86-64 RHEL4 system. Post installation attempts to start mysqld but fails

Copy users (was: Grant Tables problem )

2005-03-20 Thread User Roger_ber
off my other servers and I copied the websites and db's > > to this new server. (old server was mysql 3). After that the mysql > > server didn't startup anymore. I then chown'ed the data dir to > > mysql:mysql. After that I was able to start the server with > &

Re: Grant Tables problem (I think)

2005-03-20 Thread David Lloyd
7;s > to this new server. (old server was mysql 3). After that the mysql > server didn't startup anymore. I then chown'ed the data dir to > mysql:mysql. After that I was able to start the server with > "--skip-grant-tables &". But it didn't start with ou

Grant Tables problem (I think)

2005-03-20 Thread mysql
s new server. (old server was mysql 3). After that the mysql server didn't startup anymore. I then chown'ed the data dir to mysql:mysql. After that I was able to start the server with "--skip-grant-tables &". But it didn't start with out the --skip-grant-tabl

Re: grant tables update backward compatibility

2004-09-06 Thread Egor Egorov
[EMAIL PROTECTED] wrote: > I have been using mysql 3.23.58, and I want to upgrade to 4.0.20. My question is > this: after I run the script to upgrade the grant tables to support the new > privilgeges, can I then revert back to 3.23.58 seamlessly or will I need to readjust > the

Re: grant tables update backward compatibility

2004-09-04 Thread Bob Hockney
ric > > > > On Fri, 3 Sep 2004 09:43:28 -0700 (GMT-07:00), [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > Hi there, > > > > I have been using mysql 3.23.58, and I want to upgrade to 4.0.20. My question is > > this: after I run the script to u

Re: grant tables update backward compatibility

2004-09-03 Thread Eric Bergen
everybody know. :) -Eric On Fri, 3 Sep 2004 09:43:28 -0700 (GMT-07:00), [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi there, > > I have been using mysql 3.23.58, and I want to upgrade to 4.0.20. My question is > this: after I run the script to upgrade the grant tables

grant tables update backward compatibility

2004-09-03 Thread zeus
Hi there, I have been using mysql 3.23.58, and I want to upgrade to 4.0.20. My question is this: after I run the script to upgrade the grant tables to support the new privilgeges, can I then revert back to 3.23.58 seamlessly or will I need to readjust the grant tables. Thanks in advance

Re: mysqld too busy to check its grant tables?

2004-05-05 Thread Jeremy Zawodny
On Wednesday, May 5, 2004, at 11:48 US/Pacific, Atle wrote: What versions are you seeing this on? We've seen it exclusively on 3.23.58, with or without LinuxThreads enabled. Various versions of 4.0.xx. We don't run 3.23.xx much of anywhere anymore. Jeremy -- MySQL General Mailing List For list

RE: mysqld too busy to check its grant tables?

2004-05-05 Thread Atle
L PROTECTED] > > Subject: Re: mysqld too busy to check its grant tables? > > > > On Mon, Apr 26, 2004 at 01:27:08PM -0700, MySQL wrote: > > > > > > On Mon, 26 Apr 2004, Jeremy Zawodny wrote: > > > > > > > > > Yeah, we've been seeing th

Re: mysqld too busy to check its grant tables?

2004-05-02 Thread Atle
We just had another machine that this weird bug introduced itself onto. However, I just noticed something interesting; they're both running mysql-3.23.58. Most of our production servers are 3.23.57 or below. Also, there was a specific change to 3.23.58 dealing with password handling: "Fixed buffe

RE: mysqld too busy to check its grant tables?

2004-04-26 Thread Donny Simonton
Sent: Monday, April 26, 2004 4:21 PM > To: Donny Simonton > Cc: [EMAIL PROTECTED]; 'MySQL' > Subject: Re: mysqld too busy to check its grant tables? > > On Mon, Apr 26, 2004 at 04:11:37PM -0500, Donny Simonton wrote: > > We have tried the same thing, flush hosts and

Re: mysqld too busy to check its grant tables?

2004-04-26 Thread Jeremy Zawodny
On Mon, Apr 26, 2004 at 04:11:37PM -0500, Donny Simonton wrote: > We have tried the same thing, flush hosts and flush privileges did nothing. > Refresh reload did nothing. Once the load went down the problem normally > went away. We have tried shutting down mysql and starting it back up, that > h

RE: mysqld too busy to check its grant tables?

2004-04-26 Thread Donny Simonton
age- > From: Jeremy Zawodny [mailto:[EMAIL PROTECTED] > Sent: Monday, April 26, 2004 3:49 PM > To: Donny Simonton > Cc: [EMAIL PROTECTED]; 'MySQL' > Subject: Re: mysqld too busy to check its grant tables? > > On Mon, Apr 26, 2004 at 03:44:03PM -0500, Donny Simonton wrote

Re: mysqld too busy to check its grant tables?

2004-04-26 Thread Jeremy Zawodny
On Mon, Apr 26, 2004 at 01:56:22PM -0700, Atle wrote: > > On Mon, 26 Apr 2004, Jeremy Zawodny wrote: > > > On Mon, Apr 26, 2004 at 03:44:03PM -0500, Donny Simonton wrote: > > > Jeremy, > > > > > > We have also seen the problem on linux a while back; we haven't had the > > > problem lately though.

Re: mysqld too busy to check its grant tables?

2004-04-26 Thread Atle
On Mon, 26 Apr 2004, Jeremy Zawodny wrote: > On Mon, Apr 26, 2004 at 03:44:03PM -0500, Donny Simonton wrote: > > Jeremy, > > > > We have also seen the problem on linux a while back; we haven't had the > > problem lately though. > > In our case, we've found that neither FLUSH HOSTS or FLUSH PRIVIE

Re: mysqld too busy to check its grant tables?

2004-04-26 Thread Jeremy Zawodny
On Mon, Apr 26, 2004 at 03:44:03PM -0500, Donny Simonton wrote: > Jeremy, > > We have also seen the problem on linux a while back; we haven't had the > problem lately though. In our case, we've found that neither FLUSH HOSTS or FLUSH PRIVIELGES have any effect. Was that the case for you folks as

RE: mysqld too busy to check its grant tables?

2004-04-26 Thread Donny Simonton
Re: mysqld too busy to check its grant tables? > > On Mon, Apr 26, 2004 at 01:27:08PM -0700, MySQL wrote: > > > > On Mon, 26 Apr 2004, Jeremy Zawodny wrote: > > > > > > > Yeah, we've been seeing this bug a bit too. I'm trying to isolate > it &

Re: mysqld too busy to check its grant tables?

2004-04-26 Thread Jeremy Zawodny
On Mon, Apr 26, 2004 at 01:27:08PM -0700, MySQL wrote: > > On Mon, 26 Apr 2004, Jeremy Zawodny wrote: > > > > > Yeah, we've been seeing this bug a bit too. I'm trying to isolate it > > > > and figure out if it's a FreeBSD related problem or something more > > > > MySQL specific. > > > > > > > >

Re: mysqld too busy to check its grant tables?

2004-04-26 Thread MySQL
On Mon, 26 Apr 2004, Jeremy Zawodny wrote: > > > Yeah, we've been seeing this bug a bit too. I'm trying to isolate it > > > and figure out if it's a FreeBSD related problem or something more > > > MySQL specific. > > > > > > Are you using FreeBSD's native threads or LinuxThreads? > > > > FreeBSD

Re: mysqld too busy to check its grant tables?

2004-04-26 Thread Jeremy Zawodny
On Mon, Apr 26, 2004 at 12:21:47PM -0700, MySQL wrote: > > On Mon, 26 Apr 2004, Jeremy Zawodny wrote: > > > On Mon, Apr 26, 2004 at 11:27:46AM -0700, MySQL wrote: > > > > > > Hi, I have a FreeBSD 4.9-R server running 3.23.58-log and lately it's been > > > a daily occurrence that mysqld gets so bu

Re: mysqld too busy to check its grant tables?

2004-04-26 Thread MySQL
On Mon, 26 Apr 2004, Jeremy Zawodny wrote: > On Mon, Apr 26, 2004 at 11:27:46AM -0700, MySQL wrote: > > > > Hi, I have a FreeBSD 4.9-R server running 3.23.58-log and lately it's been > > a daily occurrence that mysqld gets so busy that it's unable to authorize > > connections properly. Our monito

Re: mysqld too busy to check its grant tables?

2004-04-26 Thread Jeremy Zawodny
On Mon, Apr 26, 2004 at 11:27:46AM -0700, MySQL wrote: > > Hi, I have a FreeBSD 4.9-R server running 3.23.58-log and lately it's been > a daily occurrence that mysqld gets so busy that it's unable to authorize > connections properly. Our monitoring system will report something like > this: "Access

RE: mysql error grant tables, help

2004-03-17 Thread Victor Medina
Saturday, March 13, 2004 10:37 AM > To: Chris Sanchez; [EMAIL PROTECTED] > Subject: Re: mysql error grant tables, help > > > > Hi! > > try to look at your my.cnf you haven't config it correctly! > > > At 05:

RE: mysql error grant tables, help

2004-03-15 Thread Chris Sanchez
-Original Message- From: Victor Medina [mailto:[EMAIL PROTECTED] Sent: Saturday, March 13, 2004 10:37 AM To: Chris Sanchez; [EMAIL PROTECTED] Subject: Re: mysql error grant tables, help Hi! try to look at your my.cnf you haven't config it correctly! At 05:54 p.m. 12/03/2004, Chris Sa

Re: mysql error grant tables, help

2004-03-13 Thread Victor Medina
Hi! try to look at your my.cnf you haven't config it correctly! At 05:54 p.m. 12/03/2004, Chris Sanchez wrote: get this when i run scripts/mysql_install_db. also tried mysqld --skip-grant and got the same thing. how do i fix? mysql-standard-4.0.18-sun-solaris2.8-sparc binary on SunOS ipdev1 5.8 G

mysql error grant tables, help

2004-03-12 Thread Chris Sanchez
ng value '@MYSQL_TCP_PORT@' to 'port' Installation of grant tables failed! Examine the logs in ./data for more information. You can also try to start the mysqld daemon with: ./bin/mysqld --skip-grant & You can use the command line tool ./bin/mysql to connect to the mysql data

Grant Tables MySQL 4.1 - Bug: 2915

2004-02-24 Thread Sabine Seipel
hi, what's about http://bugs.mysql.com/bug.php?id=2915 [Bug: Installation of Grant Tables failed!] ?? I have the same problem, how it described in this bug report. but nobody could say me if this is a bug or merely a mistake on my part. I would be really great if anybody could answer, beca

MySQL 4.1 - Installation of grant tables failed

2004-02-23 Thread Sabine Seipel
hi, I have the same problem with executing mysql_install_db in mysql 4.1 after compiling it on debian 3.0, lust like Bug #2915 installation of grant tables failed! after sucessfully configure (./configure --prefix=/usr/local/mysql --with-innodb) & make & make install and e

Re: Macintosh: Trouble with grant tables?

2004-02-08 Thread David Hodgkinson
On 8 Feb 2004, at 1:33, Marty Ray wrote: I am new to mysql and I am having trouble getting started. I am using a Macintosh G5 running OS 10.3.2. I got mysql installed and it would run, however when I tried to create a database, I got an error saying permission denied. I tried running the script

Macintosh: Trouble with grant tables?

2004-02-07 Thread Marty Ray
I am new to mysql and I am having trouble getting started. I am using a Macintosh G5 running OS 10.3.2. I got mysql installed and it would run, however when I tried to create a database, I got an error saying permission denied. I tried running the scripts/install_mysql_db, and I had to change p

Re: New grant tables

2004-01-12 Thread Nitin Mehta
m: "Director General: NEFACOMP" <[EMAIL PROTECTED]> To: "Scott Haneda" <[EMAIL PROTECTED]>; "MySql" <[EMAIL PROTECTED]> Sent: Monday, January 12, 2004 2:43 PM Subject: Re: New grant tables > Check the User `table` of the `mysql` database > If

Re: New grant tables

2004-01-12 Thread Director General: NEFACOMP
: Sunday, January 04, 2004 03:37 Subject: New grant tables > I just updated from 3.x to 4.x. I moved my data files from one server to > another. Srated mysql, and ran the permissions fixer script, which seemed > to have worked just fine. However, I am not sure what it changed, how can I

New grant tables

2004-01-03 Thread Scott Haneda
I just updated from 3.x to 4.x. I moved my data files from one server to another. Srated mysql, and ran the permissions fixer script, which seemed to have worked just fine. However, I am not sure what it changed, how can I be sure that it did in fact update the tables? -- --

4.1.1 alpha and mysql_install_db grant tables issue

2003-12-30 Thread Will Lowe
The mysql_install_db script shipped with 4.1.1-alpha seems to leave the mysql/* (user,host,etc.) tables owned root.root on my Debian system; this makes mysqld fail to start after the grant tables are installed. It looks like this is because mysql_install_db calls mysqld with --bootstrap and

Re: convert grant tables to innodb?

2003-09-29 Thread Paul DuBois
At 18:06 -0700 9/29/03, Rusty Wright wrote: Is it possible, desirable, etc. to convert the mysql grant, system, etc. tables to innodb? I.e., use mysql; alter table columns_priv type = innodb; alter table db type = innodb; alter table func type = innodb; alter table host type = innodb; alter table

Re: convert grant tables to innodb?

2003-09-29 Thread Jeremy Zawodny
On Mon, Sep 29, 2003 at 06:06:56PM -0700, Rusty Wright wrote: > Is it possible, desirable, etc. to convert the mysql grant, system, > etc. tables to innodb? I.e., > > use mysql; > alter table columns_priv type = innodb; > alter table db type = innodb; > alter table func type = innodb; > alter tab

convert grant tables to innodb?

2003-09-29 Thread Rusty Wright
Is it possible, desirable, etc. to convert the mysql grant, system, etc. tables to innodb? I.e., use mysql; alter table columns_priv type = innodb; alter table db type = innodb; alter table func type = innodb; alter table host type = innodb; alter table tables_priv type = innodb; alter table user

Re: loading in grant tables

2003-09-04 Thread Egor Egorov
"Gronquist, Jim M" <[EMAIL PROTECTED]> wrote: > > I can log into mysql using > > safe_mysqld --skip-grant-tables & > > mysql -u root -mysql > > The directions say that from mysql I should be able to manually execute > the SQL commands in mysq

loading in grant tables

2003-09-03 Thread Gronquist, Jim M
I can log into mysql using safe_mysqld --skip-grant-tables & mysql -u root -mysql The directions say that from mysql I should be able to manually execute the SQL commands in mysql_install_db and then run mysqladmin flush-privileges afterword. It is not apparent to me how to manu

Re: Creating Grant Tables on WinXP

2003-08-04 Thread Egor Egorov
[EMAIL PROTECTED] wrote: > > I've installed 4.0.13 on a WinXP system. The service starts and stops just fine, > but I cannot connect to the server, nor can I ping the 3306 port. I think the > problem may be failure to complete the post-installation processing. The doc says > to run installd

Creating Grant Tables on WinXP

2003-08-03 Thread taf
Hi, I've installed 4.0.13 on a WinXP system. The service starts and stops just fine, but I cannot connect to the server, nor can I ping the 3306 port. I think the problem may be failure to complete the post-installation processing. The doc says to run installdir\scripts\mysql_install_db. H

Re: mysql_install_db doesn't install grant tables

2003-01-29 Thread Veysel Harun Sahin
have look at http://www.mysql.com/doc/en/mysql_install_db.html [EMAIL PROTECTED] wrote: Description: When I tried to start MySQL server with shell>/usr/bin/safe_mysqld & it gave me the error: - Starting m

mysql_install_db doesn't install grant tables

2003-01-29 Thread Ozlem Celik
>Description: When I tried to start MySQL server with shell>/usr/bin/safe_mysqld & it gave me the error: - Starting mysqld daemon with databases from /var/lib/mysql 030128 08:56:42 mysqld ended

re: Fatal error when using --skip-grant-tables option

2002-11-11 Thread Egor Egorov
Robert, Saturday, November 09, 2002, 10:23:03 PM, you wrote: RJ> I tried using the instructions I found in the MySQL manual and got hung RJ> up on starting the MySQL server in an unsecured state. The instructions RJ> say to start mysqld with the --skip-grant-tables option. When I do I

Fatal error when using --skip-grant-tables option

2002-11-09 Thread Robert Johnston
OK, I lost my password. Snicker away. I tried using the instructions I found in the MySQL manual and got hung up on starting the MySQL server in an unsecured state. The instructions say to start mysqld with the --skip-grant-tables option. When I do I get a "Fatal Error: Please read &quo

Sudden problem with Grant Tables on Windows NT

2002-09-23 Thread José Fernández
I have installed MySQL on a PC with Windows NT. As the MySQL dir is not on c:, I have copied the 'my.cnf' file to c:, and I have edited it to MySQL work with InnoDB tables. All has been working fine, but suddendly, without change any, when I have tried to start up MySQL with the command "mysqld-ma

Grant Tables Creation

2002-05-27 Thread Michael Widenius
Hi! > "Glenn" == Glenn Hancock <[EMAIL PROTECTED]> writes: Glenn> I also have had trouble with the script that creates my user access tables. Glenn> I am assuming those tables should get created in the ./var/mysql folder. Glenn> Its my fault but I removed those tables just to see if they h

Re: Grant tables

2002-05-23 Thread Egor Egorov
Glenn, Thursday, May 23, 2002, 1:11:25 AM, you wrote: GH> I have had trouble with the script that creates my user access tables. GH> I am assuming those tables should get created in the ./var/mysql folder. They are created in the MySQL data dir. So, if you data dir is /var/mysql they will be cr

Grant tables

2002-05-22 Thread Glenn Hancock
I have had trouble with the script that creates my user access tables. I am assuming those tables should get created in the ./var/mysql folder. Its my fault but I removed those tables just to see if they had anything to do with me not being able to use the mysql database server. I figured it was

grant tables failed

2002-03-26 Thread Michael Widenius
Hi! >>>>> "vi" == vi nan <[EMAIL PROTECTED]> writes: vi> Dear all, vi> I can't install mysql on my computer (HP_UX model 715, 10.20) it occured memory fault install grant tables failed vi> pleased help on Attachments vi> chamnan.v The pro

[Installation of grant tables failed!]

2001-11-21 Thread root
rease number of open files to more than 60 011121 20:15:29 Warning: Changed limits: max_connections: 50 table_cache: 64 ./scripts/mysql_install_db[292]: 15249 Memory fault(coredump) Installation of grant tables failed! Submitter-Id: <[EMAIL PROTECTED]> Originator: Organization:

Installation of grant tables failed

2001-11-04 Thread Stéphane
>Description: I've tried to install MySQL-2.23.37 on LinuxPPC dr4 (not a recent distribution, I know that...), from the source code (mysql-3.23.37.tar.gz). unzip of the file was successfull, configuration and compilation seem to have worked fine, but the installation of the grant table

Installation of grant tables failed!?

2001-04-24 Thread John Ranaudo
Preparing tables_priv table Preparing columns_priv table Installing all prepared tables ld.so.1: ./bin/mysqld: fatal: libcrypt_i.so.1: open failed: No such file or dire ctory Killed Installation of grant tables failed! Examine the logs in ./data for more information. You can also try to start the mysqld

Re: How to install the grant tables and start the server

2001-04-22 Thread Paul DuBois
>Hi, I need to know how to install the grant tables and >start the server on windows platform in mysql. >Someone please >let me know. It's much appreciated. The grant tables are preinstalled as part of the Windows distribution. You don't need to install them. As for st

Re: How to install the grant tables and start the server

2001-04-22 Thread ricky gonzalez
Hi, I need to know how to install the grant tables and start the server on windows platform in mysql. Someone please let me know. It's much appreciated. __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices

Running mysql_install_db will not create grant tables

2001-01-22 Thread root
ing execution. % Reason: stkGet: (4) nxm_stack_create (0,5251072,16384,8192) % Running on OSF1 V4.0(1091) on , 512Mb; 1 CPUs, pid 10588 Installation of grant tables failed! Starting mysqld daemon with databases from /usr/local/mysql-3.23.31-dec-osf5.1-alphaev6/data 010122 13:05:31 mysqld ended &