Re: MySQL install on OS X Lion does not create root account

2011-11-15 Thread Michael Dykman
You showed us a link which explains how you uninstalled MySQL. Perhaps you could tell us how you installed it? IT would certainly shed some light on the subject. If you are using a pre-built package for OS/X, the issue is likely with the package. If you are installing from source, there is an in

MySQL install on OS X Lion does not create root account

2011-11-15 Thread Martin Mueller
I have been struggling with installing MySQL 5.5.17 on a Mac running OS 10.7. My machine had 5.5.15 on it. I keep getting user denied access messages (Error 1045). I thought at first it was a matter of a password not being flushed from a previous installation and went through repeated install an

Re: New MySQL InStall

2010-05-07 Thread Weydson Lima
You can dowload the community server here: http://dev.mysql.com/downloads/mysql/ --- Weydson Lima weys...@gmail.com On Thu, May 6, 2010 at 12:59 PM, Michael Abbott wrote: > > Can anyone give me some info here I want to install MySQL on a Vista > Home Edition Laptop Can anyone tell m

New MySQL InStall

2010-05-06 Thread Michael Abbott
Can anyone give me some info here I want to install MySQL on a Vista Home Edition Laptop Can anyone tell me what I should download from the site? I want to run a java app. What version is stable and does it matter the operating system? Thank-YouMike

Q on Mysql install on OS X (SNow Leopard)

2010-03-22 Thread Mitchell Maltenfort
For some reason, the thing doesn't show the problem I posted already about foreign keys, but what it won't let me do is drop a schema once I've created it. How do I change permissions so MySQL on OS X can delete directories? Thanks! -- MySQL General Mailing List For list archives: http://lists.

SQL Error: 1205 - Lock exception with a tuned MySQL install

2009-09-22 Thread Grover Blue
I'm trying to get to the bottom of the 1205 exceptions I've been getting. I understand it's a lock, but I don't understand exactly why it's happening and how I can fix (either by recoding, table restructure, or mysql configuration). Also, I should note that I'm a Java developer using JPA, and not

Re: MySQL Install on OS X Leoperd

2007-10-26 Thread Craig Hoffman
This worked -- To fix the mySQL socket error, start mysql in terminal by doing this... sudo /usr/local/mysql/bin/safe_mysqld close Terminal, then open it again and put in these two... sudo mkdir /var/mysql/ sudo ln -s /tmp/mysql.sock /var/mysql/mysql.sock Restart Apache Should work until they

MySQL Install on OS X Leoperd

2007-10-26 Thread Craig Hoffman
Hi There, Has anyone been successful installing and running MySQL (current version) on the new Mac OS (Leopard)? __ Craig Hoffman iChat/AIM: m0untaind0g __ -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubsc

Re: MySQL install problems on OSX 10.4

2005-09-12 Thread Michael Stassen
Matt Scales wrote: I've just installed MySQL 4 4.1.12_1 +server using darwinports but I can't seem to get past this error. After installing it tells me that it cold not resolve my IP. Why are you using darwinports instead of the official binary from mysql? For reference, I've had success runni

Re: MySQL install problems on OSX 10.4

2005-09-10 Thread Gleb Paharenko
Hello. > /opt/local/var/Mattys-iMac-G5.err: Operation not permitted Check the permissions on /opt/local/var directory. Have a look here as well: http://dev.mysql.com/doc/mysql/en/starting-server.html Matt Scales <[EMAIL PROTECTED]> wrote: > I've just installed MySQL 4 4.1.12_1 +serve

MySQL install problems on OSX 10.4

2005-09-09 Thread Matt Scales
I've just installed MySQL 4 4.1.12_1 +server using darwinports but I can't seem to get past this error. After installing it tells me that it cold not resolve my IP. Mattys-iMac-G5:/opt/local/bin matty$ sudo -u mysql ./mysql_install_db Password: WARNING: The host 'Mattys-iMac-G5' could not be looke

Re: mysql install on Redhat Linux 2.1AS (32 bit)

2005-04-28 Thread Gabriel PREDA
- Original Message - From: "V. Agarwal" <[EMAIL PROTECTED]> Subject: mysql install on Redhat Linux 2.1AS (32 bit) > However, it expects me to be in mysql bin directory to > invoke 'mysql' to connect or else it gives me > following error. > &g

mysql install on Redhat Linux 2.1AS (32 bit)

2005-04-28 Thread V. Agarwal
There are several binaries for linux and I picked following for my Redhat Linux 2.1AS (32 bit) from MYSQL site. mysql-standard-4.1.11-pc-linux-gnu-i686.tar.gz I installed by unzipping/untarring and started the daemon as per instructions. I also added mysql bin directory to my PATH variable. Howe

php-mysql install on redhat

2005-03-01 Thread Eve Atley
I am attempting to use Redhat's update to get the latest version of php-mysql. Howeever, each time I try it prompts: Unresolvable chain of dependencies: MySQL-bench 4.0.21-0 requires MySQL-client Running rpm -qa | grep MySQL gives me: MySQL-client-4.0.21-0 ... and a host of other thin

Non root user MySQL install possible?

2005-02-19 Thread Bereczki Gabor
I had no problem installing mysql as a simple user in my home directory on a linux x86_64 machine either from source or binary. I did this: 1.Download binary or source from MySQL mirror 2.Untar into a directory database_dir or make install using ./configure -âprefix=database_dir 3.Softlink database

Re: Non root user MySQL install possible?

2005-02-01 Thread Gleb Paharenko
Hello. > If it is possible to do a local install as a non privileged user, can > someone please point me in the right direction, to a guide or > something? Yes it is possible. Here is a part of my configuration file. [client] port= 3718 socket = /home/gleb/mysqls/t

RE: Non root user MySQL install possible?

2005-02-01 Thread Mark
> -Original Message- > From: j [mailto:[EMAIL PROTECTED] > Sent: dinsdag 1 februari 2005 11:20 > To: Mark > Cc: mysql@lists.mysql.com > Subject: Re: Non root user MySQL install possible? > > Sorry, I don't mean running MySQL as root, I mean I do not have roo

Re: Non root user MySQL install possible?

2005-02-01 Thread j
Sorry, I don't mean running MySQL as root, I mean I do not have root access on the server I am trying to install MySQL on - for myself, under my home directory. I run into permission problems (because I am not root, I can't alter anything under /var). I am trying to edit the necessary configs so th

RE: Non root user MySQL install possible?

2005-02-01 Thread Mark
> -Original Message- > From: j [mailto:[EMAIL PROTECTED] > Sent: dinsdag 1 februari 2005 10:09 > To: mysql@lists.mysql.com > Subject: Non root user MySQL install possible? > > Hi. Before asking my question I would like to state that I have looked > through the in

Non root user MySQL install possible?

2005-02-01 Thread j
Hi. Before asking my question I would like to state that I have looked through the installation documentation, and have also successfully performed MySQL installations on WindowsXP (along with Apache and PHP), as well as on Linux machines that I have administrative (root) access on. However, I am h

Fw: MySQL - install failure on XP Toshiba laptop

2005-01-28 Thread SGreen
This was sent to me, off list. I am just forwarding it to it's original targets. -- Shawn - Forwarded by Shawn Green ([EMAIL PROTECTED]) on 01/28/2005 09:00 AM - Kyle Elmblade <[EMAIL PROTECTED]> wrote on 01/27/2005 04:59:28 PM: > Hello Simon, > > I ran accross the post below in the M

Potential Bug with Silent mySQL install

2004-07-08 Thread Kevin Byrne
Hello, I would like to mention a potential bug with using the silent install feature of mySQL with the mysql-4.0.20d-win.zip for windows. I have WindowsXP Professional for an OS. I was setting up mySQL to generate a setup.iss file. I found that the setup.iss file that was generated did not have

FW: MySQL install problem on RH 3.0 IA64

2004-04-22 Thread Sagar, Sanjeev
Small correction : "Kernel 2.4.21-9.ELsmp on an x86_64" is not valid in this case. It came form another machine. Real kernel version is Linux pinhpe02 2.4.21-9.EL #1 SMP Thu Jan 8 16:54:40 EST 2004 ia64 ia64 ia64 GNU/Linux MySQL: mysql-pro-4.0.18-unknown-linux-ia64 Problem Description: /usr

MySQL install problem on RH 3.0 IA64

2004-04-22 Thread Sagar, Sanjeev
Hello Everyone, We are already working with MySQL support on this issue but just wondering if there are anyone using MySQL database on RH 3.0. Following is our O/S and DB version info O/S : Red Hat Enterprise Linux AS release 3 (Taroon Update 1) Kernel 2.4.21-9.ELsmp on an x86_64 Linux pinhpe02

RE: Possible drawbacks of suggested mysql install?

2004-03-07 Thread Osvaldo Sommer
backs of suggested mysql install? Hi there, I would like to know some professional opinions on the following: -Are there any drawbacks on installing Mysql on a windows server? Would it be possible to install it on the same server that hosts SQL server? Can they coexist properly? I do not expec

Re: Possible drawbacks of suggested mysql install?

2004-03-03 Thread Sasha Pachev
Defryn, Guy wrote: Hi there, I would like to know some professional opinions on the following: -Are there any drawbacks on installing Mysql on a windows server? Would it be possible to install it on the same server that hosts SQL server? Can they coexist properly? I do not expect too much usage

Possible drawbacks of suggested mysql install?

2004-03-03 Thread Defryn, Guy
Hi there, I would like to know some professional opinions on the following: -Are there any drawbacks on installing Mysql on a windows server? Would it be possible to install it on the same server that hosts SQL server? Can they coexist properly? I do not expect too much usage of the Mysql ser

Re: Removing default MySQL install

2004-01-19 Thread Mike Blezien
Try using this command instead: rpm -e --nodeps (the RPM you want to remove) Eve Atley wrote: I've been trying to install a later version of MySQL (4.0.16). The Redhat default install is 3.x, and using rpm -e fails to remove the default packages due to 'dependencies'. How can I safely and success

Removing default MySQL install

2004-01-19 Thread Eve Atley
I've been trying to install a later version of MySQL (4.0.16). The Redhat default install is 3.x, and using rpm -e fails to remove the default packages due to 'dependencies'. How can I safely and successfully uninstall the default mysql packages (server and client) so I can start fresh? Thanks, E

MySQL install/uninstall problem

2003-07-18 Thread Hudson, Malaina
I have what I (and my boss) consider to be a sort of serious problem with an install. I've downloaded and installed (per an instructor's request), the latest version of MySQL. Granted, this is not a purchased package, but is required for a class in SQL I'm taking through Kaplan College. When

RE: mysql install---help please

2003-03-25 Thread Black, Kelly W [PCS]
] Sent: Tuesday, March 25, 2003 4:13 PM To: Black, Kelly W [PCS] Subject: Re: mysql install---help please I typed in /usr/local/mysql/bin/mysql -u userid -p -h localhost password: prompted for password, gave only one I ever use response was ERROR 1045: Access denied for user: '[EMAIL PROT

RE: mysql install---help please

2003-03-25 Thread Black, Kelly W [PCS]
ine bjork; mysql Subject: RE: mysql install---help please You said that you changed the password to the password you wanted, but in all the examples you are trying to access the server without a password. Try using the -p flag so it prompts you for your password, then type in whatever you set

RE: mysql install---help please

2003-03-25 Thread Jennifer Goodie
: katherine bjork [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 3:02 PM To: mysql Subject: mysql install---help please Tried for the second time to install mysql on my mac and again a problem during the install related to the password. I typed in /usr/local/mysql/bin/mysqladmin -u root password

mysql install---help please

2003-03-25 Thread katherine bjork
Tried for the second time to install mysql on my mac and again a problem during the install related to the password. I typed in /usr/local/mysql/bin/mysqladmin -u root password 'new-password' and changed 'new-password' to the password I wanted. Got the --> on the next line but nothing else so

Re: MySql Install on a AIX RS6000

2003-03-23 Thread Scott Pippin
>I am trying to install on a AIX box. I do not want >to install into >/usr/local. I have put everything >in /sybase/mysql/mysql. I am running into Set up a symbolic link from usr/local/mysql to the directory where your files are stored. Let me know if you need any more help. Scott Pippin [EMAIL

Re: MySql Install on a AIX RS6000

2003-03-22 Thread Ares Liu
change your my.ini or my.cnf - Original Message - From: "Bonnie Poole" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 22, 2003 8:53 AM Subject: MySql Install on a AIX RS6000 > > > > > I am trying to install on a AIX box. I do not

MySql Install on a AIX RS6000

2003-03-21 Thread Bonnie Poole
I am trying to install on a AIX box. I do not want to install into /usr/local. I have put everything in /sybase/mysql/mysql. I am running into alot of problems with things expected to be in /usr/local/mysql. What do I need to run in order to tell mysql everthing is in /sybase/mysql/mysql T

libz-devel needed for DBD-mysql install on RedHat 8.0

2003-02-19 Thread Sheahan, John (PCLN-NW)
I am trying to install DBD-mysql-2.1025 on a RH8 machine. When I do a "make" I get an error saying that it can't find libz.a or libz.so etc I tried modifying the "perl Makefile.PL" using --libs= and the path to my libz.so file. As a fix, it did say that I could fix this by installing libz-dev

mysql install

2002-12-14 Thread Luke Vanderfluit
Hi, I'm running Redhat 8.0 and I'm installing apache, php, mysql, postgres, openssl etc. my first step is to install mysql. I want it to be perl enabled, which means I have downloaded, (this is in compliance with the INSTALL BINARY doc that comes with mysql), http://www.mysql.com/doc/en/Perl_inst

Re: mysql install on OS X

2002-11-27 Thread christophe barbe
I use the binary from : http://www.entropy.ch/software/macosx/ Christophe On Wed, Nov 27, 2002 at 12:35:45PM -0800, Chris Herold wrote: > i'm trying to install MySQL 3.23.53 on OS X. > > It seemed pretty easy as i followed the directions on the devshed > website, but when i to "make" (for th

mysql install on OS X

2002-11-27 Thread Chris Herold
i'm trying to install MySQL 3.23.53 on OS X. It seemed pretty easy as i followed the directions on the devshed website, but when i to "make" (for the compile) it all came to a halt. i have included the entire install session below: from decompressing the .tar.gz file, to the completion of the

re: MySQL install Problem?

2002-10-09 Thread Victoria Reznichenko
Daniel, Tuesday, October 08, 2002, 11:14:06 PM, you wrote: DM> I have am having problems getting the MySQL server to start running, please help me, here are my problems, I have also displayed my error logs below, at least I hope they are the error logs; DM> I have been trying to install the

MySQL install Problem?

2002-10-08 Thread Daniel Miller
I have am having problems getting the MySQL server to start running, please help me, here are my problems, I have also displayed my error logs below, at least I hope they are the error logs; I have been trying to install the mysql-3.23.52-pc-linux-gnu-i686.tar.gz Everything seems to be goi

re: mysql install Q... error connecting /tmp/mysql.sock

2002-09-11 Thread Victoria Reznichenko
anand, Wednesday, September 11, 2002, 8:05:48 AM, you wrote: av> I have redhat linux 7.1 and I have downloaded mysql-3.23.52 av> and followed all the instructions as to how to install and how av> to bring up the database the scripts/mysql_install_db worked av> fine and then I did ./bin/safe_m

mysql install Q... error connecting /tmp/mysql.sock

2002-09-10 Thread anand v
Hi, I have redhat linux 7.1 and I have downloaded mysql-3.23.52 and followed all the instructions as to how to install and how to bring up the database the scripts/mysql_install_db worked fine and then I did ./bin/safe_mysqld and that worked fine too but when I tried to execute the mysql prog

RE: MySQL install on Linux 7.1

2002-07-10 Thread Luc Foisy
> -Original Message- > Hey can someone provide me some help in installing and > configuring mysql ver3.23.51 on my Linux server? I downloaded > the file from mysql.com to my servers hard drive and now want > to install it. I right-clicked the installation file and > clicked install. It

RE: MySQL install on Linux 7.1

2002-07-10 Thread David Kramer
self: http://www.mysql.com/doc/ You will find everything you need there... Good Luck and Welcome to Linux. David Kramer -Original Message- From: Marvin Cummings [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 9:13 AM To: [EMAIL PROTECTED] Subject: MySQL install on Linux 7.1 H

MySQL install on Linux 7.1

2002-07-10 Thread Marvin Cummings
Hey can someone provide me some help in installing and configuring mysql ver3.23.51 on my Linux server? I downloaded the file from mysql.com to my servers hard drive and now want to install it. I right-clicked the installation file and clicked install. It appears to have installed something, bu

RE: MySql Install only produces BSoD

2002-07-05 Thread Cal Evans
[EMAIL PROTECTED] Subject: MySql Install only produces BSoD I have tried three times from three different download locations to download and install the MySql ODBC. On all three occasions, I have ONLY gotten a BSoD. When I tried to tell them, they refused to accept the problem directing me to HERE

Re: MySql install on W2K server running Apache ver2.0.39

2002-07-02 Thread Gerald R. Jensen
tion (http://www.mysql.com/doc/W/i/Windows_installation.html) and go for it! Gerald Jensen - Original Message - From: "Marvin Cummings" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 02, 2002 8:01 PM Subject: MySql install on W2K server running Apache

MySql install on W2K server running Apache ver2.0.39

2002-07-02 Thread Marvin Cummings
Hello all... I'm new to the list and to MySql and would like to get some advice on approaching my first mysql install. I've just installed Apache ver2.0.39 onto my W2K server and I'm currently attempting to get PHP4 going. Can anyone provide me with some ideas on how to app

Mysql install problem ..

2002-06-27 Thread Subhrajyoti
Hi folks, I am facing problems in running mysql with apache and perl on my system. The version of mysql i am using is 3.23.39 Below is the program i wrote to check the mysql connectivity with perl. #!/usr/bin/perl use lib qw(/home/www/pm); $ENV{'DBI_DSN' } = "dbi:mysql:z"; $ENV{'DBI

Re: newbie mysql install

2002-05-20 Thread Egor Egorov
Jeffrey, Saturday, May 18, 2002, 5:12:15 PM, you wrote: JC> Installed MySQL using Fink to the Mac X OS. When attempting to run, I JC> am getting this error. JC> ERROR 2002: Can't connect to local MySQL server through socket JC> '/tmp/mysql.sock' JC> Help in explaining this error and how to f

Re: newbie mysql install

2002-05-19 Thread Erik Perrhoe \(Computer Consultant\)
ssage - From: "Jeffrey Camiel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 18, 2002 7:12 AM Subject: newbie mysql install > Installed MySQL using Fink to the Mac X OS. When attempting to run, I > am getting this error. > > ERROR 2002: Can't

newbie mysql install

2002-05-18 Thread Jeffrey Camiel
Installed MySQL using Fink to the Mac X OS. When attempting to run, I am getting this error. ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' Help in explaining this error and how to fix the installation would be appreciated. Thanks in advance. Jeffrey ---

mysql install 3.23.49 *make* cobalt raq2

2002-04-11 Thread Richard
when running a make i get the follow errors: In file included from client_priv.h:19, from mysql.cc:28: ../include/global.h:685: warning: abstract declarator used as declaration make[2]: *** [mysql.o] Error 1 make[2]: Leaving directory `/home/redhat/BUILD/mysql-3.23.49/client' mak

Re: Msql-Mysql install problem...

2002-04-03 Thread Philip Molter
On Wed, Apr 03, 2002 at 06:10:02PM +0300, Egor Egorov wrote: : Murali, : Wednesday, April 03, 2002, 1:55:57 PM, you wrote: You know, I don't meant to be a bother, but can you folks at Ensita reply to the list using standard reply conventions? All of your replies have

Msql-Mysql install problem...

2002-04-03 Thread Egor Egorov
Murali, Wednesday, April 03, 2002, 1:55:57 PM, you wrote: MP> When I try to install the Msql-Mysql module it throws up a list of MP> questions.One of them is : MP> Where is your MySQL installed? Please tell me the directory that MP> contains the subdir 'include'. [/usr/local] It looks like in

Msql-Mysql install problem...

2002-04-03 Thread Murali Prakash
Hi, When I try to install the Msql-Mysql module it throws up a list of questions.One of them is : Where is your MySQL installed? Please tell me the directory that contains the subdir 'include'. [/usr/local] I had installed MYSQL 3.23.49a using the rpm technique.I checked out in my /usr/local a

Re: HELP! Linux mysql install

2002-03-18 Thread Jim Philips
Well, what are the permissions on safe_mysqld? And if this is a Linux box, where is this Irix/SGI stuff coming from in the error message? On Mon, 2002-03-18 at 13:58, Amrita Basu wrote: > Hi, > I wanted to know what the error possibly could be. > I am using RedHat 6.0 Kernel 2.2.20 on i686 and

HELP! Linux mysql install

2002-03-18 Thread Amrita Basu
Hi, I wanted to know what the error possibly could be. I am using RedHat 6.0 Kernel 2.2.20 on i686 and installed mysql 3.23.47-sgi-irix6.5. I m running sh ./bin/safe_mysqld from the root directory and am getting the error : cannot execute binary file. Here is the error: ./bin/safe_mysqld: /osc

Re: request: mysql install question

2002-03-16 Thread THONG PHAT
Hi, I just got this similar problem in mysql install. I fixed this by ignoring the follow line in /etc/my.cnf : socket=/tmp/mysql.socket Hope this help you. Hung Lam - Original Message - From: "Subbiah Nishant" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Se

request: mysql install question

2002-03-14 Thread Subbiah Nishant
After I went through the following steps successfully, (The previous problem I had regarding inability to untar files was solved by downloading stuff on that computer where it was untarred. Before that I was trying to untar stuff downloaded on to a samba share !!!) shell> groupadd mysql shell> u

Amazing, zero length files in mysql install kit !!

2001-12-23 Thread SubbaReddy M
Hello Gurus, I have downloaded the following mysql kit to install on Solaris (intel) and gtar-i386.gz http://www.mysql.com/Downloads/MySQL-3.23/mysql-3.23.39-pc-solaris2.8-i386.t ar.gz http://www.mysql.com/Downloads/MySQL-3.23/gtar-i386.gz and then done gzip -cd mysql-3.23.39-pc-solaris2.8-i386

Amazing, zero length files in mysql install kit !!

2001-12-23 Thread SubbaReddy M
Hello mysql team, I have downloaded the following mysql kit to install on Solaris (intel) and gtar-i386.gz http://www.mysql.com/Downloads/MySQL-3.23/mysql-3.23.39-pc-solaris2.8-i386.t ar.gz http://www.mysql.com/Downloads/MySQL-3.23/gtar-i386.gz and then done gzip -cd mysql-3.23.39-pc-solaris2.8-

amazing, zero length files in mysql install kit !!

2001-12-23 Thread SubbaReddy M
Hello mysql team, I have downloaded the following mysql kit to install on Solaris (intel) and gtar-i386.gz http://www.mysql.com/Downloads/MySQL-3.23/mysql-3.23.39-pc-solaris2.8-i386.t ar.gz http://www.mysql.com/Downloads/MySQL-3.23/gtar-i386.gz and then done gzip -cd mysql-3.23.39-pc-solaris2.8-

RE: Newbie MySQL Install Question

2001-11-09 Thread Dan Tappin
9 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: Newbie MySQL Install Question > > > Dan Tappin wrote: > > > Ok that worked... but now my SQL utility program returns a 'Host > > 192.168.0.74 (my local IP) is not allowed to connect to this >

Re: Newbie MySQL Install Question

2001-11-09 Thread Bill Adams
ECTED]]On Behalf Of Bill Adams > > Sent: Friday, November 09, 2001 2:26 PM > > To: [EMAIL PROTECTED] > > Cc: [EMAIL PROTECTED] > > Subject: Re: Newbie MySQL Install Question > > > > > > Dan Tappin wrote: > > > > > I tried that but it came

RE: Newbie MySQL Install Question

2001-11-09 Thread Dan Tappin
gt; From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bill Adams > Sent: Friday, November 09, 2001 2:26 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: Newbie MySQL Install Question > > > Dan Tappin wrote: > > > I tried that but it came

Re: Newbie MySQL Install Question

2001-11-09 Thread Carl Troein
Dan Tappin writes: > I tried that but it came back with a 'mysqld is running already' error. /me silently curses the bad quoting habits that Lookout causes, but knows what the thread was about, and so _please disregard_ this sentence unless you know what I'm talking about. Now where was I? Oh,

RE: Newbie MySQL Install Question

2001-11-09 Thread Dan Tappin
DOH! :^) Thanks for the tips. Dan > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bill Adams > Sent: Friday, November 09, 2001 2:26 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: Newbie MySQL Install Question

RE: Newbie MySQL Install Question

2001-11-09 Thread Wells, Kenneth L
I'm getting the sazme exact error, can anyone help us?? -Original Message- From: Kelley Reynolds [mailto:[EMAIL PROTECTED]] Sent: Friday, November 09, 2001 4:07 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Newbie MySQL Install Question Make sure that the mysql serve

Re: Newbie MySQL Install Question

2001-11-09 Thread Bill Adams
Dan Tappin wrote: > I tried that but it came back with a 'mysqld is running already' error. Actually your command is wrong. If you never set the password before it should be (without the -p): mysqladmin -u root password your?new.password note that 'password' IS the command. > Side Question:

RE: Newbie MySQL Install Question

2001-11-09 Thread Dan Tappin
Port 3306 is open on the machine. Dan > -Original Message- > From: Kelley Reynolds [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 09, 2001 2:07 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Newbie MySQL Install Question > > > Make sure t

RE: Newbie MySQL Install Question

2001-11-09 Thread Dan Tappin
aptop but I get a secure connection refused message. Thanks, Dan > -Original Message- > From: Kelley Reynolds [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 09, 2001 2:07 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Newbie MySQL Install Question >

RE: Newbie MySQL Install Question

2001-11-09 Thread Dan Tappin
ptop but I get a secure connection refused message. Thanks, Dan > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bill Adams > Sent: Friday, November 09, 2001 2:10 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: N

Re: Newbie MySQL Install Question

2001-11-09 Thread Bill Adams
Dan Tappin wrote: > I have some experience with MySQL on MacOS X but that was with a pretty GUI > installer. > > I am now trying to get MySQL installed on Redhat 7.0. I download the client > and server versions and followed the install procedures. > > The problem I am having is with mysqladmin.

Re: Newbie MySQL Install Question

2001-11-09 Thread Kelley Reynolds
Make sure that the mysql server has been started. - Original Message - From: "Dan Tappin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 09, 2001 4:07 PM Subject: Newbie MySQL Install Question > I have some experience with MySQL on MacOS X b

Newbie MySQL Install Question

2001-11-09 Thread Dan Tappin
I have some experience with MySQL on MacOS X but that was with a pretty GUI installer. I am now trying to get MySQL installed on Redhat 7.0. I download the client and server versions and followed the install procedures. The problem I am having is with mysqladmin. The docs state that you need t

MySql install manual: please cover error "Cant find host.frm"

2001-10-31 Thread Ben Hutchison [Intamission]
There is an error which I encountered and overcame while installing mysql which I suggest needs better coverage in the MySql manual. Its caused by the default ownership on /mysql being incorrect, and causes an error message like: "Cant find host.frm" in the log. A fix that worked for me is: cd /

Re: mysql install failed on FreeBSD!!

2001-09-17 Thread Ken Menzel
al Message - From: "Siva Namburi" <[EMAIL PROTECTED]> To: "'Chris Johnson'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, September 14, 2001 8:25 PM Subject: RE: mysql install failed on FreeBSD!! > I have FreeBSD 4.3-stable release. Ye

Re: mysql install failed on FreeBSD!

2001-09-14 Thread Siva Namburi
ts collection upgraded as well? > >This sounds like you have incompatible versions of the system and the ports >collection installed. > > >- Original Message - >From: "Siva Namburi" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday,

RE: mysql install failed on FreeBSD!!

2001-09-14 Thread Siva Namburi
] Subject: Re: mysql install failed on FreeBSD!! What version of FreeBSD do you have installed? Was it upgraded from an earlier version? If so, was the ports collection upgraded as well? This sounds like you have incompatible versions of the system and the ports collection installed

Re: mysql install failed on FreeBSD!!

2001-09-13 Thread Rodney Broom
Hi Siva, I know I'm about to get in trouble with the FreeBSD people, but here goes: I'm not a real big fan of FreeBSD's /usr/ports/ thing. My suggestion would be to download the source in a TAR ball, unpack it, run: % configure % make % make install If that doesn't succeed, hollar back with t

Re: mysql install failed on FreeBSD!!

2001-09-13 Thread Chris Johnson
mburi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 12, 2001 3:48 PM Subject: mysql install failed on FreeBSD!! Hi, I am pretty new to mysql and started installing it on freeBSD from usr/ports/. I got the following error. Can somebody help me why it is

mysql install failed on FreeBSD!!

2001-09-12 Thread Siva Namburi
Hi, I am pretty new to mysql and started installing it on freeBSD from usr/ports/. I got the following error. Can somebody help me why it is failing. thanks, siva ===> Installing for mysql-server-3.23.36 ===> mysql-server-3.23.36 depends on executable: mysql - not found ===>Ve

MySQL install on OpenBSD 2.9

2001-07-17 Thread Vinay Augustine
I've been trying to get mysql to install from the openBSD ports tree on an i386 OpenBSD 2.9 system. I keep getting the error: /* start error */ checking size of char... 0 configure: error: No size for char type. A likely cause for this could be that there isn't any static libraries installed. You

failed mysql install on HP-UX 10.20

2001-06-04 Thread Paul Stanard
>Submitter-Id: >Originator: >Organization: >MySQL support: [none | licence | email support | extended email support ] >Synopsis: >Severity: <[ non-critical | serious | critical ] (one line)> >Priority: <[ low | medium | high ] (one line)> >Category: mysql >Class:

Re: mysql install problem

2001-05-06 Thread Rolf Hopkins
May mean that it is already running. Check with ps -ef | grep mysqld - Original Message - From: "Xiaowu Gai" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 05, 2001 6:07 Subject: mysql install problem > Hi: > > I tried to install mysql o

mysql install problem

2001-05-04 Thread Xiaowu Gai
Hi: I tried to install mysql on my machine. So I download the binary tarball and proceed according to the instruction in the INSTALL file (same problem happened for two different versions that I tried). However, when I tried to run the last step "bin/safe_mysqld --user=mysql &". It says mysqld

mysql install not working, HELP!!!!

2001-04-10 Thread David Loszewski
k, I followed the instuctions on the MySQL page, downloaded mysql-3.23.36-pc-linux-gnu-i686.tar.gz for redhat linux and then followed the install directions: shell> groupadd mysql shell> useradd -g mysql mysql shell> cd /usr/local shell> gunzip < /path/to/mysql-VERSION-OS.tar.gz | tar xvf - shell

Re: New MySQL install Help Please

2001-03-26 Thread Rolf Hopkins
Please include the original message so that others may know what the original problem was. > Surely you jest. No, I'm not. Please read the fine manual. > > Start it (MySQL) from DOS? There is still a lot of decent DOS software still floating about and some are faster than their Windoze counter

RE: New MySQL install Help Please

2001-03-26 Thread jjdirect
Surely you jest. Start it (MySQL) from DOS? Which file name do I type into the DOS box command line to start it. I have not yet installed any of the GUI's I heard about because until I overcame the MyODBC problem I wasn't sure I would get it installed. Can I assume one of the GUI's will start

Re: New MySQL install Help Please

2001-03-25 Thread Rolf Hopkins
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 26, 2001 8:29 Subject: New MySQL install Help Please > New MySQL install Help Please > > Is there a MySQL UseNet news group or User to User Forum anywhere? This mailing

New MySQL install Help Please

2001-03-25 Thread jjdirect
New MySQL install Help Please Is there a MySQL UseNet news group or User to User Forum anywhere? Just installed latest MySQL and tried to then install the latest MySQL ODBC Following the main install I was surprised I didn't find any icons on my desktop or in my Windows Start Programs li

Re: Question for the mysql install..

2001-03-20 Thread Gerald L. Clark
You mus use GNU tar. ±è°æ¾Ö wrote: > > Hello!! > I have a question for the mysql install. > > Type of mysqlsource distribution > Mysql Versionmysql-3.22.32.tar.gz > My System SunOS stachyonbse01 5.7 Generic sun4u sparc SUNW,Ultra-60 > &

Question for the mysql install..

2001-03-20 Thread 김경애
Hello!! I have a question for the mysql install. Type of mysqlsource distribution Mysql Versionmysql-3.22.32.tar.gz My System SunOS stachyonbse01 5.7 Generic sun4u sparc SUNW,Ultra-60 After upload > gunzip > mysql-3.22.34.tar.gz | tar -xvf - Result

MySQL--Install

2001-03-13 Thread Deependra B. Tandukar
Greetings! I am trying to compile MySQL in RedHat 6.0. what I did are: tar -xvzf mysql-3.23.33.tar.gz cd mysql-3.23.33 ./configure --prefix=/usr/local/mysql then it startx to work and inerrupt and says testing gcc working: no configure: error: installation or configure problem: c compiler can not

mysql install ? on tru64 system with Compaq c++

2001-03-05 Thread Vasel, Renee
Would like to install this with cxx not gcc! Made the following adaptation to website documentation for section 4.12.6: CC="cc -pthread" CFLAGS="-O4 -ansi_alias -ansi_args -fast -inline speed -speculate all -arch host" CXX="cxx -pthread" CXXFLAGS="-O4 -ansi_alias -ansi_args -fast -inline speed -

Re: MySql Install problems

2001-02-27 Thread John Jensen
Now, why didn't I find that in the docs? That might have saved me a lot of frustration. On 24 Feb 2001, at 1:53, Verdius wrote: > These RPM's tend to set you up to run mysql automatically upon > boot. > Instead of trying to run mysql, just log into it: > > %> mysql -h localhost -u root -p

  1   2   >