Re: Mysql user kill privilege

2011-09-27 Thread Rik Wasmus
> I got a request from a client for the rights to kill his queries if > something goes wrong. Long story short, he doesn't want to have to phone. > > I see via the MySQL documentation, that the client would need PROCESS and > SUPER privileges. Im not happy with that. > > Would know of an alternat

Mysql user kill privilege

2011-09-27 Thread Brent Clark
Hiya I got a request from a client for the rights to kill his queries if something goes wrong. Long story short, he doesn't want to have to phone. I see via the MySQL documentation, that the client would need PROCESS and SUPER privileges. Im not happy with that. Would know of an alternative s

RE: Problem with MySQL user

2009-09-16 Thread Gavin Towey
: Problem with MySQL user I'm working with two VMs, one a web server, one a MySQL database server. In mysql, I added a 'user'@'172.16.1.2' with privileges appropriate for the web site, and that works. The VMs got shipped off to a hosting facility. They got the 172.16.1.X netwo

Problem with MySQL user

2009-09-16 Thread John Oliver
I'm working with two VMs, one a web server, one a MySQL database server. In mysql, I added a 'user'@'172.16.1.2' with privileges appropriate for the web site, and that works. The VMs got shipped off to a hosting facility. They got the 172.16.1.X network between the two VMs up, but when they try to

RE: mysql user and authentication ???

2008-08-31 Thread Martin Gainty
t_priv,Insert_priv,Update_priv,Delete_priv,Create_priv,Drop_priv) for those specific tables on specific DBe.g.GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP ON customer.* TO 'custom'@'server.domain' IDENTIFIED BY 'obscure'; http://www.devshe

mysql user and authentication ???

2008-08-31 Thread Alex Katebi
Hello, I just installed the 6.0.6 version of the mysqld on Linux using the binary RPM. The RPM installed all the programs then it started the mysqld server. I read lots of documents about mysql user and password. But I have no idea what the users are used for, and how users are created. The

Re: mysql user password funkyness

2007-09-27 Thread B. Keith Murphy
<[EMAIL PROTECTED]> To: "mysql" Sent: Wednesday, September 26, 2007 10:39:17 PM (GMT-0500) America/New_York Subject: mysql user password funkyness Everyone, So I have never seen this before. I set up a database yesterday. I added a user today in the normal manner..

Re: mysql user password funkyness

2007-09-27 Thread Michael Dykman
t; BUT it log in with both "mysql -u username" and also "mysql -u username -p > (hit enter key)". So the user account works without a password. > > executing the show grants command shows a password so this shouldn't work. > Never had this problem

mysql user password funkyness

2007-09-26 Thread B. Keith Murphy
Never had this problem before and kind of hard to google for "mysql user login without password but has password".. show grants for 'user'@'%'; +---

Re: Become mysql user

2006-08-21 Thread Jan Pieter Kunst
On 8/21/06, Chris White <[EMAIL PROTECTED]> wrote: On Monday 21 August 2006 08:40 am, Karl Larsen wrote: > I think I need to su - mysql and it askes for a password. What is > that password? If you're root you don't need to enter a password. If you can't become root then the system admin has

Re: Become mysql user

2006-08-21 Thread Chris White
On Monday 21 August 2006 08:40 am, Karl Larsen wrote: > I think I need to su - mysql and it askes for a password. What is > that password? If you're root you don't need to enter a password. If you can't become root then the system admin has that information. > Karl -- Chris White PHP Prog

Become mysql user

2006-08-21 Thread Karl Larsen
I think I need to su - mysql and it askes for a password. What is that password? Karl -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Out Of Memory problems: One MySQL user, 86 minutes sleeping

2005-10-11 Thread Gleb Paharenko
Hello. > 1981 mysql 16 0 72064 42m 6172 S 0.0 8.5 0:03.53 mysqld > 1982 mysql 20 0 72064 42m 6172 S 0.0 8.5 0:00.00 mysqld > 1983 mysql 17 0 72064 42m 6172 S 0.0 8.5 0:00.00 mysqld > 1984 mysql 16 0 72064 42m 6172 S 0.0 8.5 0:00.00 mysqld T

Out Of Memory problems: One MySQL user, 86 minutes sleeping

2005-10-10 Thread thomas Armstrong
Hi. Using MySQL 4.1.9 on Linux FedoraCore2 (kernel 2.6.9), I'm suffering several memory problems ('Out Of Memory' problem) on my server. Playing around with my server: SHOW PROCESSLIST Id | User | Host | db | Command | Time | State | Info 20138 | user1 | localhost | user1_db | Slee

Re: ~/.my.cnf syntax for multiple MySQL user accounts per login account?

2005-10-02 Thread s. keeling
is flawed. If you really want the root vs mere > user distinction, the analogy would be that you su to the appropriate > user before running MySQL programs. If you did that, the .my.cnf I am the appropriate user. It's my database, and no other user has access. The root mysql user has giv

Re: ~/.my.cnf syntax for multiple MySQL user accounts per login account?

2005-10-02 Thread Paul DuBois
each user would be read correctly. How about if I submit a feature request? Parse the command line. If command == bar and MySQL user == foo, find foo's password stanza for bar in ~/.my.cnf, and use that password. That shouldn't be difficult. If you submit a feature request, I ho

Re: ~/.my.cnf syntax for multiple MySQL user accounts per login account?

2005-10-02 Thread s. keeling
I can do "drop table" as sbk without hurting myself. Doing it as keeling risks data loss. How about if I submit a feature request? Parse the command line. If command == bar and MySQL user == foo, find foo's password stanza for bar in ~/.my.cnf, and use that password. That shouldn

Re: ~/.my.cnf syntax for multiple MySQL user accounts per login account?

2005-10-02 Thread Paul DuBois
, dev.mysql.com, my local User Group) for this, but everything I find either describes a simplistic or far more complex case. This is all on my local box, no networking required, and I'm the only one accessing the data. I've four MySQL related accounts: root, admin, keeling, and sbk. ro

~/.my.cnf syntax for multiple MySQL user accounts per login account?

2005-10-02 Thread s. keeling
ata. I've four MySQL related accounts: root, admin, keeling, and sbk. root is the root mysql user (which I'd prefer to leave alone once the rest is working, which it mostly is). admin is just for trivial mysqladmin stuff. keeling is a full blown admin account able to create and

Re: mysql user name length

2005-07-11 Thread Bruce Dembecki
Just to make things REALLY messy... try setting the default character set of a 4.1 server to utf8, and then importing your data from 4.0... your mysql usernames are in real trouble now, because utf8 considers itself to be multi byte and takes more space, cutting down on the 16 characters by

Re: mysql user name length

2005-07-06 Thread Jim Winstead
On Wed, Jul 06, 2005 at 03:46:02PM -0700, Tim Traver wrote: > Is there any reason why I shouldn't increase the size of the allowable > user names in mysql to var(32) instead of the default var(16) ??? > > Couldn't really find much on it, but wanted to ask if anyone knows of > any troubles this m

mysql user name length

2005-07-06 Thread Tim Traver
Hi all, Is there any reason why I shouldn't increase the size of the allowable user names in mysql to var(32) instead of the default var(16) ??? Couldn't really find much on it, but wanted to ask if anyone knows of any troubles this may cause... Thanks, Tim. -- MySQL General Mailing List

Re: Where is mysql user/password list kept??

2005-05-20 Thread Paul DuBois
At 12:29 -0700 5/20/05, Michael wrote: Greetings, I looking at using mysqlhotcopy to back-up my server's database. However mysqlhotcopy doesn't include backing-up the user/password file (am I wrong?). I'd like to also include a back-up of the DB access control list but I can't seem to find it..

RE: Where is mysql user/password list kept??

2005-05-20 Thread Berman, Mikhail
Michael, They, passwords, stored in "mysql" database that comes with every install of MySQL. Mikhail Berman -Original Message- From: Michael [mailto:[EMAIL PROTECTED] Sent: Friday, May 20, 2005 3:29 PM To: mysql@lists.mysql.com Subject: Where is mysql user/password

Where is mysql user/password list kept??

2005-05-20 Thread Michael
Greetings, I looking at using mysqlhotcopy to back-up my server's database. However mysqlhotcopy doesn't include backing-up the user/password file (am I wrong?). I'd like to also include a back-up of the DB access control list but I can't seem to find it... I'm also a beginner in using mysql.

Re: ulimit effects on mysql user?

2005-03-03 Thread Joerg Bruehe
to an environment variable. > > ? or will I need to restart the mysql server and/or machine to have the new > open files limit take effect for the mysql server? am I correct that the open > files limit placed on the mysql user will be the limit faced by the mysqld > process, si

ulimit effects on mysql user?

2005-03-03 Thread Crouch, Luke H.
ysql server? am I correct that the open files limit placed on the mysql user will be the limit faced by the mysqld process, since the process is started with the --user=mysql option? thanks, -L

Re: anonymous localhost user in mysql user grant table

2004-08-25 Thread Egor Egorov
"rusty" <[EMAIL PROTECTED]> wrote: > What's the purpose of the entry in the user table where it has > host='localhost' and user='' (blank) and all of the permissions set to N? You may want to look at http://dev.mysql.com/doc/mysql/en/Privilege_system.html and http://dev.mysql.com/doc/mysql/

anonymous localhost user in mysql user grant table

2004-08-23 Thread rusty
What's the purpose of the entry in the user table where it has host='localhost' and user='' (blank) and all of the permissions set to N? In other words, is this some sort of security safety net and it would be dangerous to delete it? Or is it an example of setting up an anonymous locahost user

AW: cannot add mysql user on debian sarge

2004-08-04 Thread Salzgeber Olivier
t- Von: Victor Pendleton [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 4. August 2004 15:28 An: 'Levi Campbell '; 'mysql ' Betreff: RE: cannot add mysql user on debian sarge Are you attempting to add a user in the MySQL database or the mysql user on the system? -Or

RE: cannot add mysql user on debian sarge

2004-08-04 Thread Victor Pendleton
Are you attempting to add a user in the MySQL database or the mysql user on the system? -Original Message- From: Levi Campbell To: mysql Sent: 8/4/04 8:12 AM Subject: cannot add mysql user on debian sarge On debian sarge, I'm trying to add a user for MySQL but every time I try, I ge

cannot add mysql user on debian sarge

2004-08-04 Thread Levi Campbell
On debian sarge, I'm trying to add a user for MySQL but every time I try, I get the following error /usr/bin/perl: relocation error: /usr/perl5/locale/gettext/gettext.so: unrecognized symbol: Perl_gthr_key_ptr What do I need to do?

Re: how the redhat 9.0 adds the mysql user:

2004-07-23 Thread j.rabbit
> "j.rabbit" <[EMAIL PROTECTED]> wrote: > > > This is how the redhat 9.0 mysql.spec file adds the mysql user: > > > > ' useradd -M -o -r -d /var/lib/mysql -s /bin/bash -c "MySQL Server" -u = > > 27 mysql ' > >

MySQL user passwords and ColdFusion MX6.1

2004-07-23 Thread Terry Riley
Helpful Hint: I had a major problem not being able to register a DSN (Data Source Name) with the CF Administrator, using username and password from a MySQL 4.1.3 beta user table. After much hair-pulling, I discovered that CF cannot apparently handle the new 41-character format of the passwords

Re: how the redhat 9.0 adds the mysql user:

2004-07-20 Thread Egor Egorov
"j.rabbit" <[EMAIL PROTECTED]> wrote: > This is how the redhat 9.0 mysql.spec file adds the mysql user: > > ' useradd -M -o -r -d /var/lib/mysql -s /bin/bash -c "MySQL Server" -u = > 27 mysql ' > > Anybody know why the shell is '/bin/b

how the redhat 9.0 adds the mysql user:

2004-07-19 Thread j.rabbit
This is how the redhat 9.0 mysql.spec file adds the mysql user: ' useradd -M -o -r -d /var/lib/mysql -s /bin/bash -c "MySQL Server" -u 27 mysql ' Anybody know why the shell is '/bin/bash' instead of '/sbin/nologin' like other daemon users? Is this simpl

Re: MySQL User Conference - Session Presentations?

2004-04-28 Thread Jim Winstead
On Wed, Apr 28, 2004 at 02:51:50PM -0400, Mihail Manolov wrote: > Does anybody knows if User Conference' presentations were published > somewhere on the web? I was told that it will be done shortly after > the conference, and it is more than a week after the conference > end... They will be publis

MySQL User Conference - Session Presentations?

2004-04-28 Thread Mihail Manolov
Hello, Does anybody knows if User Conference' presentations were published somewhere on the web? I was told that it will be done shortly after the conference, and it is more than a week after the conference end... Thank you, Mihail Manolov ___ Solutions Architect Government Liquidat

Help us at MySQL user conference

2004-03-25 Thread Michael Widenius
Hi! I assume most of you know that we will have our annual MySQL User conference at April 14-15 in Orlando. During the conference we will give a lot of information about new MYSQL features that are already implemented in MySQL 4.1 and 5.0 and also about the new features we plan to implement in

Community Contributor Discount for the 2004 MySQL User Conference

2004-03-08 Thread Zak Greant
Greetings All, As promised a few weeks ago (but only delivered today), MySQL is offering a $100 discount on the MySQL 2004 User Conference conference fee for attendees who contribute to the Free and Open Source Software commons. The purpose of this discount is both to reward people for their w

MySQL User Conference Computer Lab Sessions and Early Bird Sessions

2004-02-13 Thread Zak Greant
Greetings All, If you are interested in attending the conference in person (or virtually), please read on. First, in addition to our regularly scheduled conference sessions, we are going to be having about a dozen training sessions. The sessions will let small groups of attendees (about 10 per

MySQL User Conference 2004: Choosing the General Sessions

2004-02-12 Thread Zak Greant
Greetings All, My name is Zak Greant. I work for MySQL AB as their community advocate - I am also helping to organize the content for our upcoming MySQL User Conference (http://mysql.com/events/uc2004) that is happening in April. Our deadline for choosing the final list of sessions is a couple

MySQL User Conference 2004: Choosing the Internals/Advanced Sessions

2004-02-12 Thread Zak Greant
Greetings All, My name is Zak Greant. I work for MySQL AB as their community advocate - I am also helping to organize the content for our upcoming MySQL User Conference (http://mysql.com/events/uc2004) that is happening in April. Our deadline for choosing the final list of sessions is a couple

mysql user management with ldap

2004-02-11 Thread Lionel Magallon
Hi, is it possible to manage the users present in mysql with an ldap directory ? if yes, where can I find some documentation (I didn't find it on google) ? Thanks -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROT

Re: MySQL user in Indonesia

2003-12-30 Thread rie
TECTED]> To: "'Leo'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, December 30, 2003 4:17 PM Subject: RE: MySQL user in Indonesia > I am working to port our database to mysql now. I work in PT. ADETEX. > Sorry for my english. > > Re

RE: MySQL user in Indonesia

2003-12-30 Thread Hendro S
I am working to port our database to mysql now. I work in PT. ADETEX. Sorry for my english. Regards, Hendro -Original Message- From: Leo [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 1:25 PM To: [EMAIL PROTECTED] Subject: MySQL user in Indonesia Hi All, im sorry if this

Re: MySQL user in Indonesia

2003-12-29 Thread Dominicus Donny
o" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 30, 2003 1:24 PM Subject: MySQL user in Indonesia Hi All, im sorry if this mail a bit out of topic =) im currently developing a new system based on MySQL for the company i work on. and i have to report

MySQL user in Indonesia

2003-12-29 Thread Leo
Hi All, im sorry if this mail a bit out of topic =) im currently developing a new system based on MySQL for the company i work on. and i have to report how wide and famous is mysql had been used, especially in indonesia. i need the fact that i can show to my boss, why i choose mysql.. well i hav

Re: Experiment with MySQL User Defined Functions in Java

2003-12-20 Thread eric
On Sat, 2003-12-20 at 06:32, Marcelo Anelli wrote: > Eric, please can you indicate how to write & use an UDF in php? > David Sklar wrote it, I have not used it. http://www.sklar.com/page/section/projects Cheers, -- eric > Thanks > > eric wrote: > > If you have a need for User Defined Function

Re: Experiment with MySQL User Defined Functions in Java

2003-12-20 Thread Marcelo Anelli
Eric, please can you indicate how to write & use an UDF in php? Thanks eric wrote: > If you have a need for User Defined Functions in MySQL, now you can > write them in java. (As well as C++, perl, python, or php, of course.) > > If you think java UDFs might be handy, please try it out and send

Experiment with MySQL User Defined Functions in Java

2003-12-19 Thread eric
If you have a need for User Defined Functions in MySQL, now you can write them in java. (As well as C++, perl, python, or php, of course.) If you think java UDFs might be handy, please try it out and send some feed back my way. Please keep in mind that this is alpha code, so you probably don't wan

Re: How to create mysql user?

2003-12-16 Thread Binay
try restarting mysql service .. Cheers Binay - Original Message - From: "ads mysql" <[EMAIL PROTECTED]> To: "Duke, Brian" <[EMAIL PROTECTED]>; "Nitin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 16, 2003 2:07 PM S

RE: How to create mysql user?

2003-12-16 Thread ads mysql
luck. Help appreciated. "Duke, Brian" wrote: try this: grant ALL on abc.* to 'abc'@'localhost' identified by 'abc'; >I have created database 'abc' . >mysql> grant ALL on abc.table to 'abc' identified by 'abc';

Fw: How to create mysql user?

2003-12-16 Thread Nitin
- Original Message - From: "Nitin" <[EMAIL PROTECTED]> To: "ads mysql" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 16, 2003 2:01 PM Subject: Re: How to create mysql user? > did u do a > flush privilege > > >

RE: How to create mysql user?

2003-12-16 Thread ads mysql
ble to 'abc' identified by 'abc'; >Query OK, 0 rows affected (0.00 sec) -----Original Message- From: ads mysql [mailto:[EMAIL PROTECTED] Sent: Monday, December 15, 2003 11:21 PM To: Nitin; [EMAIL PROTECTED] Subject: Re: How to create mysql user? O K. I accessed to my

Re: How to create mysql user?

2003-12-16 Thread Nitin
did u do a flush privilege - Original Message - From: "ads mysql" <[EMAIL PROTECTED]> To: "Nitin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 16, 2003 1:00 PM Subject: Re: How to create mysql user? > O K. I have tried

Re: How to create mysql user?

2003-12-16 Thread ads mysql
mysql -u abc -p abc where last abc is ur database name. Nitin - Original Message - From: "ads mysql" To: "Nitin" ; Sent: Tuesday, December 16, 2003 11:51 AM Subject: Re: How to create mysql user? > O K. > I accessed to mysql as root user and tried to created

Re: How to create mysql user?

2003-12-16 Thread Nitin
t; <[EMAIL PROTECTED]> To: "Nitin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 16, 2003 11:51 AM Subject: Re: How to create mysql user? > O K. > I accessed to mysql as root user and tried to created user 'abc' as folows : > > &

RE: How to create mysql user?

2003-12-15 Thread Duke, Brian
inal Message- From: ads mysql [mailto:[EMAIL PROTECTED] Sent: Monday, December 15, 2003 11:21 PM To: Nitin; [EMAIL PROTECTED] Subject: Re: How to create mysql user? O K. I accessed to mysql as root user and tried to created user 'abc' as folows : [EMAIL PROTECTED] mysql]# mysql -u root

Re: How to create mysql user?

2003-12-15 Thread ads mysql
ECTED]> wrote: right now, u r trying to connect t omyql with uer abc, not creating it. to create user abc grant on dbname.tablename to 'abc' identified by 'abc'; you can view the list of privileges available on myql website at http://www.mysql.com/doc/en/GRANT.html Enjoy Nit

Re: How to create mysql user?

2003-12-15 Thread Nitin
--- Original Message - From: "ads mysql" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 16, 2003 11:09 AM Subject: How to create mysql user? > > Hi, > I have installed mysql. As per documentation with user as 'root'. > > I can crea

How to create mysql user?

2003-12-15 Thread ads mysql
Hi, I have installed mysql. As per documentation with user as 'root'. I can create Database, table. I can enter data into table. I have created user 'abc' with passowrd 'abc' on my Linux 8.0 server. by using command : adduser abc -p 'abc' Now I want to create mysql database user 'abc' with comm

MySQL User Conference 2004 Call for Papers

2003-12-10 Thread Zak Greant
MySQL AB is please to announce that the Call for Papers for the 2004 MySQL User Conference is now officially open. We encourage every MySQL user with something to say - from grey-bearded hackers and peach-fuzzed power users to corporate code wranglers and veteran DBAs - to drop by http

RE: Mysql user

2003-12-09 Thread Chaturvedi Abhinav
er so generated -Original Message- From: Binay [mailto:[EMAIL PROTECTED] Sent: Friday, 5 December 2003 6:25 PM To: mysql users Subject: Mysql user Hi all, Can any one tell me the command to list all mysql users ??? Thanks in advance Binay -- MySQL General Mailing List For list archives: http://

Re: Mysql user

2003-12-09 Thread Terence
SELECT user FROM mysql.user; - Original Message - From: "Binay" <[EMAIL PROTECTED]> To: "mysql users" <[EMAIL PROTECTED]> Sent: Friday, December 05, 2003 3:25 PM Subject: Mysql user Hi all, Can any one tell me the command to list all mysql use

Mysql user

2003-12-08 Thread Binay
Hi all, Can any one tell me the command to list all mysql users ??? Thanks in advance Binay

Re: Mysql user

2003-12-05 Thread Ivan Cukic
Binay wrote: Hi all, Can any one tell me the command to list all mysql users ??? Thanks in advance Binay use mysql; select User from user; Ivan -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: Mysql user

2003-12-05 Thread Bob Loeffler
2:26 AM To: mysql users Subject: Mysql user Hi all, Can any one tell me the command to list all mysql users ??? Thanks in advance Binay -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Mysql user

2003-12-05 Thread Binay
Hi all, Can any one tell me the command to list all mysql users ??? Thanks in advance Binay

Mysql user

2003-12-05 Thread Binay
Hi all, Can any one tell me the command to list all mysql users ??? Thanks in advance Binay

mysql user

2003-12-04 Thread Prem Soman
i find problem while compiling the UDF in windows. the function returns an integer and so i set the type as "long long" but this datatype is not recognised by VC++ 6.0 and i end up with a compilation error. how can i resolve this and what the prototype for functions that returns integer values

Re: How can I become an Expert MySql User?

2003-11-07 Thread mos
At 06:29 AM 11/7/2003, you wrote: HiY'll I've been using MYSQL for a couple of years now. And can write some pretty complex WHERE statements. I've become aware that's really only tip of the iceberg stuff. Can readers suggest a "gentle" path to moving onto JOINS and a more fundamental understanding

How can I become an Expert MySql User?

2003-11-07 Thread zzapper
HiY'll I've been using MYSQL for a couple of years now. And can write some pretty complex WHERE statements. I've become aware that's really only tip of the iceberg stuff. Can readers suggest a "gentle" path to moving onto JOINS and a more fundamental understanding of DBs No rude answers please

RE: How do I restrict a mysql user only can work on a database

2003-10-26 Thread Clive Luk
ive -Original Message- From: Paul DuBois [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 1:15 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: How do I restrict a mysql user only can work on a database At 1:06 PM +1100 10/27/03, Clive Luk wrote: >| localhost | testdb | testu

RE: How do I restrict a mysql user only can work on a database

2003-10-26 Thread Paul DuBois
WHERE Db='mysql' show anything? Cheers, Clive -Original Message- From: Paul DuBois [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 1:04 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: How do I restrict a mysql user only can work on a database At 12:48 PM +1100 10/

RE: How do I restrict a mysql user only can work on a database

2003-10-26 Thread Clive Luk
ginal Message- From: Paul DuBois [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 1:04 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: How do I restrict a mysql user only can work on a database At 12:48 PM +1100 10/27/03, Clive Luk wrote: >Hi paul, > >Thanks for the qui

RE: How do I restrict a mysql user only can work on a database

2003-10-26 Thread Paul DuBois
At 12:48 PM +1100 10/27/03, Clive Luk wrote: Hi paul, Thanks for the quick reply. I have revoke all the privileges and ran grant all privileges on testdb.* to [EMAIL PROTECTED]; and i login as testuser and i have confirm with select Current_user(); that i am a testuser; and i can still select o

RE: How do I restrict a mysql user only can work on a database

2003-10-26 Thread Clive Luk
PROTECTED]; [EMAIL PROTECTED] Subject: RE: How do I restrict a mysql user only can work on a database At 12:26 PM +1100 10/27/03, Clive Luk wrote: >Thanks Paul, > >but how do i reset all the previous setting before I try to run the command >again? Or do I need to reset the privile

RE: How do I restrict a mysql user only can work on a database

2003-10-26 Thread Paul DuBois
DuBois [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 12:21 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: How do I restrict a mysql user only can work on a database Please reply to the list, not to me personally, so that others can follow this discussion. At 12:13 PM +1100 10/27

RE: How do I restrict a mysql user only can work on a database

2003-10-26 Thread Clive Luk
PROTECTED] Subject: RE: How do I restrict a mysql user only can work on a database Please reply to the list, not to me personally, so that others can follow this discussion. At 12:13 PM +1100 10/27/03, Clive Luk wrote: >it says the following.. > >mysql> select

RE: How do I restrict a mysql user only can work on a database

2003-10-26 Thread Paul DuBois
ot;the testdb table in the current database", which isn't what you want. -Original Message- From: Paul DuBois [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 12:10 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: How do I restrict a mysql user only can work on a databa

Re: How do I restrict a mysql user only can work on a database

2003-10-26 Thread Paul DuBois
I'll bet the real problem is that you're not being authenticated as testuser. After you try connecting to the server as testuser, issue this query: SELECT CURRENT_USER(); What's the result? At 11:57 AM +1100 10/27/03, Clive Luk wrote: Hi all, I have a question. I have created =

How do I restrict a mysql user only can work on a database

2003-10-26 Thread Clive Luk
Hi all, I have a question. I have created ===mysql_command start== mysql> GRANT ALL PRIVILEGES ON testdb to [EMAIL PROTECTED] -> identified by 'some_passwd'; ===mysql_command end== the user can login no p

Re: MySQL user privileges

2003-09-23 Thread Egor Egorov
"H?kon Nilsen \(Exinet AS\)" <[EMAIL PROTECTED]> wrote: > > I *had* the anonymous user, but I deleted it since I couldn't find the use > for it. But I figured out what the problem was. I was > using --safe-show-database, but it didn't seem to work. > > My error was that I gave users privileges. I

Re: MySQL user privileges

2003-09-22 Thread Håkon Nilsen \(Exinet AS\)
m: "Egor Egorov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 22, 2003 2:32 PM Subject: Re: MySQL user privileges > "H?kon Nilsen \(Exinet AS\)" <[EMAIL PROTECTED]> wrote: > > > > All my MySQL users have access to all databa

Re: MySQL user privileges

2003-09-22 Thread Egor Egorov
"H?kon Nilsen \(Exinet AS\)" <[EMAIL PROTECTED]> wrote: > > All my MySQL users have access to all databases and all tables, allthough > I've only given them access to one. > > How can I correct this? Do you have entry for anonymous user in the table 'user'? > > Is it possible to have them *onl

MySQL user privileges

2003-09-22 Thread Håkon Nilsen \(Exinet AS\)
Hi, All my MySQL users have access to all databases and all tables, allthough I've only given them access to one. How can I correct this? Is it possible to have them *only* see their database when i.e. typing 'show databases;', and also refuse them connection to any database but their own? Tha

Do I need to create a mysql user in order to run mysql

2003-03-09 Thread edwin lin
I download a pre-compiled mysql from sunfreeware.com. When I run ./safe_mysqld &, I was told the there is not mysql id. When I run mysql -help. I got the error message: ld.so.1: mysql: fatal: libncurses.so.5: open failed: No such file or directory Any advice? Ed

Re: create mysql user?? how

2003-01-23 Thread Dr. Poo
t;[EMAIL PROTECTED]> > > >To: "M A" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > >Subject: Re: create mysql user?? how > >Date: Wed, 22 Jan 2003 23:29:35 -0600 > > > >How about (not to be rude, but that do it for me!! attitude should not be > >ac

re: create mysql user?? how

2003-01-22 Thread Egor Egorov
On Wednesday 22 January 2003 03:16, M A wrote: > would someone please tell me how to create mysql user? and how to set the > mysql root password? Please, check the following sections of the manual. There are a lot of info concerning your question: http://www.mysql.com/

Re: create mysql user?? how

2003-01-21 Thread Dr. Poo
How about (not to be rude, but that do it for me!! attitude should not be accepted) you go to mysql.com, or google and type in those same two questions... Much faster. -Chris On Tuesday 21 January 2003 07:16 pm, M A wrote: > hi, > > would someone please tell me how to create m

create mysql user?? how

2003-01-21 Thread M A
hi, would someone please tell me how to create mysql user? and how to set the mysql root password? Thanks _ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail

re: Re: MySQL user privilages

2002-12-12 Thread Victoria Reznichenko
On Thursday 12 December 2002 10:03, Ryan McDougall wrote: > Alright I have tried to do the grant like the following: > > GRANT ALTER,CREATE,DELETE,DROP,INDEX,SELECT,UPDATE > ON "user%".* TO user@% IDENTIFIED BY "password"; > > GRANT ALTER,CREATE,DELETE,DROP,INDEX,SELECT,UPDATE > ON user%.* TO user@

Re: MySQL user privilages

2002-12-12 Thread Ryan McDougall
Alright I have tried to do the grant like the following: GRANT ALTER,CREATE,DELETE,DROP,INDEX,SELECT,UPDATE ON "user%".* TO user@% IDENTIFIED BY "password"; GRANT ALTER,CREATE,DELETE,DROP,INDEX,SELECT,UPDATE ON user%.* TO user@% IDENTIFIED BY "password"; With no luck I keep getting an error me

Re: Want to create mySQL user through phpMyAdmin

2002-12-08 Thread Manisha
u please tell me more about it. Thanks, Manisha At 09:45 PM 12/8/02 -0500, Joe Stump wrote: Did you reload the privileges? --Joe On Sunday, December 8, 2002, at 09:21 PM, Manisha wrote: I want to create mySQL user thr phpMyAdmin. I inserted one record in mysql.user table and one in mysq

Re: Want to create mySQL user through phpMyAdmin

2002-12-08 Thread Manisha
, December 8, 2002, at 09:21 PM, Manisha wrote: I want to create mySQL user thr phpMyAdmin. I inserted one record in mysql.user table and one in mysql.db table, testing with following program $conn = @mysql_connect ("localhost:/usr/home/nets/mysql/mysql-demo.sock", "manisha", &

Re: Want to create mySQL user through phpMyAdmin

2002-12-08 Thread Joe Stump
Did you reload the privileges? --Joe On Sunday, December 8, 2002, at 09:21 PM, Manisha wrote: I want to create mySQL user thr phpMyAdmin. I inserted one record in mysql.user table and one in mysql.db table, testing with following program $conn = @mysql_connect ("localhost:/usr/home

Want to create mySQL user through phpMyAdmin

2002-12-08 Thread Manisha
I want to create mySQL user thr phpMyAdmin. I inserted one record in mysql.user table and one in mysql.db table, testing with following program $conn = @mysql_connect ("localhost:/usr/home/nets/mysql/mysql-demo.sock", "manisha", "pass"); echo("before conn a&qu

Re: MySQL user privilages

2002-12-08 Thread Paul DuBois
At 9:25 -0800 12/8/02, Ryan McDougall wrote: Hi thanx for the details... Ok I know I am thick... and for some reason I cannot get my head around this, let me try to explain what I want to do then maybe you can tell me its possible and how it is possible. I want to create a user that can be creati

Re: MySQL user privilages

2002-12-08 Thread Ryan McDougall
Hi thanx for the details... Ok I know I am thick... and for some reason I cannot get my head around this, let me try to explain what I want to do then maybe you can tell me its possible and how it is possible. I want to create a user that can be creative as he wants... allow him to create ANY data

  1   2   >