Re: New install--access denied

2006-01-16 Thread Gleb Paharenko
Hello. You should check from where mysqladmin takes the 'webuser' value. There several places: http://dev.mysql.com/doc/refman/5.0/en/program-options.html Read this parts of the manual as well: http://dev.mysql.com/doc/refman/5.0/en/error-access-denied.html

Re: New INstall of MySQL

2004-01-09 Thread Victor Medina
OK!, first of all, do you have a complete-working directory of mysql in whatever drive you installed mysql?, this is usually in c:\mysql. I asked this because the installer doesn't seems to work. Also there is no need for a my.cnf and a my.ini, you should only use one, one is enough, i rather use

Re: New INstall of MySQL

2004-01-09 Thread robert_rowe
Comment out this line: datadir = c:/SQLData in the my.ini file in your windows (winnt) folder and remove the my.cnf from your c:\. Start the server. The default location of the data folder is c:/mysql/data. You told it to look in c:/SQLData and it can't find it's security database. Also you

RE: New INstall of MySQL

2004-01-09 Thread Chris L. White
Network Administrator Coe-Truman Technologies, Inc. Email: [EMAIL PROTECTED] _ From: Victor Medina [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 11:16 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: New INstall of MySQL OK

Re: New INstall of MySQL

2004-01-09 Thread Amanullah
Hi, make sure the existing directories has been removed fully, then continue with new installation, after installation is over, pl. restart the system, if mysql daemon has not started, pl. go to ..\mysql\bin\ directory run winmysqladmin.exe. mysql service will be strated to work.. -Aman.

RE: new install - command prompt doesn't work

2003-12-14 Thread Betta Jazzy Brown
the mysql client application. Bob Loeffler :) -Original Message- From: Betta Jazzy Brown [mailto:[EMAIL PROTECTED] Sent: Saturday, December 13, 2003 12:10 PM To: [EMAIL PROTECTED] Subject: Re: new install - command prompt doesn't work ok...i set the path properly... in the command line, i

Re: new install - command prompt doesn't work

2003-12-13 Thread Betta Jazzy Brown
i have done that C:\mysql but it will say 'mysql' is not recognized as an internal or external command, operable program or batch file there must be something else i'm missing... Paul DuBois [EMAIL PROTECTED] wrote: At 18:21 -0800 12/12/03, Betta Jazzy Brown wrote: I have installed MySql

Re: new install - command prompt doesn't work

2003-12-13 Thread Gerald R. Jensen
: Re: new install - command prompt doesn't work i have done that C:\mysql but it will say 'mysql' is not recognized as an internal or external command, operable program or batch file there must be something else i'm missing... Paul DuBois [EMAIL PROTECTED] wrote: At 18:21 -0800 12/12/03, Betta

Re: new install - command prompt doesn't work

2003-12-13 Thread jeffrey_n_Dyke
: 12/13/2003 09:48 Subject: Re: new install - command prompt doesn't work AM

Re: new install - command prompt doesn't work

2003-12-13 Thread Betta Jazzy Brown
path. - Original Message - From: Betta Jazzy Brown To: Paul DuBois ; Betta Jazzy Brown ; Sent: Saturday, December 13, 2003 8:48 AM Subject: Re: new install - command prompt doesn't work i have done that C:\mysql but it will say 'mysql' is not recognized as an internal or external

Re: new install - command prompt doesn't work

2003-12-13 Thread Betta Jazzy Brown
??? if not...how do i do that??? Gerald R. Jensen wrote: Try c:\mysql\bin\mysql.exe If that works, then put c:\mysql\bin the system's path. - Original Message - From: Betta Jazzy Brown To: Paul DuBois ; Betta Jazzy Brown ; Sent: Saturday, December 13, 2003 8:48 AM Subject: Re: new

Re: new install - command prompt doesn't work

2003-12-13 Thread Paul DuBois
At 6:48 -0800 12/13/03, Betta Jazzy Brown wrote: i have done that C:\mysql but it will say 'mysql' is not recognized as an internal or external command, operable program or batch file there must be something else i'm missing... This is not a MySQL issue. It's a PATH issue. Either set your

Re: new install - command prompt doesn't work

2003-12-13 Thread Betta Jazzy Brown
ok...i set the path properly... in the command line, i did this: C:\C:\mysql\bin;C:\WINNT;C:\WINNT\COMMAND then, i am able to just type in mysql and it will begin... BUT...after i close the command prompt, once i reopen it, and type in mysql, it goes and says that mysql is not a command or

RE: new install - command prompt doesn't work

2003-12-13 Thread Bob Loeffler
To: [EMAIL PROTECTED] Subject: Re: new install - command prompt doesn't work ok...i set the path properly... in the command line, i did this: C:\C:\mysql\bin;C:\WINNT;C:\WINNT\COMMAND then, i am able to just type in mysql and it will begin... BUT...after i close the command prompt, once i reopen

Re: new install - command prompt doesn't work

2003-12-13 Thread Gerald R. Jensen
] To: [EMAIL PROTECTED] Sent: Saturday, December 13, 2003 1:09 PM Subject: Re: new install - command prompt doesn't work ok...i set the path properly... in the command line, i did this: C:\C:\mysql\bin;C:\WINNT;C:\WINNT\COMMAND then, i am able to just type in mysql and it will begin... BUT...after i

Re: new install - command prompt doesn't work

2003-12-12 Thread Paul DuBois
At 18:21 -0800 12/12/03, Betta Jazzy Brown wrote: I have installed MySql on my PC and I was trying to run the program by going to the command prompt typing: C:\net start mysql it says The MySql service has started successfully. the problem is that the command prompt doesn't read mysql but

RE: new install failure

2003-11-12 Thread Peter Lovatt
Have you checked permissions - the files should be owned by mysql Peter -Original Message- From: DePhillips, Michael P [mailto:[EMAIL PROTECTED] Sent: 12 November 2003 21:38 To: [EMAIL PROTECTED] Subject: new install failure HI list When installing mysql 4.16 on debian linux

RE: new install failure

2003-11-12 Thread DePhillips, Michael P
That did it thanks Pete I need to my installs earlier in the day ;) -Original Message- From: Peter Lovatt [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 4:44 PM To: DePhillips, Michael P; [EMAIL PROTECTED] Subject: RE: new install failure Have you checked permissions

Re: [MySQL] Re: New Install Problems

2001-10-04 Thread Ashley M. Kirchner
Gerald Clark wrote: Perhaps mysql does not own the directory that contains the databases. I just compiled from scratch, and successfully installed v3.23.42 on an RH7.1 system. EVerything went fine, no errors anywhere, it started up fine and I was able to set passwords fine. Then

Re: [MySQL] Re: New Install Problems

2001-10-04 Thread Jani Tolonen
Ashley M. Kirchner writes: Gerald Clark wrote: Perhaps mysql does not own the directory that contains the databases. I just compiled from scratch, and successfully installed v3.23.42 on an RH7.1 system. EVerything went fine, no errors anywhere, it started up fine and

Re new install

2001-09-24 Thread jean.schuller
Hi all, I get MySQL-3.23.42-1.i386.rpm and made a full install using rpm -i MySQL-3.23.42-1.i386.rpm which seems to be ok. My big problem is : nowhere I can found mysql, mysqladmin etc ?? Where are they gone ?? Thanks for all advices

Re: Re new install

2001-09-24 Thread m . bizzarri
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 24 Sep 2001, jean.schuller wrote: Hi all, I get MySQL-3.23.42-1.i386.rpm and made a full install using rpm -i MySQL-3.23.42-1.i386.rpm which seems to be ok. My big problem is : nowhere I can found mysql,

Re: Re new install

2001-09-24 Thread jean.schuller
(CEST) From: [EMAIL PROTECTED] To: jean.schuller [EMAIL PROTECTED] Cc: Liste mysql [EMAIL PROTECTED] Subject: Re: Re new install -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 24 Sep 2001, jean.schuller wrote: Hi all, I get MySQL-3.23.42-1.i386.rpm and made

Re: New install failed on Linux, what the??

2001-05-13 Thread Marc Bragg
When I installed from RedHat disc, if I ran mysql_install_db prior to setting the password, I was unable to use mysq, b/c couldn't find mysql.sock. If I install, and simply issue password, and start mysql up, the initial tables, mysql and test were created. Running mysql_install_db continually

Re: [ new install via script can not creat interrupt-thread]

2001-02-06 Thread Sinisa Milivojevic
Scott C Strecker writes: Description: When I try to run the install-db script I get an error stating that the script Can't create interrupt-thread. I can get the script to run as root. We are installing into /usr/local/mysql as per the instructions.