Re: user permissions to all DB

2007-08-21 Thread Jay Pipes
solidzh wrote: 2007/8/21, Jay Pipes <[EMAIL PROTECTED]>: Terry wrote: Hello, I want to grant a user all permissions to all DBs on the system as well as any new DBs that show up. I want to avoid having to modify permissions everytime a new DB is added. Is there a way to do this? GRANT SELECT

Re: user permissions to all DB

2007-08-20 Thread solidzh
2007/8/21, Jay Pipes <[EMAIL PROTECTED]>: > Terry wrote: > > Hello, > > > > I want to grant a user all permissions to all DBs on the system as > > well as any new DBs that show up. I want to avoid having to modify > > permissions everytime a new DB is added. Is there a way to do this? > > GRANT S

Re: user permissions to all DB

2007-08-20 Thread Rolando Edwards \(DBA\)
ndo on this. Rolando, Although I agree with you, I was only trying to answer Terry's question :) Cheers, Jay Rolando Edwards wrote: > You must be very careful when granting permissions on every database this way. > > Here is why: > > By giving a user permissions on all data

Re: user permissions to all DB

2007-08-20 Thread Jay Pipes
Terry, I absolutely agree with Rolando on this. Rolando, Although I agree with you, I was only trying to answer Terry's question :) Cheers, Jay Rolando Edwards wrote: You must be very careful when granting permissions on every database this way. Here is why: By giving a user permis

Re: user permissions to all DB

2007-08-20 Thread Rolando Edwards
You must be very careful when granting permissions on every database this way. Here is why: By giving a user permissions on all databases this way, you also give away permissions to the 'mysql' schema. This is where the grant tables live. A person could 1) insert new users into mysql

Re: user permissions to all DB

2007-08-20 Thread Jay Pipes
Yep. Terry wrote: Just to verify, will that include all new databases? On 8/20/07, Jay Pipes <[EMAIL PROTECTED]> wrote: Terry wrote: Hello, I want to grant a user all permissions to all DBs on the system as well as any new DBs that show up. I want to avoid having to modify permissions every

Re: user permissions to all DB

2007-08-20 Thread Terry
Just to verify, will that include all new databases? On 8/20/07, Jay Pipes <[EMAIL PROTECTED]> wrote: > Terry wrote: > > Hello, > > > > I want to grant a user all permissions to all DBs on the system as > > well as any new DBs that show up. I want to avoid having to modify > > permissions everyti

Re: user permissions to all DB

2007-08-20 Thread Jay Pipes
Terry wrote: Hello, I want to grant a user all permissions to all DBs on the system as well as any new DBs that show up. I want to avoid having to modify permissions everytime a new DB is added. Is there a way to do this? GRANT SELECT, INSERT, CREATE, ... ON *.* TO 'username'@'hostname' IDE

user permissions to all DB

2007-08-20 Thread Terry
Hello, I want to grant a user all permissions to all DBs on the system as well as any new DBs that show up. I want to avoid having to modify permissions everytime a new DB is added. Is there a way to do this? Thanks! -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysq

RE: Database user Permissions

2005-10-12 Thread Jeff
:53 > To: Jeff > Cc: mysql@lists.mysql.com > Subject: Re: Database user Permissions > > > "Jeff" <[EMAIL PROTECTED]> wrote on 10/12/2005 08:43:16 AM: > > > Just rebuilt one of my servers and when setting up MySQL > again an old > > problem I'

Re: Database user Permissions

2005-10-12 Thread SGreen
"Jeff" <[EMAIL PROTECTED]> wrote on 10/12/2005 08:43:16 AM: > Just rebuilt one of my servers and when setting up MySQL again an old > problem I'd had and worked around came up again. > > Why is it that if I grant a user@'%' permissions, that user can a

Database user Permissions

2005-10-12 Thread Jeff
Just rebuilt one of my servers and when setting up MySQL again an old problem I'd had and worked around came up again. Why is it that if I grant a user@'%' permissions, that user can access the database from any other machine on the network, but that same user logon accessing

Re: strange user permissions error

2004-10-19 Thread Egor Egorov
Check tables in mysql database with myisamchk. This might me some kind of table corruptions. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Eg

Re: strange user permissions error

2004-10-15 Thread Anders Green
At 09:52 AM 10/15/2004, Crouch, Luke H. wrote: "user permission trouble" MySQL version? I've been having some trouble with 4.1.5. Anders +===+ |Anders Green Email: [EMAIL PROTECTED] | | Home:

strange user permissions error

2004-10-15 Thread Crouch, Luke H.
we had a power outtage and for some reason our user permissions didn't seem to come back? we had a record of granting a 'cfmysql'@'%.ourdomain.com' and it didn't seem to work at all until I did a flush privileges...and even after that, I had to go in and set up som

Re: User permissions error on CREATE TABLE

2004-05-16 Thread Randall Perry
Never mind. Didn't have 'localhost' in Db table 'Host' field for the database. > I've got a user, joe, who has all privileges on database 'joe' except GRANT. > I gave permissions to joe using this command: > GRANT ALL ON joe TO [EMAIL PROTECTED] > > But if I'm logged in as joe to the joe db a

User permissions error on CREATE TABLE

2004-05-16 Thread Randall Perry
I've got a user, joe, who has all privileges on database 'joe' except GRANT. I gave permissions to joe using this command: GRANT ALL ON joe TO [EMAIL PROTECTED] But if I'm logged in as joe to the joe db and try to create a table, I get the error: ERROR 1142: create command denied to user: '[E

user permissions on test ( DBD::mysql)

2003-12-14 Thread Kermit Tensmeyer
In previous installs, I've never been able to do it 'right' but fresh install (4.1.1), new machine. So I'd like to set it up so perl Makefile.PL on modules will install without having to pass special parameters to build process. First. mysql_install_db sets up the test db so that the anonymous

User Permissions

2003-07-12 Thread cflists
Can someone please help. I have MySQL for windows installed and I don't understand how to manage users. I have MySQL Control Center 0.8.10 Beta. The user I'm logged in as apparently doesn't have permissions to run DDL. I'm trying to take a dump of a remote db and run it here to install structure

User Permissions

2003-07-08 Thread GL
I'm kinda new to administering MySQL. I have a remote db that I want to backup to my local MySQL server (windows). I can do a dump of the db from phpMyAdmin on the remote server. I try running it on my local server through the MySQL Control Center, and it says "Read Only". I don't have to enter pas

Re: odd user/permissions/table access problem

2003-03-17 Thread Paul DuBois
At 12:10 -0800 3/17/03, Mike Whybark wrote: I just upgraded to mysqladmin Ver 8.23 Distrib 3.23.55, for apple-darwin6.3 on powerpc from 3.23.52. Both packages are via Marc Liyanage's binary distribution from http://www.entropy.ch/. following the upgrade, one (and only one) of the databases is

odd user/permissions/table access problem

2003-03-17 Thread Mike Whybark
I just upgraded to mysqladmin Ver 8.23 Distrib 3.23.55, for apple-darwin6.3 on powerpc from 3.23.52. Both packages are via Marc Liyanage's binary distribution from http://www.entropy.ch/. following the upgrade, one (and only one) of the databases is affected such that its' user access is disr

mysql backup user permissions?

2002-11-07 Thread Shon Stephens
i want to add a user to my system that has permissions to backup all the databases using mysqlhotcopy. i don't want to use the root user. so what permissions (minium set) should i give the user in order to accomplish this. thanks in advance, shon --

RE: user permissions in linux

2001-12-12 Thread Rick Emery
Check out the GRANTS section in the MYSQL manual -Original Message- From: Faizal Mangera [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 9:38 AM To: [EMAIL PROTECTED] Subject: user permissions in linux Hi, I'm new to both MySQL and LINUX, however still managed to ki

user permissions in linux

2001-12-12 Thread Faizal Mangera
Hi, I'm new to both MySQL and LINUX, however still managed to kind of get them up and running. I installed MySQL whilst I was logged in as ROOT. Now I can only run it when I log is as ROOT. How do change permissions of the other users so they can also run MySQL or create a new user which will

RE: User Permissions Issue (Easy questions?)

2001-10-01 Thread Erica Douglass
Thank you so much! That worked. *big sigh of relief* Erica > -Original Message- > From: Carsten H. Pedersen [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 01, 2001 12:48 PM > To: Erica Douglass > Subject: RE: User Permissions Issue (Easy questions?) > >

Re: User Permissions Issue (Easy questions?)

2001-10-01 Thread Curtis Maurand
grant alter, create, delete, drop, insert, select, update, index ON name_of_database.* to name_of_database TO username@localhost identified by "password" with grant option; then grant alter, create, delete, drop, insert, select, update, index ON name_of_database.* to name_of_database TO userna

User Permissions Issue (Easy questions?)

2001-10-01 Thread Erica Douglass
Hi, I am working with an internal database. We add a user using the following statements: create database name_of_database; GRANT alter, create, delete, drop, insert, select, update, index ON name_of_database TO username@localhost identified by "password" with grant option; GRANT alter, create