RE: installation problem of MySQL on OS Lion

2015-07-30 Thread Divesh
Share error log file -Original Message- From: Martin Mueller martinmuel...@northwestern.edu Sent: ‎29-‎07-‎2015 21:05 To: mysql@lists.mysql.com mysql@lists.mysql.com Subject: installation problem of MySQL on OS Lion I installed MySQL on a Mac Pro running OS Lion. The installation

installation problem of MySQL on OS Lion

2015-07-29 Thread Martin Mueller
I installed MySQL on a Mac Pro running OS Lion. The installation was successful, but starting the mysql server generated the following error message: Martin-Muellers-Mac-Pro:~ martin$ sudo /usr/local/mysql/support-files/mysql.server start Starting MySQL ... ERROR! Manager of pid-file quit

Help: Installation problem

2006-12-13 Thread VeeJay
I am a novice with Unix and user of MySQL on windows….. I have a problem, i.e. I want to install MySQL5.0 at my FreeBSD 6.1 box with following configurations: --prefix=/usr/local/mysql --with-mysqld-user=mysql --with-unix-socket-path=/tmp/mysql.sock --with-mysqld-ldflags=-all-static

Re: Help: Installation problem

2006-12-13 Thread Chris
VeeJay wrote: I am a novice with Unix and user of MySQL on windows….. I have a problem, i.e. I want to install MySQL5.0 at my FreeBSD 6.1 box with following configurations: --prefix=/usr/local/mysql --with-mysqld-user=mysql --with-unix-socket-path=/tmp/mysql.sock

Re: Rpm installation problem

2005-12-09 Thread Gleb Paharenko
Hello. It is a bug: http://bugs.mysql.com/bug.php?id=15223 Like temporary workaroud I use on my FC4 system MySQL-shared-compat-4.1.13-0 rpm. Logg, Connie A. wrote: I am trying to install the following rpm on a red hat linux machine.=20

Rpm installation problem

2005-12-08 Thread Logg, Connie A.
I am trying to install the following rpm on a red hat linux machine. MySQL-client-standard-5.0.16-0.rhel3.i386.rpm MySQL-devel-standard-5.0.16-0.rhel3.i386.rpm MySQL-server-standard-5.0.16-0.rhel3.i386.rpm MySQL-shared-standard-5.0.16-0.rhel3.i386.rpm

PHP installation problem

2005-11-14 Thread Uthra Rao
I am having a hard time compiling php 5.0.5 on solaris 10. I have already installed mysql 5.0.15 (Binary) 64-bit. ./configure --prefix=/PATH/php505 --with-apxs2=/PATH/apache/bin/apxs --with-mysql=/PATH/mysql/ --enable-dbase --with-zlib-dir=/path/php505/ --with-pear This ends with - error:

mysql-standar aix 4.3.3 powerpc binary download / INSTALLATION PROBLEM

2005-04-29 Thread Damian McMenamin
after gunzipping and untarring i get to point in instructions to run script mysql_install_db i get the following error: # cd /convert # cd mysql # scripts/mysql_install_db exec(): 0509-036 Cannot load program ./bin/my_print_defaults because of the foll owing errors: Symbol resolution failed for

Re: mysql 4.1.8 client installation problem

2005-01-22 Thread Gleb Paharenko
Hello. We want only mysql 4.1.8 client version RPMs with 4.1.8 client programs for Linux on x86, IA64, AMD64 are aviable from: http://downloads.mysql.com/archives.php?p=mysql-4.1v=4.1.8 But MySQL Server 4.1.9 would be a better choice. sirisha gnvg [EMAIL PROTECTED] wrote: [--

mysql 4.1.8 client installation problem

2005-01-21 Thread sirisha gnvg
We want only mysql 4.1.8 client version .How to get only client installed without server being installed? Thanking you, yours sincerely,

4.1.7 installation problem. libcprts.so.5

2004-11-24 Thread Vasiliy Boulytchev
Gents, Upgrading to Mysql 4.1.7 from 4.0.18... I get the following error when trying to start: ./bin/my_print_defaults: error while loading shared libraries: libcprts.so.5: cannot open shared object file: No such file or directory OS = Mandrake 9.2 Which RPM am I missing?

super-smack installation problem

2004-08-23 Thread Crouch, Luke H.
I'm trying to configure and install super-smack-1.2 and get a problem on configure. it's looking for mysql_real_connect and can't find it...where would this be located? I'm assuming it is in libmysqlclient.so, and I have that file in my /usr/lib/mysql folder, among other places...but it

RE: Installation Problem with 4.0.20

2004-08-02 Thread dave.prout
PROUTDA R Cc: [EMAIL PROTECTED] Subject: Re: Installation Problem with 4.0.20 Which mysql username did you use to log in? I've not used mysql on Windows, but I expect that if you simply ran mysqlshow on a new install, you'd connect as the anonymous user. The anonymous user only has

Re: Installation Problem with 4.0.20

2004-08-02 Thread Whil Hentzen
When I then ran mysqlshow I only had the test database, not the mysql database as the documentation said I should. I then deleted everything and installed again, and got the same result. Does this mean the installation has failed ? When this happens on Linux, it means you're running

Installation Problem with 4.0.20

2004-08-01 Thread dave.prout
I've just downloaded 4.0.20 for windows Installed on the D: drive. Set up an .ini pointing at D: drive Ran D:\mysql\bin\mysqld When I then ran mysqlshow I only had the test database, not the mysql database as the documentation said I should. I then deleted everything and installed again,

Re: Installation Problem with 4.0.20

2004-08-01 Thread Michael Stassen
Which mysql username did you use to log in? I've not used mysql on Windows, but I expect that if you simply ran mysqlshow on a new install, you'd connect as the anonymous user. The anonymous user only has rights to the test db, so that's all you'd see. Try mysqlshow -u root or, if you've

Re: MySQL Installation Problem

2004-06-18 Thread Kofirowster
elsewhere. - Original Message - From: Chukkala Bhaskar [EMAIL PROTECTED] To: Kofirowster [EMAIL PROTECTED] Sent: Thursday, June 17, 2004 10:28 PM Subject: Re: MySQL Installation Problem Hi guys, I'm new to MySQL. I tried the following on my test pc with Win98. It gave me error if I

MySQL Installation Problem

2004-06-17 Thread Singh, Bijay
Dear Michael, I want to use PHP, Apache, mySQL and phpMyAdmin for evaluation but I m not able to get this rite. I am trying to instal MySQL with phpMyAdmin and i get the error when view from : http://localhost/phpMyAdmin/ #2003 - Can't connect to MySQL server on 'localhost' (10061)

Re: MySQL Installation Problem

2004-06-17 Thread Daniel Clark
After the phpmyadmin login I got the same error. In the phpmyadmin config files I had to set the local IP address that phpmyadmin was on. Dear Michael, I want to use PHP, Apache, mySQL and phpMyAdmin for evaluation but I m not able to get this rite. I am trying to instal MySQL with

Re: MySQL Installation Problem

2004-06-17 Thread Michael Stassen
First, make sure mysql server is running. Second, make sure you have properly configured phpmyadmin in file config.inc.php. In particular, you have to set how phpmyadmin will connect to mysql (user and pass). Michael Daniel Clark wrote: After the phpmyadmin login I got the same error. In the

Re: MySQL Installation Problem

2004-06-17 Thread Michael Stassen
Stassen [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 1:29 PM To: [EMAIL PROTECTED] Cc: Singh, Bijay; [EMAIL PROTECTED] Subject: Re: MySQL Installation Problem First, make sure mysql server is running. Second, make sure you have properly configured phpmyadmin in file config.inc.php

Re: MySQL Installation Problem

2004-06-17 Thread Kofirowster
version: x.xx.xx-debug Type 'help' for help. mysql HTH, Johnny - Original Message - From: Michael Stassen [EMAIL PROTECTED] To: Singh, Bijay [EMAIL PROTECTED] Cc: Mysql General mailing list [EMAIL PROTECTED] Sent: Thursday, June 17, 2004 11:01 AM Subject: Re: MySQL Installation Problem

MySQL Administrator Installation problem on Solaris

2004-04-06 Thread Claudio Nanni
Hi, I am trying to install MySQL Administrator 1.0.2.b-alpha on Solaris 7 operating system, (since it seems I can manage almost nothing from a remote PC thru MySQL Administrator) When I try to do what suggested (linux section) in the MySQL Administrator FAQ on MySQL website that is

RE: Installation problem!!!

2004-02-26 Thread Kirti S. Bajwa
No change. Any other suggestion? Thanks. Kirti -Original Message- From: Victor Medina [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 7:26 AM To: Kirti S. Bajwa Cc: '[EMAIL PROTECTED]' Subject: Re: Installation problem!!! Hi! try using the one installed in /usr/local

Re: Installation problem!!!

2004-02-26 Thread Victor Medina
Hi! try using the one installed in /usr/local/mysql/bin/mysql_install_db Best Regards! On Wed, 2004-02-25 at 18:45, Kirti S. Bajwa wrote: Hello List: I have installed MySQL Master Server from Binaries 4-5 times without problem. Now I am installing MySQL CLIENT from source and have run

Installation problem!!!

2004-02-25 Thread Kirti S. Bajwa
Hello List: I have installed MySQL Master Server from Binaries 4-5 times without problem. Now I am installing MySQL CLIENT from source and have run into problem, as explained below: Download mysql-5.0.0-alpha.tar.gz in /usr/local % cd /usr/local % gunzip

Installation Problem - PLEASE HELP

2004-02-18 Thread Morgan, Andrew R.
Hi all. I am trying to install mySql on Solaris 2.6. I am getting the following error during 'make': ld: fatal: library -lz: not found ld: fatal: File processing errors. No output written to .libs/libmysqlclient.so.10.0.0 make[2]: *** [libmysqlclient.la] Error 1 make[2]: Leaving directory

Re: Installation Problem - PLEASE HELP

2004-02-18 Thread Alex Greg
Hi all. I am trying to install mySql on Solaris 2.6. I am getting the following error during 'make': ld: fatal: library -lz: not found ld: fatal: File processing errors. No output written to .libs/libmysqlclient.so.10.0.0 make[2]: *** [libmysqlclient.la] Error 1 make[2]: Leaving directory

Re: Installation Problem - PLEASE HELP

2004-02-18 Thread Michael Stassen
Alex Greg wrote: Hi all. I am trying to install mySql on Solaris 2.6. I am getting the following error during 'make': ld: fatal: library -lz: not found ld: fatal: File processing errors. No output written to .libs/libmysqlclient.so.10.0.0 make[2]: *** [libmysqlclient.la] Error 1 make[2]:

RE: Installation Problem - PLEASE HELP

2004-02-18 Thread Morgan, Andrew R.
Thanks all.. that worked perfectly! -Original Message- From: Michael Stassen [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 12:17 PM To: Morgan, Andrew R. Cc: [EMAIL PROTECTED] Subject: Re: Installation Problem - PLEASE HELP Alex Greg wrote: Hi all. I am trying

MySQL 4.0 Installation Problem -- trying again

2004-01-08 Thread Zhao, Charles
- From: Zhao, Charles Sent: Wednesday, January 07, 2004 5:14 PM To: '[EMAIL PROTECTED]' Subject: RE: MySQL 4.0 Installation Problem Fatal error: Can't open privilege tables: Can't find file: './mysql/host.frm' (errno 13) ... Well, since

RE: MySQL 4.0 Installation Problem -- trying again

2004-01-08 Thread Zhao, Charles
] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 10:36 AM To: [EMAIL PROTECTED] Subject: RE: MySQL 4.0 Installation Problem -- trying again Charles, First, you need to run the mysql_install_db script. That will create

RE: MySQL 4.0 Installation Problem -- trying again

2004-01-08 Thread DChristensen
What does the hostname.err file tell you? -Original Message- From: Zhao, Charles [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 12:39 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: MySQL 4.0 Installation Problem -- trying again Thanks ... but yeas, I have

Re: MySQL 4.0 Installation Problem -- trying again

2004-01-08 Thread Michael Stassen
Linux distribution and it's not uninstalled -- but I don't think that should be the cause, though. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 10:36 AM To: [EMAIL PROTECTED] Subject: RE: MySQL 4.0 Installation Problem -- trying

RE: MySQL 4.0 Installation Problem

2004-01-07 Thread Zhao, Charles
To: '[EMAIL PROTECTED]' Subject: MySQL 4.0 Installation Problem I have 3.23 that comes with my Linux distribution, now when I tried to do a rpm installation of 4.0, I got messages like: warning: MySQL-server-4.0.17 ... .rpm: V3 DSA signature: NOKEY, key ID

MySQL 4.0 Installation Problem

2004-01-06 Thread Zhao, Charles
I have 3.23 that comes with my Linux distribution, now when I tried to do a rpm installation of 4.0, I got messages like: warning: MySQL-server-4.0.17 ... .rpm: V3 DSA signature: NOKEY, key ID ..., file /usr/bin/mysql from install of MySQL-client-4.0.17.0 conflicts with file from package

MySQL installation problem

2003-12-06 Thread Franz Edler
Hello, I have made a fresh installation of SuSE Linux 9.0. Now I try to install MySQL, but I cannot start mysqld, it always terminates. These are the two installation commands I used after installing with YaST: LPC:~ # mysql_install_db - all tables have been created in

Re: MySQL installation problem

2003-12-06 Thread Chris Elsworth
On Sat, Dec 06, 2003 at 03:52:05PM +0100, Franz Edler wrote: The msqld.log file shows: 031206 15:05:20 mysqld started 031206 15:05:20 Fatal error: Can't open privilege tables: Can't find file: './mysql/host.frm' (errno: 13) 031206 15:05:20 Aborting 031206

Re: MAC OS X installation problem

2003-12-06 Thread Chris Waskowich
On Dec 05, 2003, at 17:00, Lost Idols wrote: A newbie here, with a simple question (I guess). I just installed MySQL on my OS X 10.2 But failed pretty quick. Please help me... I wanna get started. This it what it looks like after following the description in the ReadMe file. Last login: Fri

RE: MySQL installation problem

2003-12-06 Thread Franz Edler
From: Chris Elsworth Sent: Saturday, December 06, 2003 5:09 PM The msqld.log file shows: 031206 15:05:20 mysqld started 031206 15:05:20 Fatal error: Can't open privilege tables: Can't find file: './mysql/host.frm' (errno: 13) 031206 15:05:20 Aborting

Re: MySQL installation problem

2003-12-06 Thread Chris Elsworth
On Sat, Dec 06, 2003 at 08:20:57PM +0100, Franz Edler wrote: Errno 13 is Permission Denied. Is the mysql daemon running with sufficient privileges to read the directory and files within it? All the database files should be owned by the mysql user, and are generally in the mysql group,

Re: Installation Problem

2003-12-05 Thread Alex Brown
Hi. Thanks for the prompt reply. It seems strange that the installation procedure should include an instruction that requires a password with no indication that one is required (i.e. there is no -p in the command sequence). Reading through Mark Liyanage's installation instructions, I notice

Re: Installation Problem

2003-12-05 Thread Michael Stassen
Alex Brown wrote: Hi. Thanks for the prompt reply. It seems strange that the installation procedure should include an instruction that requires a password with no indication that one is required (i.e. there is no -p in the command sequence). Reading through Mark Liyanage's installation

MAC OS X installation problem

2003-12-05 Thread Lost Idols
A newbie here, with a simple question (I guess). I just installed MySQL on my OS X 10.2 But failed pretty quick. Please help me... I wanna get started. This it what it looks like after following the description in the ReadMe file. Last login: Fri Dec 5 22:41:28 on ttyp1 Welcome to Darwin!

Installation Problem

2003-12-03 Thread Alex Brown
Hi. I installed MySQL on a Mac (OS 10.1) a while ago with the good intension of learning to use, and using, MySQL, but other things got in the way. However, I have finally found some time (so far) and I am now trying to install the latest version of MySQL (4.0.16) onto OSX 10.2 (on an iMAC

Re: Installation Problem

2003-12-03 Thread Michael Stassen
Alex Brown wrote: Hi. I installed MySQL on a Mac (OS 10.1) a while ago with the good intension of learning to use, and using, MySQL, but other things got in the way. However, I have finally found some time (so far) and I am now trying to install the latest version of MySQL (4.0.16) onto OSX

Installation problem

2003-10-09 Thread Anderson, James H [IT]
I'm running OS X 10.2.8 and installed the latest OS X mysql package. The problem is the server won't start and there don't seem to be any logs available to help diagnose the problem. I've tried both sudo safe_mysqld Starting mysqld daemon with databases from

RE: Installation problem

2003-10-09 Thread Fortuno, Adam
:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 10:32 AM To: [EMAIL PROTECTED] Subject: Installation problem I'm running OS X 10.2.8 and installed the latest OS X mysql package. The problem is the server won't start and there don't seem to be any logs available to help diagnose the problem. I've

RE: Installation problem

2003-10-09 Thread Anderson, James H [IT]
:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 10:54 AM To: Anderson, James H [IT] Cc: [EMAIL PROTECTED] (E-mail) Subject: RE: Installation problem James, Hey James! I'm also running MySQL on OS X. Maybe I can lend a hand. First question, are you running this on an X-Serve? So you're doing

RE: Installation problem

2003-10-09 Thread Fortuno, Adam
not to get it - make sense? Take a look at the error log and let us know what is says. Regards, Adam -Original Message- From: Anderson, James H [IT] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 11:15 AM To: Fortuno, Adam Cc: [EMAIL PROTECTED] Subject: RE: Installation problem Adam

RE: Installation problem

2003-10-09 Thread Anderson, James H [IT]
AM To: Anderson, James H [IT] Cc: [EMAIL PROTECTED] Subject: RE: Installation problem James, Yea, I have to agree its not starting. Alright, you're probably already in the /usr/local/mysql or you would've seen a nasty message reminding you to execute the mysqld_safe script from mysql's directory

RE: Installation problem

2003-10-09 Thread Anderson, James H [IT]
the ownership/group changes you suggest below and let you know the results. Thanks! jim -Original Message- From: Fortuno, Adam [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 12:49 PM To: Anderson, James H [IT] Cc: [EMAIL PROTECTED] (E-mail) Subject: RE: Installation problem

RE: Installation problem

2003-10-09 Thread Fortuno, Adam
:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 2:02 PM To: Fortuno, Adam Cc: [EMAIL PROTECTED] Subject: RE: Installation problem Adam, Knowing that Mac OS comes with a version of MySQL pre-installed, I didn't do anything special when I downloaded and installed the latest version. I assumed

RE: Installation problem

2003-10-09 Thread Anderson, James H [IT]
: Installation problem James: Yea, you can enable root or just use sudo. Sometimes sudo'ing can be a pain with the timeout and all. Anyway, at first blush I agree with you. When you installed mysql did you give mysql (or whatever account that runs MySQL) rights to the /usr/local/mysql/data directory? Make

MySQL Installation problem

2003-08-18 Thread Andrew Keating
To whom it may concern, We are having some trouble installing a MySQL database onto one of our servers and would appreciate some assistance, details are below. Installing MySQL v4.0.14 on a Solaris 8 (Sparc) system on a Netra X1. We have downloaded the source files from your website and have

Re: MySQL Installation problem

2003-08-18 Thread James Hughbanks
Andrew, One, it sound like you have downloaded a binary distro, and this does not require a make. If your want to compile from source, you will need to grab the source distro instead. If you would like to continue with the binary, you can untar the package under /usr/local , and then add the

Re: mysql installation problem

2003-08-09 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Wed, 6 Aug 2003, Anil Garg wrote: I am trying to install myql on redhat. Red Hat Linux? mysql package used: mysql-3.23.52-unknown-freebsdelf4.6-i386.tar.gz This is the wrong package - this one is for FreeBSD! Please use the Linux

mysql installation problem

2003-08-06 Thread Anil Garg
Hi, I am trying to install myql on redhat. mysql package used: mysql-3.23.52-unknown-freebsdelf4.6-i386.tar.gz While following the instructions in install document..when i run the follwing command.. scripts/mysql_install_db following errors appear: - scripts/mysql_install_db:

Re: installation problem Mysql 4.0.13 on Red Hat linux 6.2

2003-07-30 Thread sanjay gupta
] Sent: Tuesday, July 29, 2003 4:51 PM Subject: Re: installation problem Mysql 4.0.13 on Red Hat linux 6.2 rpm -ivt MySQL-server-4.0.13-0.i386.rpm returns Only one major mode may be specified this message is from the rpm utility and means that is it not being used correctly

Re: installation problem Mysql on Red Hat linux 6.2

2003-07-30 Thread sanjay gupta
on Red Hat 6.2 machine please help thanks in advance - Original Message - From: sanjay gupta [EMAIL PROTECTED] To: Matthew [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 1:10 PM Subject: Re: installation problem Mysql 4.0.13 on Red Hat linux 6.2 I used

Re: installation problem Mysql 4.0.13 on Red Hat linux 6.2

2003-07-29 Thread Matthew
- From: sanjay gupta [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 6:52 AM Subject: installation problem Mysql 4.0.13 on Red Hat linux 6.2 Dear All , I am facing problem in installing the mysql 4.0.13 on my linux 6.2 machine . I have

installation problem Mysql 4.0.13 on Red Hat linux 6.2

2003-07-28 Thread sanjay gupta
Dear All , I am facing problem in installing the mysql 4.0.13 on my linux 6.2 machine . I have pentium III server. When i give the command rpm -ivt MySQL-server-4.0.13-0.i386.rpm it give the message Only one major mode may be specified I tried lot to install the mysql ver 4 on

Re: installation problem Mysql 4.0.13 on Red Hat linux 6.2

2003-07-28 Thread sanjay gupta
thanks in advance sankalap - Original Message - From: sanjay gupta [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 11:22 AM Subject: installation problem Mysql 4.0.13 on Red Hat linux 6.2 Dear All , I am facing problem

Re: post installation problem

2003-07-11 Thread Egor Egorov
Nick Keeling [EMAIL PROTECTED] wrote: I am a MySQL newbie with a post installation problem. I have Linux Red Hat 9 with MySQL 4.0. After installing MySQL, I can not for the life of me get the mysql daemon to run. My installation directory is /usr/local/mysql but it wants to open a database

post installation problem

2003-07-10 Thread Nick Keeling
I am a MySQL newbie with a post installation problem. I have Linux Red Hat 9 with MySQL 4.0. After installing MySQL, I can not for the life of me get the mysql daemon to run. My installation directory is /usr/local/mysql but it wants to open a database from /var/lib/mysql. Obviously something

installation problem from tarball

2003-06-14 Thread Gaurav Kumar
hello mysql users. i have lately joined the wonderful world of mysql. i downloaded tarball mysqla-3.23.54a. ./configure is not giving me any problem. however on executing make to compile the source file i am getting error _ make[2]:

Re: installation problem from tarball

2003-06-14 Thread Paul DuBois
What kind of system is this? If you put this line near the top of client/mysql.cc (say, after the line that includes signal.h), does the compile proceed? #include errno.h (I'm assuming that you have an errno.h somewhere on your system.) At 8:43 -0700 6/14/03, Gaurav Kumar wrote: hello mysql

Re: installation problem from tarball

2003-06-14 Thread Gaurav Kumar
i am using red hat linux 9 on x86 i have copied that the errno.h file from /usr/include and put #include errno.h at the top of the file here it is what it looke like.. __ /* mysql command tool * Commands compatible with mSQL by David J. Hughes * *

installation problem on XP again...

2003-01-15 Thread Martin
Okay I have installed mysql on windows XP-home, and cannot get round the Error cant connect to mysql server on localhost 10061. I have read the manual again and again and again...I have read the public mailing list again and again and again...I have tweaked the `ini` file using the winmysqladmin

MySQL Installation Problem

2003-01-07 Thread John R. Porter
I'm having difficulty installing MySQL 3.23.54 on a Windows 2000 server. I downloaded the file mysql-3.23.54-win.zip. It unzipped and installed smoothly on my Windows 2000 PC, but when I tried to install on the server Setup failed with the Windows message: 'Cannot find file C:\...SETUP.EXE (or

Mac OS X installation problem...

2002-11-26 Thread Michael Burbidge
I installed the MySQL (mysql-3.23.51) package from VersionTracker.com on my Titanium PowerBook running Mac OS X 10.2. Whenever I execute any mysql command I get the following error: dyld: ./mysql Undefined symbols: ./mysql undefined reference to _BC expected to be defined in

Re: Mac OS X installation problem...

2002-11-26 Thread Peter Abilla
Try mark linayage's package at: http://www.entropy.ch/software/macosx/welcome.html It is very easy to install and it works great. PSA On 11/26/02 11:28 AM, Michael Burbidge [EMAIL PROTECTED] wrote: I installed the MySQL (mysql-3.23.51) package from VersionTracker.com on my Titanium

re: newbie really need help mysql binary installation problem

2002-11-19 Thread Victoria Reznichenko
David, Monday, November 18, 2002, 2:53:33 AM, you wrote: DW I am trying to install mysql-3.23.53a-pc-linux-gnu-i686 to my linux kernel DW 2.2.14(Caldera OpenLinux 2.4). I follow throught the installation porcess DW in the documentation in the mysql.com web site. DW I am using bash shell, here is

newbie really need help mysql binary installation problem

2002-11-18 Thread David Wu
Hi guys, I am trying to install mysql-3.23.53a-pc-linux-gnu-i686 to my linux kernel 2.2.14(Caldera OpenLinux 2.4). I follow throught the installation porcess in the documentation in the mysql.com web site. I am using bash shell, here is the list of commands i went through: shell groupadd mysql

Re: Installation problem: mysql.sock missing (??)

2002-08-25 Thread Mike
Do a locate mysql.sock it's there. Do a search on the newsgroup at http://lists.mysql.com/cgi-ez/ezmlm-cgi/1#b On mysql.sock M;) On Sat, 2002-08-24 at 21:34, Roger Young wrote: I'm trying to install the binary mysql-3.23.52 under Linux (Slackware 8.2 distribution, kernel 2.4.18). I

Re: Installation problem: mysql.sock missing (??)

2002-08-25 Thread Roger Young
Thanks for your reply. Do a locate mysql.sock it's there. For some reason on my machine the mysql install procedure does not create the socket. The locate utility (after updatedb) does not find mysql.sock and the socket directory /var/run/mysql is not established. I must be omitting some

Re: Installation problem: mysql.sock missing (??)

2002-08-25 Thread Gelu Gogancea
, August 25, 2002 1:44 PM Subject: Re: Installation problem: mysql.sock missing (??) Thanks for your reply. Do a locate mysql.sock it's there. For some reason on my machine the mysql install procedure does not create the socket. The locate utility (after updatedb) does not find mysql.sock

Re: Installation problem: mysql.sock missing (??)

2002-08-25 Thread Roger Young
MySQL install do not create socket.This socket it's created when MySQL daemon it's started. My suggestion : 1.check if you have already mysqld processes. 2. - Change the owner of directory which is created for mysql.sock from root to mysql ...or - Change in /etc/my.cnf(in [mysqld]

Installation problem, help! help!

2002-07-29 Thread Dennis Daupert
I'm having a devil of a time installing mysql 3.23.51 on SuSE 8 from the source tarball. I did ./config, then make. There are the last few lines from make: libmysql.c: In function `mysql_real_connect': libmysql.c:1325: warning: passing arg 5 of `gethostbyname_r' from incompatible pointer

Installation problem, please help

2002-07-29 Thread Dennis Daupert
I'm having a devil of a time installing mysql 3.23.51 on SuSE 8 from the source tarball. I did ./config, then make. There are the last few lines from make: libmysql.c: In function `mysql_real_connect': libmysql.c:1325: warning: passing arg 5 of `gethostbyname_r' from incompatible pointer

Re: Re: IBM-AIX 4.3 MySQL Binnary Installation Problem: libz ismissing.

2002-07-27 Thread Rick Flower
Francisco writes: Also, when I try to compile mysql-3.23.51.tar.gz, I get the following error executing the make command: my_gethostbyname.c, line 81.5: 1506-068 (S) Operation between types struct hostent* and int is not allowed. You need to modify the config file, since you are using the

Re: IBM-AIX 4.3 MySQL Binnary Installation Problem: libz is missing.

2002-07-25 Thread Victoria Reznichenko
Francisco, Thursday, July 25, 2002, 2:46:39 AM, you wrote: FR When I try to execute scripts/mysql_install_db, I get FR some errors about some libraries missing: FR exec(): 0509-036 Cannot load program FR ./bin/my_print_defaults because of the following FR errors: FR 0509-150 Dependent module

Re: Re: IBM-AIX 4.3 MySQL Binnary Installation Problem: libz is missing.

2002-07-25 Thread Francisco Reinaldo
Victoria, I am using mysql-3.23.49-ibm-aix4.3.3.0-rs6000.tar.gz, which is the latest version posted on your site. Also, when I try to compile mysql-3.23.51.tar.gz, I get the following error executing the make command: my_gethostbyname.c, line 81.5: 1506-068 (S) Operation between types struct

IBM-AIX 4.3 MySQL Binnary Installation Problem: libz is missing.

2002-07-24 Thread Francisco Reinaldo
Hi, When I try to execute scripts/mysql_install_db, I get some errors about some libraries missing: exec(): 0509-036 Cannot load program ./bin/my_print_defaults because of the following errors: 0509-150 Dependent module libz.a(shr.o) could not be loaded. 0509-022 Cannot load module

Re: Installation Problem

2002-07-22 Thread Dexter S. Tan
Subject: Re: Installation Problem In the last episode (Jul 22), Dexter S. Tan said: _ command i entered CC=gcc CFLAGS=-O3 \ CXX=gcc CXXFLAGS=-O3 -felide-constructors -fno-exceptions -fno-rtti \ ./configure --prefix=/usr/local/mysql

Re: MySQL newcomer: Installation problem

2002-07-22 Thread Håkon Eriksen
Tor R. Skoglund (NextG) [EMAIL PROTECTED] writes: Dan, thanks for your reply. I will first try to do a 'clean' install from the source. That link below is seems to be the 3.23.51 source... not the 4.0.2-Max that I want. I have searched the web for a full tarball source distribution of

Re: MySQL newcomer: Installation problem

2002-07-22 Thread Håkon Eriksen
Tor R. Skoglund (NextG) [EMAIL PROTECTED] writes: Dan, thanks for your reply. I will first try to do a 'clean' install from the source. That link below is seems to be the 3.23.51 source... not the 4.0.2-Max that I want. I have searched the web for a full tarball source distribution of

Re: MySQL newcomer: Installation problem

2002-07-22 Thread Håkon Eriksen
Tor R. Skoglund (NextG) [EMAIL PROTECTED] writes: Dan, thanks for your reply. I will first try to do a 'clean' install from the source. That link below is seems to be the 3.23.51 source... not the 4.0.2-Max that I want. I have searched the web for a full tarball source distribution

Re: MySQL newcomer: Installation problem

2002-07-22 Thread Håkon Eriksen
Tor R. Skoglund (NextG) [EMAIL PROTECTED] writes: Dan, thanks for your reply. I will first try to do a 'clean' install from the source. That link below is seems to be the 3.23.51 source... not the 4.0.2-Max that I want. I have searched the web for a full tarball source

Re: Installation Problem

2002-07-22 Thread Dexter S. Tan
PROTECTED] To: Dexter S. Tan [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, July 22, 2002 10:53 PM Subject: Re: Installation Problem In the last episode (Jul 22), Dexter S. Tan said: Hi, I've tried it and I still encountered this. btw, my compiler version is 2.95.2

Re: Installation Problem

2002-07-21 Thread Dexter S. Tan
Hi Georg, I have tried to change the zero to letter O and still have this problem. I'll paste below the config.log file and the output. Thank you very much for your help. _ command i entered CC=gcc CFLAGS=-O3 \ CXX=gcc CXXFLAGS=-O3

Re: Installation Problem

2002-07-21 Thread Dan Nelson
In the last episode (Jul 22), Dexter S. Tan said: _ command i entered CC=gcc CFLAGS=-O3 \ CXX=gcc CXXFLAGS=-O3 -felide-constructors -fno-exceptions -fno-rtti \ ./configure --prefix=/usr/local/mysql --with-low-memory --enable-assembler

Re: Installation Problem

2002-07-21 Thread Dexter S. Tan
: Installation Problem In the last episode (Jul 22), Dexter S. Tan said: _ command i entered CC=gcc CFLAGS=-O3 \ CXX=gcc CXXFLAGS=-O3 -felide-constructors -fno-exceptions -fno-rtti \ ./configure --prefix=/usr/local/mysql --with-low

Re: Installation Problem

2002-07-19 Thread Dexter S. Tan
, 2002 1:38 PM Subject: Re: Installation Problem On Friday, 19. July 2002 07:03, Dexter S. Tan wrote: Hello Dexter, would be interesting to know the content from your config.log file. Regards Georg mysql,query - Before

Re: Installation Problem

2002-07-19 Thread Georg Richter
Hi Dexter, configure:1948: checking for C compiler default output configure:1951: gcc -03conftest.c 5 gcc: unrecognized option `-03' cpp: Internal compiler error: program cpp got fatal signal 9 configure:1954: $? = 1 configure: failed program was: #line 1932 configure #include

Installation Problem

2002-07-18 Thread Dexter S . Tan
Hi, I would like to ask how come the installation won't work on my system. Here are the details. Specifications: Sun Sparc Ultra-5_10 Generic_108528-13 mysql-3.23.51 gcc version 2.95.2 19991024 What I did: shell groupadd mysql shell useradd -g mysql mysql unzip the files using gtar with no

Re: Installation Problem

2002-07-18 Thread Georg Richter
On Friday, 19. July 2002 07:03, Dexter S. Tan wrote: Hello Dexter, would be interesting to know the content from your config.log file. Regards Georg mysql,query - Before posting, please check:

MySQL installation problem

2002-07-09 Thread Tang, Lianhong
Hi guys, I am trying to install MySql on Linux (Mandrake 8). And everytime when I try to start the server. like this [mysql@127 support-files]# ./mysql.server start I get the message like: ./mysql.server: @hostname@ command not found ./mysql.server: my_print_defaults command not found

Installation problem

2002-06-10 Thread Kariuki, JohnX K
Hi I am pretty new to linux and I was trying to setup and use mysql, I followed the directions you provided about compiling it and installing it, but when I try to start the server the mysql daemon fail right away : saying mysqld ended. I looked at the error log and this is what it says :

Re: Installation problem

2002-06-10 Thread Gerald Clark
Mysql does not own the database and its tables; chown -R mysql /usr/local/mysql/var ( or whatever the database location is. ) Kariuki, JohnX K wrote: Hi I am pretty new to linux and I was trying to setup and use mysql, I followed the directions you provided about compiling it and installing

  1   2   >