Re: access denied .... php my admin .....

2003-10-09 Thread Rory McKinley
people in this world, those who understand binary and those who don't" (Unknown) - Original Message - From: "toby -" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 11:18 AM Subject: Re: access denie

Re: access denied .... php my admin .....

2003-10-09 Thread toby -
inley" <[EMAIL PROTECTED]> To: "toby -" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject: Re: access denied php my admin . Date: Thu, 9 Oct 2003 11:09:06 +0200 Hi Toby I am not an expert on permissions within mysql - boy, do I wish I was - but could the

Re: access denied .... php my admin .....

2003-10-09 Thread Rory McKinley
Hi Toby I am not an expert on permissions within mysql - boy, do I wish I was - but could the problem be that you have only granted permissions to [EMAIL PROTECTED] and not '[EMAIL PROTECTED]' ? Here endeth my knowledge of MySQL permissions Rory McKinley Nebula Solutions +27 82 857 2391 [EMAIL P

Re: Access denied

2003-09-23 Thread Håkon Nilsen \(Exinet AS\)
Hi, You should do this: $connection=mysql_connect("host", "username", "password"); And then when querying: $result=mysql_db_query("database", "select * from table"); >From your error message it seems that your database is called simply 'database', and >that the username is empty. This doesn't

Re: Access denied error

2003-09-12 Thread Victoria Reznichenko
Jeff Roberts <[EMAIL PROTECTED]> wrote: > I have a fresh install of mysql 4.0.11 on a linux box. When I try to > open mysql as a [EMAIL PROTECTED], I get the following error: > >>mysql -u [EMAIL PROTECTED] -p db_name >Enter password: >ERROR 1045: Access denied for user: '[EMAIL PROTECT

Re: Access denied problem

2003-09-09 Thread Victoria Reznichenko
Michael Harly <[EMAIL PROTECTED]> wrote: > I try to improve the security on the mysql and now I can't get into it. > I get this massage. > > ?Access denied for user: '@localhost' to database 'mysql' ? It means that there is no entry in the table user for 'your_user'@'localhost'. Where 'your_user

Re: Access Denied

2003-07-25 Thread Info
Estoy tomando el sol . q -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Access Denied

2003-07-25 Thread Egor Egorov
Vidhya CS <[EMAIL PROTECTED]> wrote: > hi , > I installed MySQL-server-4.0.14-0.i386.rpm > MySQL-client-4.0.14-0.i386.rpm > > when I give mysqladmin -u root > it is asking for password . The doc says that initially the password is > empty and we just need to press enter . > I read the mailing lis

RE: access denied

2003-07-17 Thread csebe
What's user are you logged with when you're trying these commands? It looks like you specified no user when launching the mysql console. Try with user root if you have access to it. You don't have enough rights to perform your commands without a user specified. Lian Sebe, M.Sc. Freelance Analyst-P

Re: Access denied, simple task

2003-07-14 Thread Andreas Reuleaux
On Mon, Jul 14, 2003 at 03:14:33PM +0200, Sergei Golubchik wrote: ... > You could've noticed that it tries to access different database. You > granted access to 'myFineDb', but you weren't able to access 'myfinedb'. > > So, it's case sensitivity issue. On Debian everything is ok, of course, > on M

Re: Access denied, simple task

2003-07-14 Thread Sergei Golubchik
Hi! On Jul 14, Andreas Reuleaux wrote: > What works for me with mysql 3.23.49 of Debian GNU/Linux (Woody), > does not any more with mysql 3.23.56 of fink (current-stable, > for fink cf. fink.sf.net) - I am not sure, if this problem is caused > by the mysql version (some security changes between .

Re: Access denied, simple task (debian vs. fink)

2003-07-14 Thread Andreas Reuleaux
No success either, thank you anyway. [mac:~] reuleaux% mysql -u root -p*** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 25 to server version: 3.23.56 Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> grant all on myFineDb.* to

Re: Access denied, simple task

2003-07-14 Thread Veysel Harun Sahin
An idea; Did you try to set user name with ip address of the computer you are running instead of localhost? I think it is worth to try and hope it helps. grant all on myFineDb.* to [EMAIL PROTECTED] identified by "abcpass"; [EMAIL PROTECTED] wrote: What works for me with mysql 3.23.49 of Debia

Re: access denied

2003-07-10 Thread Ola Ogunneye
Bruno, I also had the same problem and it irked me for over a week. I followed the instruction on the site and I could not get it to work. The link below was followed to the letter and it did the trick for me. From what you are saying, I would think you are running on Windows... http://www.ana

Re: access denied for ALL users

2003-07-04 Thread Victoria Reznichenko
przemys?aw ho?ubowski <[EMAIL PROTECTED]> wrote: > > Somehow I managed to make all users (root also) unable to access and use > 'mysql' database, and so I cannot fix it. Could you tell me how to fix it? > > No matter what user I use to get access finally I get: "ERROR 1044: Access > denied for us

Re: Access Denied for User: root@127.0.0.1(Using password: NO)

2003-07-01 Thread gerald_clark
For Mysql, 127.0.0.1 is not the same as localhost. Localhost refers to the socket file on the operating system, and is faster than 127.0.0.1. Use 'root'@'127.0.0.1' in your grant statements. Ola Ogunneye wrote: Please somebody help me. I have installed MySql 4.0.13 and it works up until I try

RE: Access Denied for User: root@127.0.0.1(Using password: NO)

2003-06-30 Thread Asif Iqbal
You can try one or the other mysql -h localhost -u root -ppasswd db or mysql -h `uname -n` -u root -ppasswd db in solaris On Mon, 30 Jun 2003, Twibell, Cory L wrote: > Did you flush the privileges after you gave root a password? > The error you get is a result of not using a password to login.

RE: Access Denied for User: root@127.0.0.1(Using password: NO)

2003-06-30 Thread Twibell, Cory L
Did you flush the privileges after you gave root a password? The error you get is a result of not using a password to login. -Original Message- From: Ola Ogunneye [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 6:05 PM To: [EMAIL PROTECTED] Subject: Access Denied for User: [EMAIL PRO

Re: Access denied for user: '@localhost' to database 'mysql'

2003-06-24 Thread Roman Neuhauser
don't piggyback on other people's threads. you can start your own for free. # [EMAIL PROTECTED] / 2003-06-19 13:23:04 -0700: > I ran a command which was part of the installation process for some php > accounting software. > > update user set host='%' where host='localhost' and user='roo

Re: Access denied

2003-06-13 Thread Paul DuBois
At 14:20 -0300 6/13/03, Ronan Lucio wrote: Mike, I forgot to say I'm using mysql-3.23.52 The SHOW DATABASES privilege is not relevant until MySQL 4.0.2. Perhaps, this GRANT option do not work for this version, look: - mysql> grant show databases to dfn@"%"; ERROR 1064

Re: Access denied

2003-06-13 Thread Ronan Lucio
gt; > I think the syntax is GRANT SHOW DATABASES TO dfn@"%"; > > But I personally do not use it. > > Regards, > Mike Hillyer > www.vbmysql.com > > > -Original Message- > From: Ronan Lucio [mailto:[EMAIL PROTECTED] > Sent: Friday, June 13

Re: Access denied

2003-06-13 Thread Ronan Lucio
Mike, On Fri, 13 Jun 2003 08:59:09 -0600 "Mike Hillyer" <[EMAIL PROTECTED]> wrote: > GRANT SHOW DATABASES will allow a user to see all databases, whether the > user can access them or not. How should I securely grant SHOW DATABASES to an user? GRANT SHOW DATABASES ON mysql.db to [EMAIL PROTECTE

RE: Access denied

2003-06-13 Thread Mike Hillyer
GRANT SHOW DATABASES will allow a user to see all databases, whether the user can access them or not. -Original Message- From: Ronan Lucio [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 8:56 AM To: Mike Hillyer Cc: [EMAIL PROTECTED] Subject: Re: Access denied Mike, On Fri, 13

Re: Access denied

2003-06-13 Thread Ronan Lucio
Mike, On Fri, 13 Jun 2003 08:38:32 -0600 "Mike Hillyer" <[EMAIL PROTECTED]> wrote: > Did you GRANT SHOW DATABASES to the user? If not then they will not be > able to use the command. The SHOW DATABASES GRANT clause is a new > addition. I'm sorry but I don't have experience with MySQL. Actually,

Re: Access denied

2003-06-13 Thread Steven Hong
Try using [EMAIL PROTECTED] (assuming you're connecting from localhost) to grant permission. I had similar problems and doing that fixed it for me. Steven:) Ronan Lucio wrote: Hi All, I created a user "dfn" and I granted access to only the database "dfn". Now, if I log as dfn user query for "SH

RE: Access denied

2003-06-13 Thread Mike Hillyer
Did you GRANT SHOW DATABASES to the user? If not then they will not be able to use the command. The SHOW DATABASES GRANT clause is a new addition. Regards, Mike Hillyer www.vbmysql.com -Original Message- From: Ronan Lucio [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 8:34 AM To:

Re: Access Denied Help Needed

2003-02-20 Thread Jerry
C:\WINNT\system32\drivers\etc There should be one there by default Jerry - Original Message - From: "Sunfire" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 11:32 PM Subject: Re: Access Denied Help Needed > if i remember righ

Re: Access Denied Help Needed

2003-02-20 Thread Sunfire
if i remember right you should make a hosts file in c:\windows\ dir and thats where it sits.. at least thats where i have mine and it works fine... in the file do this: 127.0.0.1 localhost #or whatever your domain name and ip address is but its #the same format and always include localhost -

RE: access denied 1045

2002-11-16 Thread Peter Lovatt
Hi Cobalt uses 'cobalt-mysql' as the default mysql root password. I spent hours trying to sort this one out, reinstalled the whole thing, manually recreated Mysql database all sorts Stupid to use non standard setup really. If that doesn't work come back to me. Peter ---

re: access denied

2002-11-12 Thread Egor Egorov
Inbal, Monday, November 11, 2002, 7:10:49 PM, you wrote: IO> I am working with mysql, in windows, visual c++. IO> I am trying to run this query from c++ program: IO> select * into outfile 'table_name.txt' FIELDS TERMINATED BY '\t' ESCAPED BY IO> '\0' LINES TERMINATED BY '\r' from table_name IO>

Re: access denied

2002-11-11 Thread R. Hannes Niedner
On 11/11/02 9:10 AM, "Inbal Ovadia" <[EMAIL PROTECTED]> wrote: > Hi all > I am working with mysql, in windows, visual c++. > I am trying to run this query from c++ program: > > select * into outfile 'table_name.txt' FIELDS TERMINATED BY '\t' ESCAPED BY > '\0' LINES TERMINATED BY '\r' from table_n

re: Re: access denied for user: root@localhost

2002-11-05 Thread Egor Egorov
Jack, Tuesday, November 05, 2002, 6:08:58 PM, you wrote: JC> Thanks, but I still got complains that can't access server: JC> 'Access denied for user: 'root@localhost' (Using password: YES) JC> Is it possible that for some reason the password is wrong? Yup. If you don't remember 'root' password,

Re: access denied for user: root@localhost

2002-11-05 Thread Michael Gargiullo
Just a question, did you ever change your password for Mysql? If not don't use the -p option mysqladmin -u root create testdb On Tue, 2002-11-05 at 11:08, Jack Chen wrote: > Thanks, but I still got complains that can't access server: > > 'Access denied for user: 'root@localhost' (Using passwo

Re: access denied for user: root@localhost

2002-11-05 Thread Jack Chen
Thanks, but I still got complains that can't access server: 'Access denied for user: 'root@localhost' (Using password: YES) Is it possible that for some reason the password is wrong? You input is greatly appreaciated, Puzzled newbie, Jack Jack

Re: access denied for user: root@localhost

2002-11-05 Thread Przemyslaw Popielarski
Jack Chen wrote: >> $ mysqladmin -u root password PASSWORD > mysqladmin: connect to server at 'localhost' failed > error: 'Access denied for user: 'root@localhost' (Using password: NO)' > > Could you inform me why? That's why: $ mysqladmin -uroot -pyourpassword PASSWORD newpassword -- ./ premax

Re: access denied for user: root@localhost

2002-11-05 Thread Michael Gargiullo
right, sorry, I could have been more specific. like so: mysqladmin -u root -p command, command... example: mysqladmin -u root -p create mytestdatabase On Tue, 2002-11-05 at 10:33, Jack Chen wrote: > Stangely, it gave me a page of *information* like this: [any idea? > thanks!] > > mysqladmin Ve

Re: access denied for user: root@localhost

2002-11-05 Thread Jack Chen
Stangely, it gave me a page of *information* like this: [any idea? thanks!] mysqladmin Ver 8.23 Distrib 3.23.49, for redhat-linux-gnu on i386 Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are wel

Re: access denied for user: root@localhost

2002-11-05 Thread Michael Gargiullo
use: mysqladmin -u root -p It will prompt you for the password On Tue, 2002-11-05 at 10:03, Jack Chen wrote: > Dear all, > > When I ran the follwing command: > > >$ mysqladmin -u root password PASSWORD > mysqladmin: connect to server at 'localhost' failed > error: 'Access denied for user: 'root

RE: access denied for user with granted privileges

2002-10-31 Thread Black, Kelly W [PCS]
You must issue flush privileges; to the sql query line. ~K Black -Original Message- From: alex [mailto:alex@;dynaweb.ru] Sent: Thursday, October 31, 2002 11:06 AM To: [EMAIL PROTECTED] Subject: access denied for user with granted privileges Hi ppl! I've got a strange problem. I've c

re: Access denied for user

2002-10-02 Thread Egor Egorov
luoya, Wednesday, October 02, 2002, 8:32:21 AM, you wrote: ll> I have Mysql 3.23.52-max-nt on Win2K. I¡¯d like to set a password for root ll> so I use the following commands: ll> mysql> use mysql ll> Database changed ll> mysql> update user set password=password('l05m') ll> -> where host='l

Re: Access denied for user

2002-10-02 Thread Gelu Gogancea
Hi, You forgot : "FLUSH PRIVILEGES;" Regards, Gelu _ G.NET SOFTWARE COMPANY Permanent e-mail address : [EMAIL PROTECTED] [EMAIL PROTECTED] - Original Message - From: "luoya li" <[EMAIL PROTECTE

Re: access denied ????

2002-09-25 Thread Miguel Angel Solórzano
At 15:08 25/9/2002 +0300, Iikka Meriläinen wrote: Hi, Only for to clarify: There is a rename table bug for some NT family (Win2k I tested) when is used at the command rename tables names with uppercase and the default lower_case_tables_names =1. This is already fixed in the next releases. >On We

Re: access denied ????

2002-09-25 Thread Iikka Meriläinen
t; vat else can i do ???? > > thnx a zillion guyz ... > > toby . > >From: Iikka Meriläinen <[EMAIL PROTECTED]> > >To: toby - <[EMAIL PROTECTED]> > >CC: [EMAIL PROTECTED] > >Subject: Re: access denied > >Date: Wed, 25 Sep 2002 15:08:04

Re: access denied ????

2002-09-25 Thread toby -
at else can i do thnx a zillion guyz ... toby . >From: Iikka Meriläinen <[EMAIL PROTECTED]> >To: toby - <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: access denied >Date: Wed, 25 Sep 2002 15:08:04 +0300 (EEST) > >On Wed, 25 Sep 2002, toby - w

Re: access denied ????

2002-09-25 Thread Iikka Meriläinen
On Wed, 25 Sep 2002, toby - wrote: > thnx iikkaa > > im bsorry ... i ve win2k pro, apache 1.3.24 n php 4.2.2 > all workin fine . > > my mysql4.0.1 alfa is givin me these night-mares > > cud this be the problem 4.0.1 ALFA ? it was a win zip file i guess > not the source but

Re: access denied ????

2002-09-25 Thread toby -
n thnx a lot again toby .. >From: Iikka Merilinen <[EMAIL PROTECTED]> >To: toby - <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: access denied >Date: Mon, 23 Sep 2002 18:19:00 +0300 (EEST) > >Hello, > >If you're on *NIX plat

Re: access denied ????

2002-09-25 Thread toby -
x27;controlpass'] = 'xomby'; $cfgServers[$i]['auth_type'] = 'http'; $cfgServers[$i]['user'] = 'root'; $cfgServers[$i]['password'] = ''; $cfgServers[$i]['only_db'] = ''; $cfgServ

Re: Access denied in MyODBC

2002-09-24 Thread Danny Haworth
- Original Message - | From: "Danny Haworth" <[EMAIL PROTECTED]> | To: <[EMAIL PROTECTED]> | Sent: Tuesday, September 24, 2002 12:56 PM | Subject: Re: Access denied in MyODBC | | | |>-BEGIN PGP SIGNED MESSAGE- |>Hash: SHA1 |> |>Have you issues a '

Re: access denied ????

2002-09-23 Thread Iikka Meriläinen
e on how to > > thnx a million ... > > toby . > > > >From: gerald_clark <[EMAIL PROTECTED]> > >To: toby - <[EMAIL PROTECTED]> > >CC: [EMAIL PROTECTED] > >Subject: Re: access denied > >Date: Mon, 23 Sep 2002 09:02:55 -0500

Re: access denied ????

2002-09-23 Thread Bruce Lewis
I don't know how you have your system configured, but mine has the root only functional on the localhost. Bruce - Original Message - From: "toby -" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, September 23, 2002 9

Re: access denied ????

2002-09-23 Thread toby -
thnx gerald but i still dont know what to do to fix this thing up will someone pleez enlighten me on how to thnx a million ... toby . >From: gerald_clark <[EMAIL PROTECTED]> >To: toby - <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: a

Re: access denied ????

2002-09-23 Thread gerald_clark
mysql does not own its files. toby - wrote: > ok guyz > > im lost > > im creating my tables and after i ve created em i tried to change two > of the fields to FULLTEXT and this is what i get : > > Database zabanDb running on localhost > Error > > SQL-query : > > ALTER TABLE `ctnt_inf` ADD

Re: Access denied error

2002-07-07 Thread Dicky Wahyu Purnomo
Pada Sat, 06 Jul 2002 09:36:27 +0500 (IST) VINOD <[EMAIL PROTECTED]> menulis : > I own a domain with MySQL support. I have created a database > "lnet_cal" on the web and also table "yarntype", using PHP Myad- > min on the webspace and also granted all access privileges to > user "lnet_r

Re: Access denied error

2002-07-06 Thread Egor Egorov
VINOD, Saturday, July 06, 2002, 6:49:50 AM, you wrote: V> I own a domain with MySQL support. I have created a database V> \"lnet_cal\" on the web and also table \"yarntype\", using PHP Myad- V> min on the webspace and also granted all access privileges to V> user \"lnet_root\" to the da

RE: Re: Re: Access denied @locahost

2002-06-27 Thread justin cunningham
Sent: Thursday, June 27, 2002 3:55 AM To: [EMAIL PROTECTED] Subject: Re: Re: Re: Access denied @locahost Hello tlr7425, Thursday, June 27, 2002, 12:29:10 PM, you wrote: Please, don't write me. Send your question in the mail-list. tgafe> mysql will start and it is running and i can get t

Re: Re: Re: Access denied @locahost

2002-06-27 Thread Egor Egorov
Hello tlr7425, Thursday, June 27, 2002, 12:29:10 PM, you wrote: Please, don't write me. Send your question in the mail-list. tgafe> mysql will start and it is running and i can get the prompt: mysql>> tgafe> but i can't do anything from there except to quit; tgafe> ? You didn't answered my qu

Re: Access denied @locahost

2002-06-27 Thread Egor Egorov
I've been scowering (sp?) the docs but I can't get past: t> mysql> use mysql; t> ERROR 1044: Access denied for user: '@localhost' to database 'mysql' t> This happens under any condition where access is needed. t> It is after I have done mysql_install_db and chown and there is a user t> "mysql".

Re: Access denied @locahost

2002-06-27 Thread Terence
have you run the "grant" command? this adds users SEPERATE from your unix user list. - Original Message - From: <[EMAIL PROTECTED]> To: "MySQL List" <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 2:39 PM Subject: Access denied @locahost I've been scowering (sp?) the docs but I can't

Re: Re: Access denied irregularities

2002-05-06 Thread Egor Egorov
Nick, Monday, May 06, 2002, 3:58:34 PM, you wrote: NW> * and then Egor Egorov declared >> "Access denied" error occurs when you have no required privileges to >> connect to the MySQL server. You gave incomplete error message and I >> can't give you detailed answer. Please, check the following

Re: Access denied irregularities

2002-05-06 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Gurhan Ozen declared > Make sure that the user + host combination you are giving has privileges > in the MySQL server you are trying to connect. You may wanna check user > table in the mysql database. Well, there must be privileges

RE: Access denied irregularities

2002-05-06 Thread Gurhan Ozen
Make sure that the user + host combination you are giving has privileges in the MySQL server you are trying to connect. You may wanna check user table in the mysql database. Gurhan -Original Message- From: Nick Wilson [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 6:30 AM To: [E

Re: Access denied irregularities

2002-05-06 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Egor Egorov declared > "Access denied" error occurs when you have no required privileges to > connect to the MySQL server. You gave incomplete error message and I > can't give you detailed answer. Please, check the following > link, yo

Re: Access denied irregularities

2002-05-06 Thread Egor Egorov
Nick, Monday, May 06, 2002, 1:30:22 PM, you wrote: NW> Hi all, I'm getting intermittent 'Access denied' errors when running a NW> php script to admin a mysql db. I've looked in the manual but cannot NW> work out why I can connect in some parts of the script and not in others NW> Perhaps there

Re: Access Denied

2002-04-26 Thread Victoria Reznichenko
Amit, Friday, April 26, 2002, 11:57:28 AM, you wrote: AL> Can someone help me figure out the following problem. AL> If i fire the following command from D:\mysql\bin>> mysql --user=netaps --password=netaps AL> --host=192.168.100.2 --port=3306 --database=netaps AL> --execute="LOAD DATA INFILE AL>

RE: Access denied when connecting to database from PHP

2002-04-25 Thread Gurhan Ozen
Hi, When you connect from command line, you are logging as user@localhost .. In your example, you said user@mybox thru PHP is not able to log in, I would say check what hosts are allowed for that user in the user table.. See: http://www.mysql.com/doc/A/c/Access_denied.html Gurhan -Original

Re: access denied on use database, linux on PC

2002-04-16 Thread Zyxian
Boris, You left off the host name when you issued your grant statement. It should have been like this: mysql> grant all privileges on ps_db.* to ps_user@localhost; ormysql> grant all privileges on ps_db.* to [EMAIL PROTECTED]; ormysql> grant all privileges on ps_db.* t

Re: Access Denied

2002-04-12 Thread Jane Tsai
ne of the above not properly installed? Thanks for you help. Jane - Original Message - From: "BJ Phillips" <[EMAIL PROTECTED]> To: "Jane Tsai" <[EMAIL PROTECTED]>; "Steven Hajducko" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent

RE: Access Denied

2002-04-12 Thread BJ Phillips
http://www.mysql.com/downloads/api-dbi.html -Original Message- From: Jane Tsai [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 9:12 AM To: Steven Hajducko Cc: [EMAIL PROTECTED] Subject: Re: Access Denied Steve, Thanks for help. To unpack the test/benchmarks RPM files: rpm -i

Re: Access Denied

2002-04-12 Thread Jane Tsai
copy? I have hard time to find the copy to download. Jane - Original Message - From: "Steven Hajducko" <[EMAIL PROTECTED]> To: "Jane Tsai" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 5:43 PM Subject: Re: Access

Re: Access Denied

2002-04-11 Thread Paul DuBois
>Hello, All: > >Once I complete the installation, I try to set up password for root user: > >/usr/bin/mysqladmin -u root -p password 'mypassword' > >It did prompt me for new password, I reentered. The prompt is for your *current* root password. If you don't have one yet, just hit return. > Bu

Re: Access Denied

2002-04-11 Thread Steven Hajducko
Did you run the mysql_install_db? http://www.mysql.com/doc/P/o/Post-installation.html -- sh On Thu, 2002-04-11 at 13:53, Jane Tsai wrote: > Hello, All: > > Once I complete the installation, I try to set up password for root user: > > /usr/bin/mysqladmin -u root -p password 'mypassword' > > I

Re: Access denied for user: (from perl script)

2002-03-23 Thread Andrew Lietzow
Hello list, I am attempting to run: >perl -MCPAN -e 'install DBD::mysql'< I am having a similar problem as the message that is in this subject line, reported by Jon Ingason in a message dated March 1, 2002. I must have tried the install routine at least 15 times, varying different settings that

Re: Access denied on use mysql;

2002-03-22 Thread alan4100
mysql Brian, Fine...lots of typing.:)

Re: Access denied on use mysql;

2002-03-22 Thread Brian Reichert
On Thu, Mar 21, 2002 at 08:13:16PM -0500, alan4100 wrote: > mysql > > Hi Colin, > > I wish I can be able to live chat with you, but because of my hearing impaired...it >would not be possible..But what is the real problem? A few days ago I got assistance > from others on my Mysql problem. It

Re: Access denied on use mysql;

2002-03-22 Thread Victoria Reznichenko
Kathy, Thursday, March 21, 2002, 7:48:10 PM, you wrote: KR> I just gave up, everything that I tried did not work. KR> I killed mysql and then KR> started with safe_mysql --skip-grant-tables KR> then I was able to connect to mysql without an error. KR> But when I tried to KR> Grant all on mys

Re: Access denied on use mysql;

2002-03-22 Thread Liyju Janardhan
t;[EMAIL PROTECTED]> > To: "Kathy Reyes" <[EMAIL PROTECTED]> > Sent: Thursday, March 21, 2002 2:55 PM > Subject: Re: Access denied on use mysql; > > > > Kathy > > I see. > > - Original Message - > > From: "Kathy Reyes" &

Re: Access denied on use mysql;

2002-03-21 Thread alan4100
mysql Hi Colin, I wish I can be able to live chat with you, but because of my hearing impaired...it would not be possible..But what is the real problem? A few days ago I got assistance from others on my Mysql problem. It has been fixed and everything works fine. But I am still having reply

Re: Access denied on use mysql;

2002-03-21 Thread Colin Faber
alan, Given the large amount of postings you've made to this list, I suggest that you may be bettered helped via live chat. You can do so by using the mysqldeveloper.com Live Chat system: http://www.mysqldeveloper.com/chat/ which connects you to the #mysql support channel on the EFnet IRC netw

Re: Access denied on use mysql;

2002-03-21 Thread alan4100
mysql kathy, What would happen if you type in mysql -u root -p then type in use mysql

Re: Access denied on use mysql;

2002-03-21 Thread alan4100
lt;[EMAIL PROTECTED]>; "mysql" <[EMAIL PROTECTED]> Sent: Thursday, March 21, 2002 3:21 PM Subject: Re: Access denied on use mysql; > Now I have a different problem. When I type mysql it gives me the message > Access denied for user: 'root@localhost' (Using password: NO

Re: Access denied on use mysql;

2002-03-21 Thread Gerald Clark
an4100" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Thursday, March 21, 2002 11:07 AM >Subject: Re: Access denied on use mysql; > > >>mysql >> >>Hello Kathy, >> >>How have you made out with access to mysql? >> >> >

Re: Access denied on use mysql;

2002-03-21 Thread Kathy Reyes
PROTECTED]> To: "Kathy Reyes" <[EMAIL PROTECTED]> Sent: Thursday, March 21, 2002 2:55 PM Subject: Re: Access denied on use mysql; > Kathy > I see. > - Original Message - > From: "Kathy Reyes" <[EMAIL PROTECTED]> > To: "alan4100&qu

Re: Access denied on use mysql;

2002-03-21 Thread alan4100
mysql Kathy, I see..

Re: Access denied on use mysql;

2002-03-21 Thread Kathy Reyes
ge Unknown Command. - Original Message - From: "alan4100" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 21, 2002 11:07 AM Subject: Re: Access denied on use mysql; > mysql > > Hello Kathy, >

Re: Access denied on use mysql;

2002-03-21 Thread alan4100
mysql Hello Kathy, How have you made out with access to mysql?

Re: Access denied on use mysql;

2002-03-20 Thread alan4100
To: "alan4100" <[EMAIL PROTECTED]> Sent: Wednesday, March 20, 2002 8:36 PM Subject: Re: Access denied on use mysql; > Generally, yes. I have used the procedures to troubleshoot win98 and linux problems. Certainly some of the items are > particular to one OS or another, b

Re: Access denied on use mysql;

2002-03-20 Thread alan4100
[EMAIL PROTECTED]> Sent: Wednesday, March 20, 2002 10:54 AM Subject: Re: Access denied on use mysql; > I signed in as follows > > mysql -h localhost -u kreyes. > mysql is installed on a linux machine and I am connecting remotely from a > Windows 2000 machine. When I had acc

Re: Access denied on use mysql;

2002-03-20 Thread Kathy Reyes
do. I have lost complete access to 'mysql' datebase - Original Message - From: "alan4100" <[EMAIL PROTECTED]> To: "Liyju Janardhan" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, March 20, 2002 10:26 AM Subject: Re: Access denied

Re: Access denied on use mysql;

2002-03-20 Thread alan4100
nt: Wednesday, March 20, 2002 10:11 AM Subject: Re: Access denied on use mysql; > I've tried everything thats in this email and nothing seems to work for me. > I think my situation is a little different because I had access to my > database originally but now I cant connect I can sign o

Re: Access denied on use mysql;

2002-03-20 Thread Doug Thompson
Odd, I think it does a very good job of helping troubleshoot: http://www.mysql.com/doc/A/c/Access_denied.html On Wed, 20 Mar 2002 09:30:48 -0500, alan4100 wrote: >And does not explain at all when mysql -u root -p does not work. >

Re: Access denied on use mysql;

2002-03-20 Thread alan4100
e able to locate > newsgroups like this. I think the documentation does not need 300 > pages. And > they should be separate with UNIX and WINDOWS. And explain what we > should > do if mysql -u root -p does not work in some pages. > > Right now, it is still not clear what went w

Re: Access denied on use mysql;

2002-03-20 Thread alan4100
<[EMAIL PROTECTED]> Sent: Wednesday, March 20, 2002 12:30 AM Subject: Re: Access denied on use mysql; > Hi Alan, > I am using mysql on linux, so I suggest you > to send cc to the list, let others help you. > > How do you get into mysql? Hope ur doing the > followin

Re: Access denied on use mysql;

2002-03-20 Thread Kathy Reyes
do. I have lost complete access to 'mysql' datebase - Original Message - From: "alan4100" <[EMAIL PROTECTED]> To: "Joel Rees" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, March 20, 2002 9:30 AM Subject: Re: Access denied on use

Re: Access denied on use mysql;

2002-03-20 Thread alan4100
gt; To: "alan4100" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, March 19, 2002 11:47 PM Subject: Re: Access denied on use mysql; > alan4100: > > If you reply to this, please CC the list. > > Keep reading the manual while you try things. From your questi

Re: Access denied on use mysql;

2002-03-19 Thread Joel Rees
alan4100: If you reply to this, please CC the list. Keep reading the manual while you try things. From your questions, I am wondering if you are not reading the manual, or are just too impatient and are trying things before you read the whole story. If your processor is faster than 100MHz and h

Re: Access denied on use mysql;

2002-03-18 Thread Liyju Janardhan
--- alan4100 <[EMAIL PROTECTED]> wrote: > The problem begins when I type in use mysql; > Please look at the very left edge with three > asterisks..*** where I marked. ACCESS denied > Hope it will be fixed with your help so I can mind > my own chores. > > =

Re: Access denied on use mysql;

2002-03-18 Thread Joel Rees
It looks like you need a root kit. No. A root canal. No, wait! That's not right, either. ;) alan4100 queried: [snipped] > C:\mysql\bin>mysql [snipped] > ***mysql> use mysql; > ERROR 1044: Access denied for user: '@localhost' to database 'mysql' I know the manual takes a lot of reading, but i

RE: Access denied for user: (from perl script)

2002-03-01 Thread Salada, Duncan
Are you using the latest version of DBI? Also, your "if ($dbh) {" seems a little backward. According to the DBI docs, "If the connect fails (see below) it returns undef and sets $DBI::err and $DBI::errstr." So shouldn't your conditional be "if (!$dbh) {". Perhaps you are actually connecting. I'

Re: Re: Access denied to apache@localhost

2002-02-13 Thread Brian Reichert
On Wed, Feb 13, 2002 at 12:04:22AM +0100, [EMAIL PROTECTED] wrote: > Your message cannot be posted because it appears to be either spam or > simply off topic to our filter. To bypass the filter you must include > one of the following words in your message: > > sql,query Should I just put these w

Re: Access denied for user varlehti

2002-01-25 Thread Luie delos Santos
>LdS> I'm experiencing the same problem. >LdS> But I sort of found a way around it (though I'm sure this is not really the >right way). >LdS> When I "remove" the *password* for *root* and login again as root, I'm able to >create new users using GRANT then flush priviliges. >LdS> Does this mean

<    1   2   3   >