Install problem on MySQL Enterprise Monitor on linux

2012-10-17 Thread Bheemsen Aitha
I tried to install the mysql monitor, but stumbled on some problems. Here is what I did. 1. Installed a second instance of mysql server on one of our servers into a different folder rather than into the regular folder because there is already another instance of mysql server running on the same

Re: Install problem: log file issue

2009-02-13 Thread Paul DuBois
On Feb 12, 2009, at 6:28 PM, csego...@gmail.com wrote: Andy, Michael, and Walter - thank you! Adding a [mysqld_safe] group to my.cnf gets me further but the start still fails. The good thing is that the failure is no longer due to the inability to write the log file. The [mysqld_safe] sect

Re: Install problem: log file issue

2009-02-12 Thread csego...@gmail.com
Andy, Michael, and Walter - thank you! Adding a [mysqld_safe] group to my.cnf gets me further but the start still fails. The good thing is that the failure is no longer due to the inability to write the log file. The [mysqld_safe] section of my.cnf reads: [mysqld_safe] port= 3306 so

Re: Install problem: log file issue

2009-02-12 Thread Walter Heck
I haven't looked into it in detail an don't have time right nw, but it is also hardcoded in mysqld_safe. I have seen a case where it had to be changed there to make it work. try that and please report back :) Walter OlinData: Professional services for MySQL Support * Consulting * Administration h

Re: Install problem: log file issue

2009-02-12 Thread csego...@gmail.com
Andy, Thanks for the suggestion. my_print_defaults mysqld indicates that it is reading my my.cnf. Furthermore, I have tried both the log and log-output variables in my.cnf with no success. Any other ideas? Thanks! C Andy Smith wrote: > It could be that your my.cnf isn't being read (permiss

Re: Install problem: log file issue

2009-02-12 Thread Andy Smith
It could be that your my.cnf isn't being read (permissions or in the wrong directory), or that you have multiple my.cnf files. Quoting "csego...@gmail.com" : That is intentional. I want to write the log to a non-standard location. --

Re: Install problem: log file issue

2009-02-12 Thread csego...@gmail.com
That is intentional. I want to write the log to a non-standard location. Thanks! C fire9 wrote: > Colin, > hi, so I think your mysql account doesn't have access /var/log/ > directory Permission. > > > Yours, > fire9 > ÔÚ 2009-2-13£¬ÉÏÎç1:02£¬ csego...@gmail.com > дµ

Re: Install problem: log file issue

2009-02-12 Thread fire9
Colin, hi, so I think your mysql account doesn't have access /var/log/ directory Permission. Yours, fire9 在 2009-2-13,上午1:02, csego...@gmail.com 写道: In the process of installing MySQL 5.1.31, I receive the following error when I attempt to start mysqld_safe: 090212 10:57:40 mysqld_safe L

Install problem: log file issue

2009-02-12 Thread csego...@gmail.com
In the process of installing MySQL 5.1.31, I receive the following error when I attempt to start mysqld_safe: 090212 10:57:40 mysqld_safe Logging to '/var/log/mysqld.log'. 090212 10:57:40 mysqld_safe Starting mysqld daemon with databases from /app/mysql/data /app/mysql/bin/mysqld_safe: line 96: /v

Re: Install problem: configure --prefix not working

2009-02-11 Thread Walter Heck
/var/lib/mysql is the standard loation for the data_file_path, the data directory. change it in my.cnf. var/log is the default location for log files, also changeable in the config file. Walter OlinData: Professional services for MySQL Support * Consulting * Administration http://www.olindata.co

Install problem: configure --prefix not working

2009-02-11 Thread csego...@gmail.com
I am trying to install mysql in a non-standard directory - specifically /app/mysql Subsequently, I ran the following configure command: ./configure --prefix=/app/mysql --with-plugins=innobase,myisam There were no problems with the compile, but mysql failed to start. Furthermore, the following ou

Re: MySQL 5.0.22 install problem with NetBSD

2006-07-30 Thread Abdullah Ibn Hamad Al-Marri
I guess MySQL should make binary for NetBSD too. - Original Message From: Clay R White <[EMAIL PROTECTED]> To: mysql@lists.mysql.com Sent: Sunday, July 30, 2006 2:01:58 AM Subject: MySQL 5.0.22 install problem with NetBSD From: [EMAIL PROTECTED] To: mysql@lists.mysql.com Subject:

MySQL 5.0.22 install problem with NetBSD

2006-07-29 Thread Clay R White
From: [EMAIL PROTECTED] To: mysql@lists.mysql.com Subject: MySQL 5.0.22 install problems with NetBSD >Description: Started the install (new install). Reached the step: "scripts/mysql_install_db --user=mysql". Recieved the following errors: scripts/mysql_install_db: line 86: ./bin/my_print_defaults

Re: MySQL 4.1 Win 2003 server install problem

2005-06-24 Thread Ashok Kumar
hi, if u'r uninstalled the mysql and try to reinstalling means, try the following. 1.Delete all the corresponding files that are created by the prev installation after the uninstallation. 2.Install the MySQL again. Now it'll work. This is due to some configuration prob between the prev and new

MySQL 4.1 Win 2003 server install problem

2005-06-24 Thread Carlos J Souza
Dear Friends, Iam trying to install MySQL 4.1.2 in Windows 2003 Server, and on error occurs when installation try a start de service. The service does not start and installation don't finish. I Need a help about it. Regards for all. -- MySQL General Mailing List For list archives: http://l

anyone know any AIX experts for install problem.

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

Re: Install Problem on Fedora Core 2 w/ ver 4.0.21

2004-09-28 Thread Jigal van Hemert
From: "Dennis Skinner" <[EMAIL PROTECTED]> > http://lists.mysql.com/mysql/168700 I've been searching through the 15502 messages from this list that I have archived since Jan 16, 2004 but I must've missed this one... Thanks for looking it up! Regards, Jigal. -- MySQL General Mailing List For

Re: Install Problem on Fedora Core 2 w/ ver 4.0.21

2004-09-28 Thread Egor Egorov
"Jigal van Hemert" <[EMAIL PROTECTED]> wrote: >> > 040925 21:50:34 Warning: Asked for 196608 thread stack, but got 126976 >> Databases are installed. You can ignore the above warning. > > Egor, > > 1) A warning usually indicates an error that has limited impact on the > system, but still an erro

Install Problem on Fedora Core 2 w/ ver 4.0.21

2004-09-25 Thread Kevin_karigna
I was attempting to install mysql ver. 4.0.21 when I encountered a premature ending to the install as shown here: [EMAIL PROTECTED] mysql]# scripts/mysql_install_db --user=mysql Installing all prepared tables 040925 21:50:34 Warning: Asked for 196608 thread stack, but got 126976 040925 21:50:34 .

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: install problem

2004-02-24 Thread Maria Yndefors
Thanks for the help, changing the privileges and resetting the root password I managed to log in. Best Regards /Maria Yndefors -Original Message- From: Victoria Reznichenko [mailto:[EMAIL PROTECTED] Sent: den 24 februari 2004 14:14 To: [EMAIL PROTECTED] Subject: Re: install problem

Re: install problem

2004-02-24 Thread Victoria Reznichenko
"Maria Yndefors" <[EMAIL PROTECTED]> wrote: > Hi, > No I have not have MySql installed before and I am using version 1.4, > but I used an my.cnf from another host with mysql 3.x > > Now I can't even manage to start it I get the following in the log file > > 040224 14:39:01 mysqld started > 04022

RE: install problem

2004-02-24 Thread Maria Yndefors
D] Sent: den 24 februari 2004 11:15 To: [EMAIL PROTECTED] Subject: Re: install problem "Maria Yndefors" <[EMAIL PROTECTED]> wrote: > Hi, Thanks for the fast reply, > > I have not set the root password and I get the same result > > [EMAIL PROTECTED] gms]# mysql -u r

Re: install problem

2004-02-24 Thread Nitin Mehta
are you using MySql 4.x? try only >mysql Hope that helps Nitin - Original Message - From: "Davut Topcan" <[EMAIL PROTECTED]> To: "Maria Yndefors" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, February 24, 2004 3:37 PM Subject: F

Re: install problem

2004-02-24 Thread Victoria Reznichenko
"Maria Yndefors" <[EMAIL PROTECTED]> wrote: > Hi, Thanks for the fast reply, > > I have not set the root password and I get the same result > > [EMAIL PROTECTED] gms]# mysql -u root -p > Enter password: > ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: > NO) > Do you ha

Fw: install problem

2004-02-24 Thread Davut Topcan
Hi, From: "Maria Yndefors" <[EMAIL PROTECTED]> Sent: Tuesday, February 24, 2004 11:54 AM > I have not set the root password and I get the same result hmm.. You should set root password :) Regards, Jack.. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscri

Re: install problem

2004-02-24 Thread Victoria Reznichenko
"Maria Yndefors" <[EMAIL PROTECTED]> wrote: > I have installed the mysql server and client on an RedHat 7.3 but after > installation I can't login as root. The message I get is: > > I installed by using rpms > > > mysql -u root mysql > >ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Us

RE: install problem

2004-02-24 Thread Maria Yndefors
rom: Davut Topcan [mailto:[EMAIL PROTECTED] Sent: den 24 februari 2004 10:48 To: Maria Yndefors Cc: [EMAIL PROTECTED] Subject: Re: install problem Hi From: "Maria Yndefors" <[EMAIL PROTECTED]> Sent: Tuesday, February 24, 2004 11:35 AM > mysql -u root mysql > > ERROR 10

Re: install problem

2004-02-24 Thread Davut Topcan
Hi From: "Maria Yndefors" <[EMAIL PROTECTED]> Sent: Tuesday, February 24, 2004 11:35 AM > mysql -u root mysql > > ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: > NO) Try of following; - #mysql -u root -p password - connected in then

install problem

2004-02-24 Thread Maria Yndefors
Hi! I have installed the mysql server and client on an RedHat 7.3 but after installation I can't login as root. The message I get is: I installed by using rpms mysql -u root mysql ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: NO) The access rights to the /var/l

Install Problem on AIX 4.3.3

2004-02-11 Thread sgo
I did a search of the list before posting. Noticed several others having the same issue, but could not find a resolution in any of the posts. I seem to be having some clib problems with the current AIX mysql binary (AIX 4.3.3, mysql-standard 4.0.17 (ibm c++ compiled) -- downloaded on 02/11/200

4.0.14 install problem: mysqld crashes

2003-08-27 Thread Gary Cote
>Description: I've recently compiled mysql 4.0.14 on redhat 8.0. The installation fails, however, when running mysql_install_db. I've attached a transcript below. I gather from searching the 'net that this isn't an entirely unusual thing to happen, and is likely the result of some misconfiguratio

RE: Linux install problem

2003-06-10 Thread Steve Mansfield
>>I'll bet you didn't run mysql_install_db with the --user=mysql option. chown -R mysql.mysql /var/lib/mysql should do the trick. That's right, because I didn't see anything to that effect in the manual, although the manual is a little confusing at this point. Following another post (not in respon

Re: Linux install problem

2003-06-09 Thread gerald_clark
Steve Mansfield wrote: Having run MySQL successfully for a while in a WAMP environment, I'm trying to set up on Linux now (and am a real Linux newbie). I'm using the 4.3.1 version that came as an RPM with SuSE 8.2. The problem is - it doesn't work. Here's where the various elements have installe

Linux install problem

2003-06-08 Thread Steve Mansfield
Having run MySQL successfully for a while in a WAMP environment, I'm trying to set up on Linux now (and am a real Linux newbie). I'm using the 4.3.1 version that came as an RPM with SuSE 8.2. The problem is - it doesn't work. Here's where the various elements have installed to: /usr/bin vario

Re: RedHat 8.0 and MySQL 3.23.55 install problem

2003-02-11 Thread Csongor Fagyal
I get this message back: Failed dependencies: MySQL-DBI-perl-bin is needed by MySQL-bench-3.23.55-1 I know I have this dependency installed, but I think I know where the problem is just not sure how to fix it. Here is what I get when I do a 'rpm -qa | grep DBI-perl': Mysql-DBI-perl-bin-1.182

RedHat 8.0 and MySQL 3.23.55 install problem

2003-02-11 Thread Wes Hegge
I am having problems installing MySQL 3.23.55 on RedHat 8.0. The version that came with RedHat will not let me remotely login. I found a thread at RedHat that said that this is a known problem. One of the suggestions was to upgrade MySQL. That is what I am attempting to do. This is what happens

Re: install problem... (permissions?)

2003-01-13 Thread Diana Soares
: +49 30 7970948-0 Fax: +49 30 7970948-3 > > - Original Message - > From: "Christopher Bergeron" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, January 11, 2003 7:29 PM > Subject: install problem... (permissions?) > > > &

Re: install problem... (permissions?)

2003-01-11 Thread Stefan Hinz, iConnect \(Berlin\)
MAIL PROTECTED]> Sent: Saturday, January 11, 2003 7:29 PM Subject: install problem... (permissions?) > Hey guys, I'm having a little problem with my new mysql installation. I > built from source, and everything built find and installed okay (I > think). Here's the problem:

install problem... (permissions?)

2003-01-11 Thread Christopher Bergeron
Hey guys, I'm having a little problem with my new mysql installation. I built from source, and everything built find and installed okay (I think). Here's the problem: when I start safe_mysqld it just ends. Here's the snippet from my error log: /usr/local/libexec/mysqld: File './proto2-bin.1

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: Install Problem

2002-10-08 Thread Egor Egorov
Daniel, Tuesday, October 08, 2002, 2:18:31 AM, you wrote: DM> I have been trying to install the DM> mysql-3.23.52-pc-linux-gnu-i686.tar.gz on my SUSE Linux 7.3 machine. DM> Everything seems to be going smoothly until I entered the command DM> ./scripts/mysql_install_db DM> I got this output w

Re: Install Problem

2002-10-07 Thread John Coder
On Mon, 2002-10-07 at 19:18, Daniel Miller wrote: > > I have been trying to install the > mysql-3.23.52-pc-linux-gnu-i686.tar.gz on my SUSE Linux 7.3 machine. > Everything seems to be going smoothly until I entered the command > > ./scripts/mysql_install_db > > I got this output which i belie

Install Problem

2002-10-07 Thread Daniel Miller
I have been trying to install the mysql-3.23.52-pc-linux-gnu-i686.tar.gz on my SUSE Linux 7.3 machine. Everything seems to be going smoothly until I entered the command ./scripts/mysql_install_db I got this output which i believe is ok; cords-orj86jfje:/usr/local/mysql/mysql # ./scripts/m

install problem

2002-07-23 Thread richard . mail
Dear list, I’ve been trying to install mysql 4.0.2. alpha. The configuration is going well. That also count’s for the “make” command. But when I run the “make test” command I’m getting the following error: ERROR: /down/mysql-4.0.2-alpha/mysql-test/var/run/master.pid was not created in 30 s

install problem

2002-07-23 Thread Richard Pijnenburg
Dear list, I've been trying to install mysql 4.0.2. alpha. The configuration is going well. That also count's for the "make" command. But when I run the "make test" command I'm getting the following error: ERROR: /down/mysql-4.0.2-alpha/mysql-test/var/run/master.pid was not created in 30 second

Re: install problem

2002-07-23 Thread Dicky Wahyu Purnomo
Pada Tue, 23 Jul 2002 03:20:54 +0200 "Richard Pijnenburg" <[EMAIL PROTECTED]> menulis : > Dear list, > > I've been trying to install mysql 4.0.2. alpha. > > The configuration is going well. > That also count's for the "make" command. > But when I run the "make test" command I'm getting the foll

install problem

2002-07-22 Thread Richard Pijnenburg
Dear list, I've been trying to install mysql 4.0.2. alpha. The configuration is going well. That also count's for the "make" command. But when I run the "make test" command I'm getting the following error: ERROR: /down/mysql-4.0.2-alpha/mysql-test/var/run/master.pid was not created in 30 second

Fw: Minor install problem w/max-4.0.2

2002-07-12 Thread Larry Irwin
Concerning mysql-max-4.0.2-alpha-pc-linux-gnu-i686.tar.gz on SuSE 7.3 If you cd /usr/local and unpack the tarball then create a symlink to mysql, cd into mysql and run ./bin/mysqld.safe the daemon can't locate mysql-max-4.0.2-alpha-pc-linux-gnu-i686/share/mysql/english/errmsg.sys. If you rem

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: Install problem!

2002-04-29 Thread Egor Egorov
João, Saturday, April 27, 2002, 5:29:54 PM, you wrote: JPS> Some time ago I have installed MySQL and after a JPS> short period of time I uninstalled it. JPS> Now when I try to install it again the installshield JPS> makes a sound (like a warning) show a message box to JPS> quickly (it disappea

Install problem!

2002-04-27 Thread João Paulo Silva
Hello there. Some time ago I have installed MySQL and after a short period of time I uninstalled it. Now when I try to install it again the installshield makes a sound (like a warning) show a message box to quickly (it disappears right after) and don’t install MySQL. I’m using windowsxp pro

Re: Install problem

2002-04-08 Thread Dicky Wahyu Purnomo
On Mon, 08 Apr 2002 21:04:36 -0500 "Terry & Cheryl Haimann" <[EMAIL PROTECTED]> wrote: > I have installed mysql-3.23.49a from an rpm(both the development and the client) on >a Redhat 7.1 system. After installation I > ran the mysql_install_db. Now everytime I try to run any of the client progr

Install problem

2002-04-08 Thread Terry & Cheryl Haimann
I have installed mysql-3.23.49a from an rpm(both the development and the client) on a Redhat 7.1 system. After installation I ran the mysql_install_db. Now everytime I try to run any of the client programs, I get an illegal instruction(core dump.) What do I need to do to make this a working

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

Super-smack install problem

2002-03-09 Thread george
Warning Unable to process data: multipart/mixed; boundary="--==_846811060==_"

MySQL ver 3.23.47 install Problem

2002-03-07 Thread Sk Islam
Dear sir I have a problem to install MySQL for windows on my standalone PC. When I run 'WINMYSQLADMIN.EXE' from dos prompt or windows explorer then it did not run and gives and error message 'Access violation at address 00040298D in module 'WINMYSQLADMIN.EXE'. Read of address ' when I pr

RE: source install problem - solaris2.6

2002-03-06 Thread Salada, Duncan
uncan Salada | Titan | www.titan.com/testeval Email: [EMAIL PROTECTED] | Voice: 301-925-3222x375 | Fax: 301-925-3216 > -Original Message- > From: Salada, Duncan [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 06, 2002 8:14 AM > To: '[EMAIL PROTECTED]' >

source install problem - solaris2.6

2002-03-06 Thread Salada, Duncan
Hello all, I am having some problems with installing 3.23.49 from source. Below is the output from mysqlbug with my additions to help explain the problem. Any help would be great - my experience with this kind of stuff is not that great. >Description: I am trying to upgrade from 3.20.3

Strange install problem

2002-02-15 Thread Jan . Albrecht
Hi, after ./configure, make, make install of Version 4.0.1-alpha I executed the mysql_install_db script to finish the installation of mysql. The script says I should execute the commands $/mysql/bin/mysqladmin -u root password 'mypass' $/mysql/bin/mysqladmin -u root -h admin08-1 password 'mypass'

Install problem

2002-02-02 Thread Egor Egorov
HQ, Saturday, February 02, 2002, 1:46:37 AM, you wrote: H> Dear all, H> I am new to MySQL. H> I have just installed the rpm package of mySQL on my RedHat Linux, but H> found many problems. First, I can not run the following command: H> mysqladmin -u root password "Mypasswd" H> Second

Install problem

2002-02-01 Thread HQ
Dear all, I am new to MySQL. I have just installed the rpm package of mySQL on my RedHat Linux, but found many problems. First, I can not run the following command: mysqladmin -u root password "Mypasswd" Second, it does not allow me to create any databases. I can log in using "mysql

Linux Install Problem

2002-01-09 Thread Kevin Smith
Hi, Can anyone shed some light on this problem I got when trying to compile on a Linux platform? /usr/local/mysql/lib/mysql ../libmysql/.libs/libmysqlclient.so: undefined reference to `atexit' collect2: ld returned 1 exit status Thanks, Kevin -

Re: MySQL RPM Install Problem - Ignorance

2001-12-31 Thread DWilliams
back to a "roomier" /home directory. Thanks, Dennis Williams - Original Message - From: "Trevor Forrester" <[EMAIL PROTECTED]> To: "DWilliams" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, December 31, 2001 12:59 AM Subject: RE

RE: MySQL RPM Install Problem - Ignorance

2001-12-30 Thread Trevor Forrester
- From: DWilliams [mailto:[EMAIL PROTECTED]] Sent: Monday, 31 December 2001 2:56 AM To: [EMAIL PROTECTED] Subject: MySQL RPM Install Problem - Ignorance Hi all, I have recently installed a MySQL server and client RPM 3.23.47 on a Linux system. The system that I am setting up is a Cobalt R

Re: MySQL RPM Install Problem - Ignorance

2001-12-30 Thread DWilliams
uot; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, December 30, 2001 3:29 PM Subject: Re: MySQL RPM Install Problem - Ignorance > At 14:37 -0600 2001/12/30, DWilliams wrote: > >Robert, > > > >Thanks for the tips... > > > >>>1. create

Re: MySQL RPM Install Problem - Ignorance

2001-12-30 Thread Robert Alexander
At 14:37 -0600 2001/12/30, DWilliams wrote: >Robert, > >Thanks for the tips... > >>>1. create a symlink at /var/lib/mysql that points to your data directory<< > >I had read that this was not the best way prior to v4.0, something about an >"alter table" statement might ignore the symlink? I've use

Re: MySQL RPM Install Problem - Ignorance

2001-12-30 Thread DWilliams
o this...but I opted for the RPM instead. I guess that is why I have these sort of configuration difficulties. Thanks again, Dennis Williams - Original Message - From: "Robert Alexander" <[EMAIL PROTECTED]> To: "DWilliams" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECT

Re: MySQL RPM Install Problem - Ignorance

2001-12-30 Thread Robert Alexander
Hi Dennis, There's several ways you can move the datafile location: 1. create a symlink at /var/lib/mysql that points to your data directory 2. you can change or add the 'datadir' variable in your my.cnf file (usually /etc/my.cnf) see: http://www.mysql.com/doc/C/o/Configuring_MySQL.html 3. you

MySQL RPM Install Problem - Ignorance

2001-12-30 Thread DWilliams
Hi all, I have recently installed a MySQL server and client RPM 3.23.47 on a Linux system. The system that I am setting up is a Cobalt RAQ4, first time for me to install MySQL on Linux. The installed datadir turned out to be /var/lib/mysql. I get errors when trying to move a very large MySQL d

RE: Newbie install problem

2001-12-26 Thread Carsten H. Pedersen
> I've just downloaded and installed the rpm (to RH7.1), thus: > >PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! >This is done with: >/usr/bin/mysqladmin -u root -p password 'new-password' >/usr/bin/mysqladmin -u root -h potty.coho -p password 'new-password' There

Re: Newbie install problem

2001-12-26 Thread Luis A
You know what i download a different on. go to rpmfind.net do a mysql search. also down load the client plus the common ... it should work. if you have trouble let me know ok ... Luis On Wed, 2001-12-26 at 10:09, Richard Lyons wrote: > I've just downloaded and installed the rpm (to RH7.1),

Newbie install problem

2001-12-26 Thread Richard Lyons
I've just downloaded and installed the rpm (to RH7.1), thus: # rpm -iv MySQL-3.23.46-1.i386.rpm Preparing packages for installation... MySQL-3.23.46-1 Preparing db table Preparing host table Preparing user table Preparing func table Preparing tables_priv table Preparing

Re: Install Problem

2001-11-28 Thread Boyd Lynn Gerber
On Wed, 28 Nov 2001, Arp, Jo-An wrote: > This all started when the Boss asked for Mysql...and perl...and... > > I started by updating the installation of gcc (2.95). No problems. > I installed perl (5.005_03) with gcc, again no problems. > Except for gcc, no other configure flags were given to per

Install Problem

2001-11-28 Thread Arp, Jo-An
This all started when the Boss asked for Mysql...and perl...and... I started by updating the installation of gcc (2.95). No problems. I installed perl (5.005_03) with gcc, again no problems. Except for gcc, no other configure flags were given to perl. Someone else installed a binary distributi

Re: install problem

2001-07-12 Thread Sinisa Milivojevic
VIDAL Thomas writes: > Hello, > > I have a problem to install Mysql Source (3.23.39) I have gcc (2.96) but > at the start ./configure i have : > > cheking for gcc... gcc > checking whether the c compiler (gcc ) works... no > configure: error: ... C compiler cannot create executable > > > C

install problem

2001-07-12 Thread VIDAL Thomas
Hello, I have a problem to install Mysql Source (3.23.39) I have gcc (2.96) but at the start ./configure i have : cheking for gcc... gcc checking whether the c compiler (gcc ) works... no configure: error: ... C compiler cannot create executable Can you help me please ?? Must i install an

Re: install problem

2001-06-12 Thread oltra jean-michel
> Installing mysql on solaris 6 sun4u sparc SUNW,Ultra-5_10 > release: > > -- mysql-3.23.38.tar.gz > > via > ./configure --prefix=/dir --with-low-memory Is that really what you type: --prefix=/dir ? strange name for a DIRectory? Can be a reserved word. > make > make install > > I get to: > > ya

install problem

2001-06-11 Thread Sonia Van Tassel
Hi all, Installing mysql on solaris 6 sun4u sparc SUNW,Ultra-5_10 release: -- mysql-3.23.38.tar.gz via ./configure --prefix=/dir --with-low-memory make make install I get to: yacc -d sql_yacc.yy && mv y.tab.c sql_yacc.cc "sql_yacc.yy", line 71: fatal: invalid escape, or illegal reserved wo

Re: Mysql DBI install problem

2001-06-11 Thread Brooklyn Linux Solutions
Yes That was the trouble. Thanks I just upgraded the entire thing while I was at it, perl 5.6, DBI, mod_perl, embperl Thank you very much. I thought I did get the latest version. Maybe I go a pre-release version. Ruben On 2001.06.11 11:06:01 -0400 Dave FitzPatrick wrote: Ruben, I ran

Re: Mysql DBI install problem

2001-06-11 Thread Dave FitzPatrick
Ruben, I ran into the same thing on a Compaq Tru64 box last week. Version 1.1835 of the Msql-Mysql-modules is WAY out of date. For some reason it is still listed in the CPAN database if you try to install Bundle::Mysql or Bundle::Msql. Try again by: cpan> install J/JW/JWIED/Msql-Mysql-modu

Mysql DBI install problem

2001-06-11 Thread Brooklyn Linux Solutions
I have a slackware box with Apache Perl 5.6, DBI and mod_perl. I can't get the MYSQL DBI module to install. It's dieing on this line. I'm very perplexed. Ruben umask -a Linux vidor 2.2.13 #127 Thu Oct 21 13:13:20 CDT 1999 i686 unknown make[1]: Entering directory `/root/.cpan/build/Msql-Mys

mysql DBI install problem

2001-06-07 Thread Brooklyn Linux Solutions
I have a slackware box with Apache Perl 5.6, DBI and mod_perl. I can't get the MYSQL DBI module to install. It's dieing on this line. I'm very perplexed. Ruben umask -a Linux vidor 2.2.13 #127 Thu Oct 21 13:13:20 CDT 1999 i686 unknown make[1]: Entering directory `/root/.cpan/build/Msql-Mys

Re: New install Problem

2001-06-05 Thread Sinisa Milivojevic
rjtalbo writes: > Paul > I am a newbie regarding MySQL but have been using Postgresql, DB2 and > for years Sybase.. > My installations are Linux (Caldera 2.3 & 2.4), OS/2 and WinNt. > My needs are a lan / Wan database..encompassing above OS's. > Problems: DB2 in Lan format too expensive >

New install Problem

2001-06-04 Thread rjtalbo
Paul I am a newbie regarding MySQL but have been using Postgresql, DB2 and for years Sybase.. My installations are Linux (Caldera 2.3 & 2.4), OS/2 and WinNt. My needs are a lan / Wan database..encompassing above OS's. Problems: DB2 in Lan format too expensive Postgresql w/ JDBC will not

Install problem

2001-05-26 Thread [EMAIL PROTECTED]
Hi, I try to install mysql 3.23.27-beta, but when i execute ./configure --prefix=/usr/local/mysql i ha ve an error message saying that it can't create executable file so i install gcc 2.95.2 and make 3.77, but it's same What can i do? François

Re: Install problem

2001-05-08 Thread David
> I am having a problem installing the MyODBC drivers. I run setup but > nothing happens. Any ideas? > > David [EMAIL PROTECTED] wrote: > Your message cannot be posted because it appears to be either spam or > simply off topic to our filter. To bypass the filter you must include > one of the f

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

Re: Install problem

2001-05-03 Thread Rolf Hopkins
lib/mysql - Original Message - From: "Dane Knudson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 9:59 Subject: Install problem I have installed MySQL by running mysql_install_db after completing the installation of RH Linux 7.1 from scratch.

Install problem

2001-05-03 Thread Dane Knudson
I have installed MySQL by running mysql_install_db after completing the installation of RH Linux 7.1 from scratch. The file seems to indicate that it installs OK. When I try to start the server from the command line it get a message that says "Starting mysqld daemon with databases from /var/lib

Re: more on the install problem

2001-04-12 Thread Gerald Clark
Well, where IS the socket? If it is not where mysqladmin is looking, then you should add to /etc/my.cnf: [client] socket=/tmp/mysql.sock Substituting the correct full path/name for the socket. Make sure /etc/my.cnf is world readable. Mike Millner wrote: > > I've narrowed it down some. I'm no

more on the install problem

2001-04-11 Thread Mike Millner
I've narrowed it down some. I'm not finding the answer in archives. From the manual I found these commands: shell> mysqladmin version shell> mysqladmin variables shell> mysqladmin -h `hostname` version variables shell> mysqladmin -h `hostname` --port=3306 version shell> mysqladmin -h 'ip for your

Re: install problem

2001-04-11 Thread Rolf Hopkins
- Original Message - From: "Mike Millner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 12, 2001 10:49 Subject: install problem > Hello, > I just installed mysql 3.23.36 on a Debian Potato system. I know your going > to tell me to r

install problem

2001-04-11 Thread Mike Millner
Hello, I just installed mysql 3.23.36 on a Debian Potato system. I know your going to tell me to read the manual. I have been and will continue. Any help would be greatly appreciated. Thanks, Mike I have (at least) two problems When I do a ps-ef | grep mysqld: root 19004 25880 0 20:04 pts

solaris 2.6 install problem

2001-03-27 Thread Greg Wejrowski
I can get the basic compiled version installed, but when I run scrpits/mysql_install_db I get the following error. ld.so.1: ./bin/mysql: fatal: libcrypt_i.so.1: open failed: No such file or directory. I'm a neebie when it come to Solaris sysadmin.. I've done a find and can locate a file called li

  1   2   >