Re: installing mysql from src

2012-11-17 Thread Sabika Makhdoom
You can specify installation directory when you run the installer script instead of make. Also update the MySQL base and data directories in the mysql.server file under the support files directory. You can copy that file to /etc/init.d and add MySQL to chkconfig Sabika Life was meant to be mob

Re: installing mysql from src

2012-11-16 Thread Reindl Harald
Am 16.11.2012 19:21, schrieb Érico: > I have followed the steps from bellow to install mysql from src on my linux > ( red hat 6 ) : > > shell> groupadd mysql > shell> useradd -r -g mysql mysql > # Beginning of source-build specific instructions > shell> tar zxvf mysql-VERSION.tar.gz > shell> cd

Re: Installing Mysql Workbench

2012-02-16 Thread Adarsh Sharma
Thanks Vikas, I checked my versions and below are the details :- [root@]# gcc --version gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-46) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY

Re: Installing Mysql Workbench

2012-02-16 Thread Adarsh Sharma
Any update on the issue Dear all, Today I am facing some issues while installing mysql-workbench-gpl-5.2.37-src] in CentOS 5.4. ./configure runs successfully but below command results in below error : make make[3]: Entering directory `/root/Desktop/MYSQLWORKBENCH/mysql-workbench-gpl-5.2.

Re: Installing MySQL from source

2009-02-13 Thread Paul DuBois
On Feb 13, 2009, at 8:52 AM, Joerg Bruehe wrote: Michel, michel wrote: From the different documentation I was reading that after going to the root directory I should execute /.configure; but there is no configure file in the root source directory, just configure.in there is a difference

Re: Installing MySQL from source

2009-02-13 Thread Joerg Bruehe
Michel, michel wrote: > From the different documentation I was reading that after going to the root > directory I should execute /.configure; but there is no configure file in the > root source directory, just configure.in there is a difference between "Installing MySQL from the current deve

Re: locked file mysqld-nt.exe when re-installing mysql on windows server

2008-07-30 Thread Johan Gant
That worked for me, much appreciated. Thanks 2008/7/30 Ananda Kumar <[EMAIL PROTECTED]> > got to > > start-->run--(type regedit)-->HKEY_LOCAL_MACHINE--->SOFTWARE > folder--->delete all mysql folder > > Then in SYSTEM Folder --->controlset001-->services---> delete all mysql > entries. Do the same

Re: locked file mysqld-nt.exe when re-installing mysql on windows server

2008-07-30 Thread Ananda Kumar
got to start-->run--(type regedit)-->HKEY_LOCAL_MACHINE--->SOFTWARE folder--->delete all mysql folder Then in SYSTEM Folder --->controlset001-->services---> delete all mysql entries. Do the same for controlset002 and controlset003 After above is done try to delete the file in C:\mysql\bin folder

locked file mysqld-nt.exe when re-installing mysql on windows server

2008-07-29 Thread Johan Gant
Hi I'm reinstalling an instance of MySQL 4.1 on a Windows Server 2003 machine, but I cannot delete the original installation folder or re-install into it due to the presence of the mysqld-nt.exe file in the C:\mysql\bin folder. I've killed all services relating to MySQL (or those that I can clearly

Re: installing mysql

2006-08-30 Thread Colin Charles
jagdish gunjal wrote: i m upgrading mysql from 3.23 to 4.1.8. there was packge conflict for so many files like /etc/my.cnf Also i installed shared-compat for removing such problems. Is there any solution? Can you provide us with more about your environment? Also, have you re

Re: Installing MySQL on Windows Server 2003 Standard x64 Edition

2006-08-25 Thread David Lazo
I still get the same error. Not sure what I'm doing wrong. On 8/25/06 5:49 PM, "Greg Joss" <[EMAIL PROTECTED]> wrote: > Go to Control Panel>System>Advanced. Click Environmental Variables and Find > the PATH variable under System Variables and add the full path, i.e. > c:\Program Files\...\my

RE: Installing MySQL on Windows Server 2003 Standard x64 Edition

2006-08-25 Thread Greg Joss
Go to Control Panel>System>Advanced. Click Environmental Variables and Find the PATH variable under System Variables and add the full path, i.e. c:\Program Files\...\mysql\bin to the variable. -Original Message- From: David Lazo [mailto:[EMAIL PROTECTED] Sent: Friday, August 25, 2006 2:54

Re: Installing MySQL on Windows Server 2003 Standard x64 Edition

2006-08-25 Thread obed
On 8/25/06, David Lazo <[EMAIL PROTECTED]> wrote: I didn't add it anywhere because the file exists in mysql/bin folder c:/program files/mysql/bin Does it need to be somewhere else?? mm.. i don't know, you tell us !!! try it. !!! -- http://www.obed.org.mx ---> blog -- MySQL General Mailing

Re: Installing MySQL on Windows Server 2003 Standard x64 Edition

2006-08-25 Thread David Lazo
I didn't add it anywhere because the file exists in mysql/bin folder c:/program files/mysql/bin Does it need to be somewhere else?? On 8/25/06 5:03 PM, "João Cândido de Souza Neto" <[EMAIL PROTECTED]> wrote: > It could seems stupid, but you tried to put this file on c:\windows\system32 > or th

Re: Installing MySQL on Windows Server 2003 Standard x64 Edition

2006-08-25 Thread Jo�o C�ndido de Souza Neto
It could seems stupid, but you tried to put this file on c:\windows\system32 or the similar folder of your system? "David Lazo" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > I'm having problems with MySQLInstanceConfig.exe - Unable To Locate > Component > > This application

Re: installing mysql in a chroot jail.

2006-01-13 Thread Gleb Paharenko
Hello. Search in archives at http://lists.mysql.com/mysql. There is at least one interesting for you thread: http://lists.mysql.com/mysql/192066 Gregory Machin wrote: > Hi > I have fc4 and would like to install / upgrade to mysql 5. When i try via > yum using fedore-devel.repo it wants to upda

Re: INSTALLING MYSQL 5.0 ON LINUX DEBIAN 2.8

2005-12-23 Thread Pooly
2005/12/22, John Galatti <[EMAIL PROTECTED]>: > All > I am trying to build the mysql 5.0 from the source > When I run the configure scripts it error out saying it can not find termcap > data base also, can not find tegenent in any library > I am running under debian linux 2.8 you mean Debian w

Re: INSTALLING MYSQL 5.0 ON LINUX DEBIAN 2.8

2005-12-22 Thread Gleb Paharenko
Hello. Are you sure that configure is saying that it is unable to find 'termcap data base'? I haven't seen this message inside the configure script. May be it is looking for termcap library? In this case, you should install some termcap development package for Debian (I not a Debian user, so

RE: INSTALLING MYSQL 5.0 ON LINUX DEBIAN 2.8

2005-12-22 Thread John Trammell
There is no such thing as Debian 2.8--see http://www.us.debian.org/releases/. > -Original Message- > From: John Galatti [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 22, 2005 8:53 AM > To: mysqlList > Subject: INSTALLING MYSQL 5.0 ON LINUX DEBIAN 2.8 > > All > I am trying to buil

Re: Installing Mysql beta on Debian

2005-06-22 Thread Gleb Paharenko
Hello. It is recommended to use precompiled binaries in most cases. MySQL has a very flexible system of parameters which you could change through different ways. If you want to use this server as dedicated database server, probably the solution exists (I mean integrating MySQL binaries witho

Re: Installing MySQL 4.1.12 on Mandrake 10.1

2005-05-18 Thread Gleb Paharenko
Hello. >My questions are: Is there other files besides just the server > and >the client >that I would need to install to get MySQL to work on Mandrake >v10.1? Your data directory should contain mysql database prepared with

RE: Installing MySql 4.1

2005-01-27 Thread Artem Koltsov
I had similar problem after incomplete removal MySQL 4.0.x which left dead service named MySQL that points to non-existing path c:\mysql. I changed the windows service name for MySQL 4.1 to MySQL41, and it works fine. Also you can try to execute mysqld from command line to see any extra details:

RE: installing mysql / error

2005-01-03 Thread J.R. Bullington
ginal Message- From: David Katz [mailto:[EMAIL PROTECTED] Sent: Monday, January 03, 2005 10:30 AM To: Tom Crimmins Cc: mysql@lists.mysql.com Subject: Re: installing mysql / error I did the first 2 step you listed below, but when I typed in the mysql -u root, I got a new error message ERROR 2003 (

Re: installing mysql / error

2005-01-03 Thread David Katz
D]> To: "David Katz" <[EMAIL PROTECTED]> Cc: Sent: Thursday, December 30, 2004 2:32 PM Subject: RE: installing mysql / error > [snip] > > When I try 'mysql -u root' I get the same error, except root is in the > place of ODBC > > ERROR 1045 (28000): A

RE: installing mysql / error

2004-12-30 Thread Tom Crimmins
[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 1:25 PM To: Tom Crimmins Cc: mysql@lists.mysql.com Subject: Re: installing mysql / error When I try 'mysql -u root' I get the same error, except root is in the place of ODBC ERROR 1045 (28000): Access denied for user 'root&

Re: installing mysql / error

2004-12-30 Thread David Katz
To: "David Katz" <[EMAIL PROTECTED]> Cc: Sent: Thursday, December 30, 2004 1:57 PM Subject: RE: installing mysql / error > [snip] > We loaded a new server with Windows XP professional, and mysql server 4.1. > We can't get Mysql to run. After installing mysql and trying

RE: installing mysql / error

2004-12-30 Thread Tom Crimmins
[snip] We loaded a new server with Windows XP professional, and mysql server 4.1. We can't get Mysql to run. After installing mysql and trying to execute it we get the following message: ERROR 1045 (28000): Access denied for user 'ODBC' @'localhost' (using password: NO) [/snip] Ignore my previo

RE: installing mysql / error

2004-12-30 Thread Tom Crimmins
[snip] We loaded a new server with Windows XP professional, and mysql server 4.1. We can't get Mysql to run. After installing mysql and trying to execute it we get the following message: ERROR 1045 (28000): Access denied for user 'ODBC' @'localhost' (using password: NO) [/snip] Try starting mys

Re: Installing MySQL 4.1 from RPM on Fedora2

2004-09-06 Thread Egor Egorov
"Danesh Daroui" <[EMAIL PROTECTED]> wrote: > I have installed Server, Client, Benhcmark, Share, Embeded and = > Compact-Share RPMs version 4.1 on a Fedora2 system. The have been = > installed successfully but when I type: > > Shell> mysql -u root > > it says that it can not open socket and I thi

RE: Installing MySQL 4.1 from RPM on Fedora2

2004-09-02 Thread Donny Simonton
Start mysql on fc2 with /etc/rc.d/init.d/mysql start If that fails then look at the mysql error log. Donny > -Original Message- > From: Danesh Daroui [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 02, 2004 3:04 PM > To: [EMAIL PROTECTED] > Subject: Installing MySQL 4.1 from RPM o

RE: Installing MySQL Databases on RAM Drive

2004-07-30 Thread Stephen Rasku
ing I could get running on QNX. ...Stephen -Original Message- From: mos [mailto:[EMAIL PROTECTED] Sent: Jul 30, 2004 10:23 AM To: [EMAIL PROTECTED] Subject: RE: Installing MySQL Databases on RAM Drive Ok, then it makes sense to use compact flash just for backup and not the primary

Re: Installing MySQL Databases on RAM Drive

2004-07-30 Thread Brent Baisley
oks like HEAP tables don't support the BLOB field type and we are using it. ...Stephen -Original Message- From: Brent Baisley [mailto:[EMAIL PROTECTED] Sent: Jul 30, 2004 6:19 AM To: Egor Egorov Cc: [EMAIL PROTECTED] Subject: Re: Installing MySQL Databases on RAM Drive Why use a RAM di

Re: Installing MySQL Databases on RAM Drive

2004-07-30 Thread Eamon Daly
Just a thought, but perhaps you could set up a master/slave on the box such that the master points to a RAM disk and the slave points to disk. Then if someone pulls the plug or the machine crashes, you'd still have almost all of the data on disk. On startup, copy the slave's files to the RAM disk,

RE: Installing MySQL Databases on RAM Drive

2004-07-30 Thread mos
hen -Original Message- From: mos [mailto:[EMAIL PROTECTED] Sent: Jul 30, 2004 7:38 AM To: [EMAIL PROTECTED] Subject: Re: Installing MySQL Databases on RAM Drive At 04:45 PM 7/28/2004, you wrote: >Our customers are running MySQL 4.0.17 on QNX 6.2.1. > >We are currently using a flash drive

RE: Installing MySQL Databases on RAM Drive

2004-07-30 Thread Stephen Rasku
TED] Sent: Jul 30, 2004 7:38 AM To: [EMAIL PROTECTED] Subject: Re: Installing MySQL Databases on RAM Drive At 04:45 PM 7/28/2004, you wrote: >Our customers are running MySQL 4.0.17 on QNX 6.2.1. > >We are currently using a flash drive to store our database but we want >to store it in

Re: Installing MySQL Databases on RAM Drive

2004-07-30 Thread mos
At 04:45 PM 7/28/2004, you wrote: Our customers are running MySQL 4.0.17 on QNX 6.2.1. We are currently using a flash drive to store our database but we want to store it in a RAM disk to prolong the life of the drive Flash drives are solid state (no moving parts) so you can't break them. I've neve

Re: Installing MySQL Databases on RAM Drive

2004-07-30 Thread Brent Baisley
Why use a RAM disk? Why not just load the tables into HEAP tables? On Jul 29, 2004, at 11:51 AM, Egor Egorov wrote: "Stephen Rasku" <[EMAIL PROTECTED]> wrote: We are currently using a flash drive to store our database but we want to store it in a RAM disk to prolong the life of the drive. We want

Re: Installing MySQL Databases on RAM Drive

2004-07-29 Thread Egor Egorov
"Stephen Rasku" <[EMAIL PROTECTED]> wrote: > We are currently using a flash drive to store our database but we want > to store it in a RAM disk to prolong the life of the drive. We want to > install the database on the RAM disk on startup and save it to flash on > shutdown. > > There are two dat

RE: Installing Mysql binary distribution

2004-05-19 Thread Jeffus Chris - cjeffu
First of all check the *.err log in your data dir. It will likely give you some clue as to what is happening. -Original Message- From: Laercio Xisto Braga Cavalcanti [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 3:08 PM To: [EMAIL PROTECTED] Subject: Installing Mysql binary dist

Re: Installing MySQL on MacOSX

2004-05-06 Thread Michael Stassen
hAj wrote: Dear folks, Right after installing from mysql-standard-4.0.18.pkg, I came up with the following: sudo /usr/local/mysql/bin/mysqld_safe Password: Starting mysqld daemon with databases from /usr/local/mysql/data 040506 07:13:11 mysqld ended As far as I read the instruction I have n

Re: Installing MySQL-3.23.54-1 pkg on RaQ4i

2004-04-15 Thread gerald_clark
mysql.sock only exists while the server is running. Your package install/uninstall scripts are broken. Phil Ewington - 43 Plc wrote: Hi All, I am trying to install MySQL-3.23.54-1 pkg on a RaQ4i (from pgkmaster.com), which is something I have done on numerous occasions without problem. However, t

Re: Installing MySQL

2004-03-29 Thread Michael Kruckenberg
Yes. We do something like this to build packages from a local install. ./configure --prefix=/usr/local/mysql-4.018 make make test make DESTDIR=${HOME}/build/mysql/pkg install Adaikalavan Ramasamy wrote: Dear all, Is it possible to install mysql locally on Sun Solaris 8 as I do not have root perm

Re: Installing MySQL 4.1 on RedHat Linux 7.2

2004-02-26 Thread Sasha Pachev
Colin Lawrence wrote: Hi, I'm running RedHat Linux 7.2 and I want to install MySQL 4.1. I have downloaded the following RPM packages to install in the following order: MySQL-server-4.1.1-1.i386.rpm MySQL-client-4.1.1-0.i386.rpm MySQL-devel-4.1.1-0.i386.rpm MySQL-shared-4.1.1-0.i386.rpm I try to

Re: installing mysql-standard-4.0.17-pc-linux-i686 in redhat-9 help me urg!

2004-01-21 Thread Duncan Hill
On Wednesday 21 January 2004 10:20, naga rajan wrote: > hi, > i am trying to install Mysql in RH-9.I follow your > instructions .But when i typed Since you have RedHat, might I suggest that you use the RPM versions, which are pre-compiled and should set everything up properly for you. -- MySQ

RE: Installing MySQL on Linux, HELP!

2004-01-15 Thread dpgirago
And then Eve said... >After some trouble with rpm, I managed to create a file of installed >packages. Redhat 9 says I have installed: >MySQL-client-4.0.1-2 >perl-DBD-MySQL-2.1021-3 >mysql-3.23.58-1.9 >mysql-server-3.23.58-1.9 That's right. That's what you get with RH9. I'm repeating myself here

RE: Installing MySQL on Linux, HELP!

2004-01-15 Thread Eve Atley
After some trouble with rpm, I managed to create a file of installed packages. Redhat 9 says I have installed: MySQL-client-4.0.1-2 perl-DBD-MySQL-2.1021-3 mysql-3.23.58-1.9 mysql-server-3.23.58-1.9 And I am not having any luck with these...starting them, installing them, compiling them. I have

RE: Installing MySQL on Linux, HELP!

2004-01-15 Thread Scott Pippin
>I was going to output a new list of installed packages to ensure that mysql >was in there, but rpm -qa | ./installed_packages doesn't seem to work at the >moment...I can't restart the server right now, so perhaps I could kill and >restart some process? However, this is from yesterday's output: T

RE: Installing MySQL on Linux, HELP!

2004-01-15 Thread Eve Atley
I have had some help on my mysql install woes, and here's the latest. rpm -qa | grep MySQL - this just hung and never returned anything (see below) # service mysqld start or # service mysql start - these just returned a new command prompt, so couldn't tell whether or not they worked. I checked my

Re: installing mySQL on Windows 2000

2004-01-13 Thread robert_rowe
Are you logged on as Administrator? Is there enough disk space free? Does it generate the same error if you try re-installing? Is there an existing installation with the server still running? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http

Re: Installing Mysql on Panther

2003-12-19 Thread Ed Leafe
On Dec 19, 2003, at 12:58 AM, Trebor Scholz wrote: I'd like to install mysql on OSX Panther. In my tutorial it suggests to switch Web Sharing off in the preferences but There are many options in the menu there and web sharing off Is not one of them. Perhaps they mean to go to the System Preferenc

Re: Installing MySQL on Fedora

2003-12-01 Thread Egor Egorov
Todd Cary <[EMAIL PROTECTED]> wrote: > > I tried installing MySQL on Fedora and all seemed to go fine, but there > is no mysqladmin. Have I missed something here? > > And I am not sure where the mysql executable resides. The version is > > MySQL-3.23.58-1.i386.rpm You should install client

RE: Installing MySQL on Fedora

2003-11-29 Thread Phil Ellett
As far as I am aware mysqladmin is a server control program so it comes with the mysql-server RPM .. The one listed below is purely a mysql client and shared library package. Regards, Phil. From: Todd Cary [mailto:[EMAIL PROTECTED] Sent: 30 November 2003

Re: Installing MySQL 4 on Windows 2000

2003-07-18 Thread Michael G. Tracey
Also: PhpTriad is now Sokkit. I'm having a very hard time getting PhP to post to Mysql. I sent them an email requesting help. Will try to remember to give you any answers I get from them. [EMAIL PROTECTED] wrote: Hi!! I had once installed PHPTriad, a package which installs php, apache and mys

Re: Installing MySQL 4 on Windows 2000

2003-07-18 Thread Michael G. Tracey
From the Manual section 2.2.2.1 1. If you are working on an NT/2000/XP server, logon as a user with administrator privileges. 2. If you are doing an upgrade of an earlier MySQL installation, it is necessary to stop the server. If you are running the server as a service, use: C:\

Re: Installing MySQL on Jaguar?

2002-12-09 Thread Mat Rice
Brian, This may be late, but you should check out Fink: . A super easy way to get prepackaged UNIX software for OSX. I also highly recommend FinkCommander: A great GUI front-end to Fink. Right now I am

Re: Installing MySQL on Jaguar?

2002-12-04 Thread Brian Radford
On Wednesday, December 4, 2002, at 12:50 AM, R. Hannes Niedner wrote: Yes google :-)... I'll have to remember that for the next time I think of asking a simple question on this list! ;-) or download the binary for mac os x from the mysql.com we

Re: Installing MySQL on Jaguar?

2002-12-04 Thread R. Hannes Niedner
On 12/3/02 11:37 PM, "Brian Radford" <[EMAIL PROTECTED]> wrote: > Hello all, > > Could someone be so kind and share with this newbie where he might find > crystal clear step-by-step instructions on how to install MySQL v3.23 > on Mac OS X 2.2. I've looked through the manual and all I could find >

Re: installing mysql together with application

2002-09-25 Thread Mark Matthews
- Original Message - From: "Martijn van Iersel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 25, 2002 2:45 AM Subject: installing mysql together with application > Hello > > I want to distribute my java database application > together with mysql, and I want to

Re: installing mysql together with application

2002-09-25 Thread kayamboo
It is obvious, even in windows you have to set the configuration files atleast. It is the privilege of the user to install the stuff anywhere in his computer and so he has to change the .inf or .cnf accordingly Why not you try onething called the embedded mysql. If you just want to go with your

re: Re: Installing mysql in redhat linux 7.1

2002-09-20 Thread Egor Egorov
Peter, Friday, September 20, 2002, 9:20:36 AM, you wrote: PG> The relevant section of my.cnf is: PG> # Uncomment the following if you are using InnoDB tables PG> innodb_data_home_dir = / PG> innodb_data_file_path = PG> data1/ibdata1:100M:autoextend;data2/ibdata2:100M:autoextend;data3/ibdata3:10 P

Re: Installing mysql in redhat linux 7.1

2002-09-19 Thread Peter Goggin
I am having some problems in getting mysql to initaiate the inodb option. The relevant section of my.cnf is: # Uncomment the following if you are using InnoDB tables innodb_data_home_dir = / innodb_data_file_path = data1/ibdata1:100M:autoextend;data2/ibdata2:100M:autoextend;data3/ibdata3:10 0M:au

Re: Installing mysql in redhat linux 7.1

2002-09-03 Thread Sherwin T. Ang
I use the 4.x branch for innodb support. Hrmm, did you download ALL the rpm's? the client, the server and libs i think. I suggest backup/dump your databases first before doing a reinstall. I also strongly suggest you install from the source so you can customize your installation of MySQL better

Re: Installing mysql in redhat linux 7.1

2002-09-03 Thread Bhavin Vyas
If this is the first time u r installing mysql, then, rpm -i mysql.rpm. If u r updating, then rpm -u mysqlxxx.rpm should do it. The binary install is more optimized and hence is the best way to install mysql, however, rpm's work fine too. Regards, Bhavin. - Original Message - From: "P

Re: Installing mysql 4.0.3 with linux threads on freebsd

2002-08-29 Thread Varshavchick Alexander
On Thu, 29 Aug 2002, Dan Nelson wrote: > > Please don't hijack threads; you replied to a message titled > "performance tunning 4.x". sorry, my fault... > > In the last episode (Aug 29), Varshavchick Alexander said: > > I have a FreeBSD server where I installed mysql 3.23 with linux > > threads

Re: Installing mysql 4.0.3 with linux threads on freebsd

2002-08-29 Thread Dan Nelson
Please don't hijack threads; you replied to a message titled "performance tunning 4.x". In the last episode (Aug 29), Varshavchick Alexander said: > I have a FreeBSD server where I installed mysql 3.23 with linux > threads from a port collection, the procedure was simple enough > (WITH_LINUXTHRE

Re: Re-installing MySQL

2002-08-11 Thread Dan Nelson
In the last episode (Aug 12), Ville Mattila said: > Hello folks, > > I'd need to re-install MySQL server on my RH 7.3 box. As I installed the > server from RPMs, I tried to update MySQL with rpm and -Uvh options. Results > were like this: > > [root@pilotmedia root]# rpm -Uvh MySQL-3.23.51-1.i386

Re-installing MySQL

2002-08-11 Thread Ville Mattila
Hello folks, I'd need to re-install MySQL server on my RH 7.3 box. As I installed the server from RPMs, I tried to update MySQL with rpm and -Uvh options. Results were like this: [root@pilotmedia root]# rpm -Uvh MySQL-3.23.51-1.i386.rpm Preparing...###

RE: RE: Installing MySQL on Server W2000

2002-06-18 Thread Efren Pedroza
AM To: [EMAIL PROTECTED] Subject: Re: RE: Installing MySQL on Server W2000 Efren, Tuesday, June 18, 2002, 5:35:47 PM, you wrote: EP> I'm trying to connect trough MyODBC 2.5 and the error that I get is: "Access EP> denied", or "Can't connect to the server", both

Re: RE: Installing MySQL on Server W2000

2002-06-18 Thread Victoria Reznichenko
Efren, Tuesday, June 18, 2002, 5:35:47 PM, you wrote: EP> I'm trying to connect trough MyODBC 2.5 and the error that I get is: "Access EP> denied", or "Can't connect to the server", both Pc's are in the same network EP> and have TCP/IP installed and working properly, also I try to connect using E

Re: Installing MySQL on Server W2000

2002-06-18 Thread MikeParton
<[EMAIL PROTECTED]> Sent: Tuesday, June 18, 2002 10:35 AM Subject: RE: Installing MySQL on Server W2000 > I'm trying to connect trough MyODBC 2.5 and the error that I get is: "Access > denied", or "Can't connect to the server", both Pc's are in the s

RE: Installing MySQL on Server W2000

2002-06-18 Thread Efren Pedroza
ysql.com and the same problem, that I supose is that some service or variable I didn't setup on server or something else. Thanks for your help. Regards !!! -Original Message- From: MikeParton [mailto:[EMAIL PROTECTED]] Sent: Monday, June 17, 2002 8:29 PM To: Efren Pedroza Subject: R

Re: Installing MySQL on Server W2000

2002-06-18 Thread Victoria Reznichenko
Efren, Tuesday, June 18, 2002, 3:55:36 AM, you wrote: EP> Hi all, I'm installing MySQL Max 3.23 on a W2000 server, if I run the EP> application locally everything is fine, but I can't connect on any other EP> client Pc's (W98) is ther something else to do in a server, I just install EP> it with d

Re: Installing MySQL++

2002-06-07 Thread Richard Fox
Minor points: Why didn't you add -I/usr/include/mysql to compile options instead of changing to ? Try posting to [EMAIL PROTECTED] instead, it's low traffic but the correct list for mysql++ I upgraded to GCC 3.0.4 for other reasons and built mysql++ with that, and never ran into the errors you

Re: Installing mysql on Linux

2002-05-11 Thread sup-mysql
I am not really sure where it gets installed... nor that wether it is all installed on a single location. Try searching for it.. find / -name mysql Good Luck Ramon On Sat, 11 May 2002, Hoa Doan wrote: > > Hello, > > I'm trying to install mysql on RedHat Linux 7.0. I've downloaded the rpm.

Re: Installing mysql on Linux

2002-05-11 Thread Joseph Bueno
Hoa Doan wrote : > > Hello, > > I'm trying to install mysql on RedHat Linux 7.0. I've downloaded the rpm. > And I've install it using the command rpm -i "rpm name". Now my question > is. What directory is the program located in? > > Any help is greatly appreciated. > > Hoa > >

Re: Installing MySQL via RPM on RH72 (Involves Compiling PHP)

2002-04-18 Thread Daniel Negron/KBE
| | To: "Daniel Negron/KBE" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> | |

Re: Installing MySQL via RPM on RH72 (Involves Compiling PHP)

2002-04-18 Thread Jim Philips
It isn't generally a good idea to install one piece by rpm and another by compiling and installing. A straight compile and install will put things in different directories from an rpm install. You will have a hard time making it all work. You can go with rpm or compiling from source, but be con

RE: Installing Mysql 4.0.1 on Redhat 7.2 with PHP 4.0.6

2002-01-24 Thread Trond Eivind Glomsrød
On Thu, 24 Jan 2002, Shankar Unni wrote: > Should we take this offline? > > The Redhat packaging for MySQL calls it "mysql" (lowercase). MySQL AB's > packaging calls it "MySQL" (upper/mixed case). The layout in each of those > packages is quite different. But that wasn't the problem. > So ver

Re: Installing Mysql 4.0.1 on Redhat 7.2 with PHP 4.0.6

2002-01-24 Thread Trond Eivind Glomsrød
On Thu, 24 Jan 2002, Shankar Unni wrote: > Jim Lucas [jimmysql] wrote: > > > But I am installing all the apps from the RPM's that came from Redhat.com > > and Mysql.com and with the Redhat CD. Now shouldn't these all work > > together? > > Reasonable people would expect that, yes, but evidentl

Re: Installing Mysql 4.0.1 on Redhat 7.2 with PHP 4.0.6

2002-01-24 Thread Shankar Unni
Jim Lucas [jimmysql] wrote: > But I am installing all the apps from the RPM's that came from Redhat.com > and Mysql.com and with the Redhat CD. Now shouldn't these all work > together? Reasonable people would expect that, yes, but evidently the folks at Redhat are not talking to the folks at

Re: Installing Mysql 4.0.1 on Redhat 7.2 with PHP 4.0.6

2002-01-24 Thread Trond Eivind Glomsrød
On Thu, 24 Jan 2002, Jim Lucas [jimmysql] wrote: > Is this what you had to do? No, I don't do it. If you stay with the stable version of MySQL, you avoid this problem. MySQL 4 will show up in Red Hat Linux (at least the development tree when it's declared the) stable branch, and applications

Re: Installing Mysql 4.0.1 on Redhat 7.2 with PHP 4.0.6

2002-01-24 Thread Jim Lucas [jimmysql]
p with all the packages that i would have to recompile. Thanks Jim Lucas - Original Message - From: "Trond Eivind Glomsrød" <[EMAIL PROTECTED]> To: "Jim Lucas [jimmysql]" <[EMAIL PROTECTED]> Cc: "Mysql" <[EMAIL PROTECTED]> Sent: Thursday, Ja

Re: Installing Mysql 4.0.1 on Redhat 7.2 with PHP 4.0.6

2002-01-24 Thread Trond Eivind Glomsrød
On Wed, 23 Jan 2002, Jim Lucas [jimmysql] wrote: > But I am installing all the apps from the RPM's that came from Redhat.com The apps coming from Red Hat Linux work together. You have downloaded and installed a different (development ) version of MySQL. It's not compatible with the old one.

Re: Installing Mysql 4.0.1 on Redhat 7.2 with PHP 4.0.6

2002-01-23 Thread Jim Lucas [jimmysql]
s [jimmysql]" <[EMAIL PROTECTED]> Cc: "Mysql" <[EMAIL PROTECTED]> Sent: Wednesday, January 23, 2002 12:17 PM Subject: Re: Installing Mysql 4.0.1 on Redhat 7.2 with PHP 4.0.6 > "Jim Lucas [jimmysql]" <[EMAIL PROTECTED]> writes: > > > When I

Re: Installing Mysql 4.0.1 on Redhat 7.2 with PHP 4.0.6

2002-01-23 Thread Trond Eivind Glomsrød
"Jim Lucas [jimmysql]" <[EMAIL PROTECTED]> writes: > When I tried installing MySQL 4.0.1 it said that I had conflicts. > > It listed the file libmysqlclient.so.10 as being needed by 5 different > progs. > > [root@office2 RPMS]# rpm -Uvh MySQL-shared-4.0.1-2.i386.rpm > error: failed dependencies

RE: installing mysql 3.23.43 - unrecognized option

2001-10-30 Thread Paul DuBois
At 10:32 AM -0500 10/30/01, Douglas B. Jones wrote: >Hi, > >My /etc/my.cnf has the 'password' line commented out. >Also, according to the instructions, that files is >not copied over yet at the time one does the db >install command: mysql_install_db. > >Any ideas? It may be in another configurati

RE: installing mysql 3.23.43 - unrecognized option

2001-10-30 Thread Douglas B. Jones
h the same idea. > -Original Message- > From: Paul DuBois [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 30, 2001 10:10 AM > To: Douglas B. Jones; [EMAIL PROTECTED] > Cc: Douglas B Jones > Subject: Re: installing mysql 3.23.43 - unrecognized option > > >

Re: installing mysql 3.23.43 - unrecognized option

2001-10-30 Thread Sinisa Milivojevic
Douglas B. Jones writes: > Hi, > > On Tru64 5.1, I am trying to install mysql 3.23.43. I follow > the steps in section 2.3 of running scripts/mysql_install_db. > It comes back with the error: > > /usr/local/mysql-test/libexec/mysqld: unrecognized option `--password=reqid' > > a password I never

Re: installing mysql 3.23.43 - unrecognized option

2001-10-30 Thread Paul DuBois
At 9:51 AM -0500 10/30/01, Douglas B. Jones wrote: >Hi, > >On Tru64 5.1, I am trying to install mysql 3.23.43. I follow >the steps in section 2.3 of running scripts/mysql_install_db. >It comes back with the error: > >/usr/local/mysql-test/libexec/mysqld: unrecognized option `--password=reqid' > >a

RE: installing mysql

2001-08-24 Thread Paul Foxton
ok, I'm not 100% sure about this but I've had what I think may be a similar prob trying to get MySQL working with a radius server - header files and shared libraries not being found by the radius server compile. I _THINK_ its because when you install from a rpm of the binary you don't get the hea

Re: installing mysql - what should go where [linuxppc]

2001-08-23 Thread George Pitcher
Sorry, one more thing occurred to me. Should I install these in any particularorder? George - Original Message - From: George Pitcher <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 24, 2001 7:37 AM Subject: installing mysql - what should go where [linuxppc] > Hi all,

Re: Installing MySQL on Linux 7.1

2001-08-10 Thread Cristian Paslaru
On Fri, 10 Aug 2001, Alan wrote: > I'm a starter to Linux. > I've downloaded the MySQL-3.23.40-1 for my Linux OS. > They are in .rpm form. How can I install the software properly on Linux? > I try to follow the instructions mentioned in manual.txt but it didn't work. > Can you help me and tell my

Re: Installing MySQL on Linux 7.1

2001-08-10 Thread louie miranda
rpm -i mysql.rpm ? louie miranda (axishift.ath.cx) --- Security is not a product - It is a Process - Original Message - From: "Alan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 10, 2001 3:45 PM Subject: Installing MySQL on Linux 7.1

Re: Installing mysql-3.23.40 on Solaris 2.6

2001-08-08 Thread Sinisa Milivojevic
Emmanuel Tubacher writes: > Hi, > > I am new to this list -and somehow to Mysql- so apologies if this topic > already > been covered (list archives ?? where ??). > > I try to install a mysql 3.23.40 version on a Solaris 2.6 with gcc > 2.95.2 and > it just won't complete compilation or even confi

Re: installing mysql

2001-07-27 Thread Stefan Hinz
Dear Stroker Dog, why don't you just get PHP Triade Setup? It will install Apache, PHP, Perl, and MySQL on a Windows machine. Tried it out, works great. No configuration at all. Simply restart Windows, and web server, php interpreter and MySQL server will be up and running :) http://sourceforge.

Re: installing mysql

2001-07-27 Thread sjs
Thanks Stefan, I really appreciate your help! Susan - Original Message - From: "Stefan Hinz" <[EMAIL PROTECTED]> To: "sjs" <[EMAIL PROTECTED]>; "Stefan Hinz" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 8:43 AM

Re: installing mysql

2001-07-27 Thread Stefan Hinz
;[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 1:23 AM Subject: Re: installing mysql > Hi Stefan, > Thank You very much for this message to Maggie regarding installation to a > Windows 2000 system. > I am a neophite and have been lost. I am now partially found!!! > My question

Re: installing mysql

2001-07-27 Thread Heikki Tuuri
Hi! You are obviously running a 3.23.38 binary. Sorry, the executable mysqld.exe was in that version accidentally compiled with __NT__ defined, which means that mysqld.exe does not work on Win 98. Use mysqld-max.exe from the same distribution, or download 3.23.39 from www.mysql.com. InnoDB does

Re: installing mysql

2001-07-27 Thread shiuwaitai
tion in Windows". Then find your version. - Original Message - From: "sjs" <[EMAIL PROTECTED]> To: "Stefan Hinz" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 7:23 AM Subject: Re: installing mysql Hi Stefan, Thank You very mu

Re: installing mysql

2001-07-27 Thread sjs
- Original Message - From: "Stefan Hinz" <[EMAIL PROTECTED]> To: "Maggie Cheang" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 25, 2001 10:23 AM Subject: Re: installing mysql > Dear Maggie, > > http://mysql.com/Downloads/MySQL-3.23/mys

  1   2   >