Re: probably a permissions problem that I cannot figure out.

2010-01-13 Thread Anand kumar
can you give us the error , it can be found on the file "/usr/local/mysql/data/Power-Mac-G5.local.err" Thanks Anand On Thu, Jan 14, 2010 at 9:49 AM, Chris Elhardt wrote: > mySQL-5.1.34-osx10.4-powerpc-64bit > > Not sure how this happened, but mySql will not start anymore, either from > the comm

probably a permissions problem that I cannot figure out.

2010-01-13 Thread Chris Elhardt
mySQL-5.1.34-osx10.4-powerpc-64bit Not sure how this happened, but mySql will not start anymore, either from the command line or the system pref control panel. here's a startup sample: [I have blocked out the password] Power-Mac-G5:/usr/local/mysql chriselhardt$ sudo /usr/local/mysql/bin/ m

Re: Is this a permissions problem?

2005-08-25 Thread SGreen
f these folders didn't have any adverse effect > with personal web server, does it with IIS? > > Mat > > Yes it is a permissions problem but not a _folder_ permissions problem. You error message tells me that you are attempting to authenticate with the mysql server as the mys

Is this a permissions problem?

2005-08-25 Thread Matthew Stuart
Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [MySQL][ODBC 3.51 Driver]Access denied for user: '@localhost' to database 'client_db1' I am having trouble getting any MySQL site to work on my local PC, but they work fine remotely. I have just changed PC and now have IIS whereas before

Permissions problem with MySQL 4.1.3 | Update: Same with 5.0.1

2004-08-10 Thread Elie `woe` BLETON
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I also tried the 5.0.1 MAX binaries looking for a solution to my previously posted problem of permissions (see at the bottom of the message for the previous post). According to the hostname.err file: 040810 13:31:44 mysqld started

Permissions problem with MySQL 4.1.3

2004-07-28 Thread Elie `woe` BLETON
Hello, I'd like to ask for some help on a problem which have prevented my mysql server to run since I updated it from 4.0 to 4.1 Anyway, even if in the idea it's an update, in the facts it's a fresh install, from sources. Sources were configure'd with "./configure --prefix=/usr/local/mysql". Aft

Re: file permissions problem on ALTER TABLE

2003-01-11 Thread miguel solórzano
At 10:17 11/01/2003 +0100, Dirkjan Ochtman wrote: Hi, server, I can DROP one of the tables, then I get the error again for the other table, so then I restart the server again and I can DROP the last table. The problem also persists on ALTERing TABLEs. Please if possible for you send me a tes

Re: file permissions problem on ALTER TABLE

2003-01-11 Thread Dirkjan Ochtman
Hi there, I still have problems with this when using MySQL 4.0.8. When I try to DROP a DATABASE, it will go through and delete all the tables, except the last two, apparently because it "can't delete the table.myi file". When I restart the server, I can DROP one of the tables, then I get the error

Re: file permissions problem on ALTER TABLE

2003-01-11 Thread Mark
: Saturday, January 11, 2003 12:31 AM Subject: Re: file permissions problem on ALTER TABLE > Hmm, okay, but isn't the 3.23 supposed to be stable and thus more bugless > than a gamma like 4.0.7? > > And also, I was wondering when 4 is going to be released as stable. > Looking over

Re: file permissions problem on ALTER TABLE

2003-01-10 Thread Manuzhai
day, January 10, 2003 11:45 PM Subject: Re: file permissions problem on ALTER TABLE > Dirkjan, > > > I am using MySQL 3.23.54 on Windows XP (with SP1). Today, I > encountered a > > weird problem: when trying to ALTER a TABLE, MySQL said that it no > > permissions to rename the *.m

Re: file permissions problem on ALTER TABLE

2003-01-10 Thread Stefan Hinz, iConnect \(Berlin\)
<http://iConnect.de> Heesestr. 6, 12169 Berlin (Germany) Tel: +49 30 7970948-0 Fax: +49 30 7970948-3 - Original Message - From: "Dirkjan Ochtman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 7:40 PM Subject: Bug: file permissions

Bug: file permissions problem on ALTER TABLE

2003-01-10 Thread Dirkjan Ochtman
> Hi there, > > I am using MySQL 3.23.54 on Windows XP (with SP1). Today, I encountered a > weird problem: when trying to ALTER a TABLE, MySQL said that it no > permissions to rename the *.myi file for that table. I kept encountering > this problem (trying to go from VARCHAR(6) to CHAR(6) for an in

Re: Permissions problem

2002-07-12 Thread Gerald Clark
Since -p="" is not valid syntax, it should not work. There is no equal sign after the -p, and no space between the p and the password which needs no quotes. If you have no password leave out the -p option. Derek Fountain wrote: >Hi, > >I have a server running 3.23.41 on Redhat 7.1. The probl

Permissions problem

2002-07-12 Thread Derek Fountain
Hi, I have a server running 3.23.41 on Redhat 7.1. The problem is that I can't access a database as a local user, but I can as a remote user. That is, on the local machine I get this: >/usr/bin/mysqladmin -u tpdb -p="" create fred /usr/bin/mysqladmin: connect to server at 'localhost' failed er

Re: permissions problem

2002-02-12 Thread Paul DuBois
At 22:25 +0100 2/9/02, Nick Wilson wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Hi all, >I'm having a spot of bother with permissions (i think) >I just set up MySQL for private developement at home with PHP and >created a db 'mydb' and granted all privs to nick@localhost > >Now, I can

Re: permissions problem

2002-02-12 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Paul DuBois declared > Note that the message doesn't include a user name in front of the '@'. > > Which it would if you were specifying one. Hello Paul, I did notice that but I /am/ specifying a user mysql_connect($host, $user,

Re: permissions problem

2002-02-12 Thread Paul DuBois
At 23:31 +0100 2/9/02, Nick Wilson wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > > >* and then Paul DuBois declared >> Note that the message doesn't include a user name in front of the '@'. >> >> Which it would if you were specifying one. > >Hello Paul, > I did notice that but

Re: permissions problem

2002-02-12 Thread Paul DuBois
At 0:19 +0100 2/10/02, Nick Wilson wrote: >* and then Paul DuBois declared >> >BTW >> >er... I have your book here :) >> >> Ah. Well, in *that* case, check p429 and pp464-465. You may be getting >> bit by the phenomenon described there. >sql > >Aha! Well that certainly appears to be it b

Re: permissions problem

2002-02-12 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 sql * and then Paul DuBois declared > Do you have an entry for user apache, host localhost in the user No just entries for 'nick' and 'root' > table, and have you deleted the entries for user='' and run FLUSH > PRIVILEGES? Certainly have. - --

Re: permissions problem

2002-02-12 Thread Nick Wilson
* and then Paul DuBois declared > >BTW > >er... I have your book here :) > > Ah. Well, in *that* case, check p429 and pp464-465. You may be getting > bit by the phenomenon described there. sql Aha! Well that certainly appears to be it but now I'm getting Access denied to user apache@local

permissions problem

2002-02-12 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I'm having a spot of bother with permissions (i think) I just set up MySQL for private developement at home with PHP and created a db 'mydb' and granted all privs to nick@localhost Now, I can 'USE mydb' from the command line but if I try to

Permissions Problem

2002-02-12 Thread Ben Ocean
Hi; I get this error when I try to access a database as root: mysql> use antigo; Can't read dir of './antigo/' (Errcode: 13) What does this mean and how do I fix it? TIA, BenO - Before posting, please check: http://www.mys

Re: permissions problem

2002-02-09 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 sql * and then Paul DuBois declared > Do you have an entry for user apache, host localhost in the user No just entries for 'nick' and 'root' > table, and have you deleted the entries for user='' and run FLUSH > PRIVILEGES? Certainly have. - --

Re: permissions problem

2002-02-09 Thread Paul DuBois
At 0:19 +0100 2/10/02, Nick Wilson wrote: >* and then Paul DuBois declared >> >BTW >> >er... I have your book here :) >> >> Ah. Well, in *that* case, check p429 and pp464-465. You may be getting >> bit by the phenomenon described there. >sql > >Aha! Well that certainly appears to be it b

Re: permissions problem

2002-02-09 Thread Nick Wilson
* and then Paul DuBois declared > >BTW > >er... I have your book here :) > > Ah. Well, in *that* case, check p429 and pp464-465. You may be getting > bit by the phenomenon described there. sql Aha! Well that certainly appears to be it but now I'm getting Access denied to user apache@local

Re: permissions problem

2002-02-09 Thread Paul DuBois
At 22:25 +0100 2/9/02, Nick Wilson wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Hi all, >I'm having a spot of bother with permissions (i think) >I just set up MySQL for private developement at home with PHP and >created a db 'mydb' and granted all privs to nick@localhost > >Now, I can

Re: permissions problem

2002-02-09 Thread Paul DuBois
At 23:31 +0100 2/9/02, Nick Wilson wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > > >* and then Paul DuBois declared >> Note that the message doesn't include a user name in front of the '@'. >> >> Which it would if you were specifying one. > >Hello Paul, > I did notice that but

Re: permissions problem

2002-02-09 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Paul DuBois declared > Note that the message doesn't include a user name in front of the '@'. > > Which it would if you were specifying one. Hello Paul, I did notice that but I /am/ specifying a user mysql_connect($host, $user,

permissions problem

2002-02-09 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I'm having a spot of bother with permissions (i think) I just set up MySQL for private developement at home with PHP and created a db 'mydb' and granted all privs to nick@localhost Now, I can 'USE mydb' from the command line but if I try to

Permissions Problem

2002-02-06 Thread Victoria Reznichenko
Ben, Tuesday, February 05, 2002, 11:42:50 PM, you wrote: BO> Hi; BO> I get this error when I try to access a database as root: BO> mysql>> use antigo; BO> Can't read dir of './antigo/' (Errcode: 13) BO> What does this mean and how do I fix it? That means your unix user doesn't have privileges o

Permissions Problem

2002-02-05 Thread Ben Ocean
Hi; I get this error when I try to access a database as root: mysql> use antigo; Can't read dir of './antigo/' (Errcode: 13) What does this mean and how do I fix it? TIA, BenO - Before posting, please check: http://www.mys