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

installing mysql from src

2012-11-16 Thread Érico
instead of hostnames when specifying MySQL privileges ! Installing MySQL system tables... 121116 14:53:47 [Note] Buffered information: Performance schema disabled (reason: start parameters). 121116 14:53:47 [ERROR] Column count of mysql.proc is wrong. Expected 20, found 16. Created with MySQL 50080, now

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
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

Re: Installing Mysql Workbench

2012-02-16 Thread Adarsh Sharma
. Yacc 3. Bison 4. Flex These packages of appropriate version must be installed on your linux. On Thu, Feb 16, 2012 at 2:04 PM, Adarsh Sharma adarsh.sha...@orkash.com wrote: Any update on the issue Dear all, Today I am facing some issues while installing mysql

Installing Mysql Workbench

2012-02-15 Thread Adarsh Sharma
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.37-src/ext/scintilla/gtk

Installing Mysql-Workbench

2012-02-09 Thread Adarsh Sharma
Dear All, I researched about data modelling designing Schema diagrams need a tool to design Schema diagrams. Today i download the source code of Mysql-Workbench ( mysql-workbench-gpl-5.2.37-src ), but when i run the ./configure command i am facing the below issue :- checking for GNOME...

Problem installing python MySQLdb on Mac OS X Version 10.5.8

2012-01-09 Thread Larry Martell
this, and found this page: http://stackoverflow.com/questions/3061277/python-mysql-wrong-architecture-error Following the instructions there I found that I did indeed have the 64 bit MySQL and a 32 bit python. I rectified that by deleting the 64-bit install and then installing the 32-bit. Here's

Re: Problem installing python MySQLdb on Mac OS X Version 10.5.8

2012-01-09 Thread Larry Martell
rectified that by deleting the 64-bit install and then installing the 32-bit. Here's confirmation of that: $ python -c 'import platform; print platform.platform()' Darwin-9.8.0-i386-32bit $ ls -l /usr/local/mysql lrwxr-xr-x  1 root  wheel  24 Jan  8 22:09 /usr/local/mysql - mysql-5.5.19-osx10.5

problem with installing MySQL 5.5 on OS Lion

2011-11-12 Thread Martin Mueller
I had MySQL 5.5.15 running on OS X Lion, deleted it, and tried to install 5.5.17. I have run into problems that I cannot solve. To begin with the end, I can run start mysqld with the skip-grant-tables option and connect with mysql. If I issue the command select * from mysql the result returns

Re: problem with installing MySQL 5.5 on OS Lion

2011-11-12 Thread Tim Johnson
* Martin Mueller martinmuel...@northwestern.edu [12 13:42]: .. In short, in my installation there seems a gap between mysql and mysql, and I can't find any good explanations for what I might have done wrong or how I could fix it. I'll be grateful for any help. I am probably not

New-be: problem installing on Mac SO10.6

2011-11-05 Thread Roger CPL
I installed Mysql using the .dmg package. I can use System Preferences to start and stop the program. When I open a terminal window, I think this is the way to us the program, any Mysql command I inter is not recognized. Thanks Roger -- MySQL General Mailing List For list archives:

Re: New-be: problem installing on Mac SO10.6

2011-11-05 Thread Brandon Phelps
On 11/5/2011 12:32 PM, Roger CPL wrote: I installed Mysql using the .dmg package. I can use System Preferences to start and stop the program. When I open a terminal window, I think this is the way to us the program, any Mysql command I inter is not recognized. Thanks Roger You will need

Re: New-be: problem installing on Mac SO10.6

2011-11-05 Thread Govinda
...as Brandon said.. from terminal you have to type something to get into mysql, and if you are like me, then that is: /usr/local/mysql/bin/mysql -Govinda I installed Mysql using the .dmg package. I can use System Preferences to start and stop the program. When I open a terminal window,

Re: New-be: problem installing on Mac SO10.6

2011-11-05 Thread Govinda
...as Brandon said.. from terminal you have to type something to get into mysql, and if you are like me, then that is: /usr/local/mysql/bin/mysql Oh, I forgot to add - but you might need to be super user first. su (input pass..) -Govinda I installed Mysql using the .dmg package.

Re: New-be: problem installing on Mac SO10.6

2011-11-05 Thread Reindl Harald
Am 06.11.2011 02:00, schrieb Govinda: ...as Brandon said.. from terminal you have to type something to get into mysql, and if you are like me, then that is: /usr/local/mysql/bin/mysql Oh, I forgot to add - but you might need to be super user first. su (input pass..) why in the

Re: New-be: problem installing on Mac SO10.6

2011-11-05 Thread Govinda
...as Brandon said.. from terminal you have to type something to get into mysql, and if you are like me, then that is: /usr/local/mysql/bin/mysql Oh, I forgot to add - but you might need to be super user first. su (input pass..) why in the world should someone call the mysql-cli

Re: New-be: problem installing on Mac SO10.6

2011-11-05 Thread Govinda
Roger, 2 mins. of Google turned up these (just f.y.i.): http://www.cyberciti.biz/faq/mysql-change-root-password/ http://www.cyberciti.biz/tips/recover-mysql-root-password.html -G -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:

Error when installing mysql-5.5.9 server on Linux Redhat OS

2011-06-17 Thread Philippe Mokrani
directory, and executed the following installation commands under root: # unzip openlogic-mysql-5.5.9-linux-ia32-bin-2.zip # cd mysql-5.5.9 # chown -R mysql . # chgrp -R mysql . # scripts/mysql_install_db --user=mysql I have the following error messages: Installing MySQL system tables

Re: Error when installing mysql-5.5.9 server on Linux Redhat OS

2011-06-17 Thread Reindl Harald
Am 17.06.2011 19:53, schrieb Philippe Mokrani: I have the following error messages: Installing MySQL system tables... 110617 19:46:25 [ERROR] ./bin/mysqld: unknown variable 'default-character-set=latin1' default-character-set=latin1 is way too old for 5.5 character-set-server should

Re: Problem with installing MySQL

2010-04-18 Thread Shawn Green
at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: NO)' After installing MySQL what do I have to do left? Sorry my this is my firt time with MySQL If you have not set a password for the root user, yet, then there is no password. Leave off the -p option and see

Re: Problem with installing MySQL

2010-04-09 Thread Ananda Kumar
error: 'Access denied for user 'root'@'localhost' (using password: NO)' After installing MySQL what do I have to do left? Sorry my this is my firt time with MySQL Thanks! -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http

Problem with installing MySQL

2010-04-08 Thread alba.albetti
: 'Access denied for user 'root'@'localhost' (using password: NO)' After installing MySQL what do I have to do left? Sorry my this is my firt time with MySQL Thanks! -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql

Re: Problem with installing MySQL

2010-04-08 Thread mos
: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: NO)' After installing MySQL what do I have to do left? Sorry my this is my firt time with MySQL Thanks! Don't add a space between the -u and the user name or -p and the password. Example

Re: Problem with installing MySQL

2010-04-08 Thread Carsten Pedersen
password: and I've given enter and I get mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: NO)' After installing MySQL what do I have to do left? Sorry my this is my firt time with MySQL Thanks! -- MySQL General Mailing List

Re: Problem with installing MySQL

2010-04-08 Thread Michael Dykman
to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: NO)' After installing MySQL what do I have to do left? Sorry my this is my firt time with MySQL Thanks! -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql

installing mysql 5.1.37 in ubuntu 8.10

2010-01-20 Thread Mohan Prasad Gutta
Hi, i am using ubuntu 8.10, i installed mysql from aptitude(version is 5.0.67-0ubuntu6). My db creation sql script is working correctly in version, But my client complaining its giving errors in mysql 5.1.37 version. Could any one guide me to install mysql 5.1.37 in my ubuntu 8.10 OS. Thanks

Installing Mysql5.0.81 on Solaris 10

2009-05-12 Thread Ralf Wiegand
Hello - I was ask to install Mysql version 5.0.x on Solaris 10 (a T2000).  I can not find a good how-to on this.  I would really appreciated if someone can point me in the right direction. I'm also looking for tuning and performance tips. Downloaded from:

Installing MySQL from source

2009-02-13 Thread michel
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

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

Re: Installing MySQL from source

2009-02-13 Thread Paul DuBois
there is a difference between Installing MySQL from the current development source tree and Installing MySQL from the source tarball of some released version. In the development source tree, we have files which need to be processed by the GNU autotools (autoconf, automake, aclocal), whereas a source tarball

Installing MySQL client into workstations using GPO

2009-02-05 Thread Scott Hamm
My objective is to have all Windows XP workstation (300+) report their activities using mysql client that exports in CSV format to our Active Directory's MySQL server. Is it possible to install just the MySQL client over GPO, is this possible? Thanks, Scott Hamm Technology Coordinator MOT

Installing MySQL Twice

2008-11-13 Thread Jesse
We have a web server that am using solely as a mysql replication server right now, so it's not really being used that much. I'd like to use it as a backup web server as well, but I don't want to mess with the replication that I've got going on. I believe I've heard that you can install MySQL

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.

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 for

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

StartupItem not installing on Mac OS X 10.5

2008-03-31 Thread SA
that obvious, maybe there will be other bugs in the 10.5 mysql package. I tailed the logs in /var/log while I was installing and did not see any errors. Has anyone else had this problem? Or is the installer working fine for everyone else and just freaking out on my two systems? JW

errror while installing DBD::MYSQL.

2007-11-12 Thread Siva Prasad
of 'mysql' isn't right. Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge. at db_interac.pl line 7 so I downloaded perl DBD::MYSQL and tried installing the module with no luck. I used the following command to run the MAKEFile.pl on windows perl makefile.pl --cflags=-IC

Re: Installing 2nd instance on windows.

2007-05-09 Thread C K
Thanks to all for so good responce. Now I will experiment with it and reply earliest. Thanks CPK -- Keep your Environment clean and green.

Re: Installing 2nd instance on windows.

2007-05-08 Thread C K
Dear friends, thank you for your response. but the problem is that when I try to install MySQL 5.0 from windows .msi installer on windows XP with MySQL 5.0 already installed, the installer does not shows any option regarding new installation. I can just rapair/remove the installation. Why? As I

Re: Installing 2nd instance on windows.

2007-05-08 Thread Mogens Melander
It should be possible to do a manual install from the non-installer download. Moreover, it should also be possible to run 2 instances on 2 different ip-adresses on one computer. It's been a while sincei ran MySQL on Windows, so my memory is not clear on this, but scan the docs, and your questions

Re: Installing 2nd instance on windows.

2007-05-08 Thread Enrique Sanchez Vela
I am fairly newbie at MySQL in general, not to mention MySQL on Windows which I've never used, but I'll trow my 2 cents here. Instead of installing a whole new set of files, wouldn't that be easier just to start a 2nd instance of the MySQL server using a different configuration file? indicating

Installing 2nd instance on windows.

2007-05-07 Thread C K
Is it possible to install more than instances on Linux of MySQL 5.0? I am using WinXP SP 2 and MySQL 5.0.17. Thanks CPK -- Keep your Environment clean and green. -- Keep your Environment clean and green.

Installing 2nd instance on windows.

2007-05-06 Thread C K
Is it possible to install more than instances on Linux of MySQL 5.0? I am using WinXP SP 2 and MySQL 5.0.17. Thanks CPK -- Keep your Environment clean and green.

Rename a mysql v3 service when installing

2007-02-28 Thread onlyra
then 'MYSQL'? :) Thanks! -- View this message in context: http://www.nabble.com/Rename-a-mysql-v3-service-when-installing-tf3310033.html#a9207368 Sent from the MySQL - General mailing list archive at Nabble.com. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql

installing mysql on OSX 10.4

2006-11-08 Thread uszek
This problem is driving me crazy. Please help. 127:~ mariuszlenk$ cd /usr/local/mysql 127:/usr/local/mysql mariuszlenk$ sudo ./bin/mysqld_safe Password: ./bin/mysqld_safe: line 1: ./bin/my_print_defaults: cannot execute binary file ./bin/mysqld_safe: line 1: ./bin/my_print_defaults: cannot

Installing 32 and 64 bit versions on Solaris

2006-10-03 Thread Andrew Black - lists
I have some applications that need a 32 bit library for Mysql. I would prefer to install the 64 bit version of MySQL but that doesnt seem to come with 32 bit libraries. Can I install both libraries. Any pointers would be appreciated Andrew -- MySQL General Mailing List For list archives:

Problem installing MySQL 5.0.24a from RHEL RPM on Centos Linux VPS box

2006-09-20 Thread Vasudev Ram
with 4.1 will be properly removed if I uninstall 4.1, and if they don't, it may create conflicts; e.g. some config file of 4.1might get used when I try to run 5.0 after installing it, and this might lead to strange errors. So I want to install MySQL 5.0 into a different location. That is why I used

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

Installing MySQL on Windows Server 2003 Standard x64 Edition

2006-08-25 Thread David Lazo
I'm having problems with MySQLInstanceConfig.exe - Unable To Locate Component This application has failed to start because LIBMYSQL.dll was not found. Re-installing the application may fix this problem I have tried to re-install, but I get the same message. I read the following related

Re: Installing MySQL on Windows Server 2003 Standard x64 Edition

2006-08-25 Thread Jo�o C�ndido de Souza Neto
failed to start because LIBMYSQL.dll was not found. Re-installing the application may fix this problem I have tried to re-install, but I get the same message. I read the following related threads but didn't help. http://lists.mysql.com/win32/14799 http://lists.mysql.com/mysql/167676 I

Re: Installing MySQL on Windows Server 2003 Standard x64 Edition

2006-08-25 Thread David Lazo
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 has failed to start because LIBMYSQL.dll was not found. Re-installing the application may

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 Greg Joss
PM To: mysql@lists.mysql.com Subject: Installing MySQL on Windows Server 2003 Standard x64 Edition I'm having problems with MySQLInstanceConfig.exe - Unable To Locate Component This application has failed to start because LIBMYSQL.dll was not found. Re-installing the application may fix

Re: Installing MySQL on Windows Server 2003 Standard x64 Edition

2006-08-25 Thread David Lazo
to the variable. -Original Message- From: David Lazo [mailto:[EMAIL PROTECTED] Sent: Friday, August 25, 2006 2:54 PM To: mysql@lists.mysql.com Subject: Installing MySQL on Windows Server 2003 Standard x64 Edition I'm having problems with MySQLInstanceConfig.exe - Unable To Locate

RE: Problem installing PERL DBD::mysql

2006-08-15 Thread Martin J. Evans
Red Hat Enterprise Linux WS release 4 (Nahant Update 4) -- I am having a hard time installing DBD:mysql on 64 bit machine snv1.ultralight.org /usr/bin/perl MCPAN -e shell CPAN install DBD::mysql Dies with errors...so I decided to do

Problem installing PERL DBD::mysql

2006-08-14 Thread Logg, Connie A.
Linux WS release 4 (Nahant Update 4) -- I am having a hard time installing DBD:mysql on 64 bit machine snv1.ultralight.org /usr/bin/perl MCPAN -e shell CPAN install DBD::mysql Dies with errors...so I decided to do it from the source, and it also

Re: Problem installing PERL DBD::mysql

2006-08-14 Thread Niels Larsen
) -- I am having a hard time installing DBD:mysql on 64 bit machine snv1.ultralight.org /usr/bin/perl MCPAN -e shell CPAN install DBD::mysql Dies with errors...so I decided to do it from the source, and it also complainshere is the output from the source install: [EMAIL PROTECTED] DBD

Re: Problem installing PERL DBD::mysql

2006-08-14 Thread Patrick Galbraith
Enterprise Linux WS release 4 (Nahant Update 4) -- I am having a hard time installing DBD:mysql on 64 bit machine snv1.ultralight.org /usr/bin/perl MCPAN -e shell CPAN install DBD::mysql Dies with errors...so I decided to do it from the source

Re: Problem installing PERL DBD::mysql

2006-08-14 Thread Niels Larsen
Yes .. and had to add it to jpeg-6b (on x86_64) to make that work too. Patrick Galbraith wrote: Niels Larsen wrote: Niels, Do you mean in the Makefile for zlib? Thanks! Patrick Connie, I had the same error with another program recently, but probably the fix for yours is the same: try

installing mysql

2006-08-10 Thread jagdish gunjal
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? Regards Jagdish Everyone has beauty but not everyone sees it.

Installing DBD::mysql - problems

2006-05-10 Thread Logg, Connie A.
I am trying to install DBD::mysql on the following node: [EMAIL PROTECTED] cal]# uname -a Linux snv1 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:56:28 EST 2006 x86_64 x86_64 x86_64 GNU/Linux [EMAIL PROTECTED] cal]# more /etc/redhat-release Red Hat Enterprise Linux WS release 4 (Nahant Update 3) [EMAIL

RE: Installing DBD::mysql - problems

2006-05-10 Thread Logan, David (SST - Adelaide)
- From: Logg, Connie A. [mailto:[EMAIL PROTECTED] Sent: Thursday, 11 May 2006 5:47 AM To: mysql@lists.mysql.com Subject: Installing DBD::mysql - problems I am trying to install DBD::mysql on the following node: [EMAIL PROTECTED] cal]# uname -a Linux snv1 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:56:28 EST

Problem installing 5.0.21 on Suse 9E - it fails on me

2006-05-07 Thread John Correa
Hello, (linux novice: windows user migrating to linux) Hoping someone can point me in the right direction. Install of MySQL-server-standard-5.0.21-1.sles9.i586.rpm is failing with following error msg: mysqld got signal 11. I have 2 Suse 9E systems and mysql installs fine on one but not the

Re: INstalling DBD for mysql--Help needed

2006-03-07 Thread Vinay
created 64 bit objects and I had to use right 64-bit flags for DBD::mysql installation. Thanks for all who helped Vinay - Original Message - From: Jake Peavy [EMAIL PROTECTED] To: MySQL mysql@lists.mysql.com Sent: Friday, March 03, 2006 5:38 PM Subject: Re: INstalling DBD for mysql

installing jTDS for WorkBench

2006-03-07 Thread Carl Karsten
http://sourceforge.net/projects/jtds docs say jTDS does not need any special installation. Just drop the jar file into your application's classpath How do I figure out where that is on a win box? I am trying to connect it to MsSql using http://java.com/getjava and

INstalling DBD for mysql--Help needed

2006-03-03 Thread Vinay
Hello, I am trying to install DBI and mysql DBD for perl on HP-UX 11.23i. I have installed DBI successfully but having a hard time installing DBD for mysql on HP-UX. I am getting make errors while installing. I want to use perl to connect to mysql database. Any help appreciated, Thank

Re: INstalling DBD for mysql--Help needed

2006-03-03 Thread Jake Peavy
On 3/3/06, Vinay [EMAIL PROTECTED] wrote: Hello, I am trying to install DBI and mysql DBD for perl on HP-UX 11.23i. I have installed DBI successfully but having a hard time installing DBD for mysql on HP-UX. I am getting make errors while installing. I want to use perl to connect

Problem installing mysql on Debian linux

2006-02-25 Thread Tselemegkos Grigorios
Hi, I'm trying to install mysql 4.0.25 from source on Debian linux without root privileges. The problem comes when i execute the configure command. I typed: configure --prefix /home/grtsel/mysql and the output error was: checking for FIONREAD in sys/ioctl.h... yes checking for TIOCSTAT in

Re: Problem installing mysql on Debian linux

2006-02-25 Thread Sam Tran
On 2/25/06, Tselemegkos Grigorios [EMAIL PROTECTED] wrote: Hi, I'm trying to install mysql 4.0.25 from source on Debian linux without root privileges. The problem comes when i execute the configure command. I typed: configure --prefix /home/grtsel/mysql and the output error was:

Re: Problem installing mysql on Debian linux

2006-02-25 Thread Tselemegkos Grigorios
:34 PM Subject: Re: Problem installing mysql on Debian linux On 2/25/06, Tselemegkos Grigorios [EMAIL PROTECTED] wrote: Hi, I'm trying to install mysql 4.0.25 from source on Debian linux without root privileges. The problem comes when i execute the configure command. I typed: configure --prefix

Re: Troubles installing MySQL5 via Darwin Ports

2006-01-24 Thread Gleb Paharenko
Hello. /opt/local/share/mysql5/mysql/mysql.server: line 234: cd: /opt/ local/libexec/mysqld: No such file or directory . • First of all, I check to see if 'mysqld' existed in /opt/local/ libexec/ and it does, so I don't know why it can't find it. Any

Re: Troubles installing MySQL5 via Darwin Ports

2006-01-24 Thread Philip Thompson
On Jan 24, 2006, at 5:13 AM, James Harvard wrote: Is there a reason why you're using Darwin Ports and not the installer that MySQL offers? James Harvard Yes. I tried the installer multiple times and it would not work. I got so fed up with it that I decided to give DP a chance. So far,

Re: Troubles installing MySQL5 via Darwin Ports

2006-01-24 Thread James Harvard
I would think this list is more likely to be able to assist with problems using the standard installer from MySQL than with some third party installer / package management system. I would suggest using Disk Utility to repair permissions on your hard disc (just in case some relevant directory

Troubles installing MySQL5 via Darwin Ports

2006-01-23 Thread Philip R. Thompson
Hi all. Let me clarify my subject line. I *think* I actually got all the 'MySQL5 +server' files installed correctly using Darwin Ports. The problem is that I am not able to start my server. I think that 'my.cnf' may also be incorrect. Here's what's happening... - When I try to start the

installing mysql in a chroot jail.

2006-01-13 Thread Gregory Machin
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 update most of my system because of dependencies So I though why not install mysql5 in a charoot jail thus leaving my os intacted and allowing me to do testing on both version

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 update

Problem installing MySQL 5.0

2006-01-03 Thread Francesco Vincenti
Hello everybody, This is the first time I try to install MySQL 5.0, I think I followed the steps showed by the documentation in the right way, but when I run the command: rpm -i MySQL-server-Version-.i386.rpm I get back the error: error: Failed dependencies: perl(DBI) is needed by

Re: Problem installing MySQL 5.0

2006-01-03 Thread Chander Ganesan
You can force the installation (--nodeps) when installing the RPM package. Even if you build DBI (and not install it from RPM) it won't be in the RPM database, and you'll get the same error. You should be able to get a FC2 RPM for the DBI module - download that RPM and install

Re: Problem installing MySQL 5.0

2006-01-03 Thread Francesco Vincenti
Hello Chander, thank you very much. I tried to do in your way ad the installation works! I downloaded the perl(DBI) .rpm and I installed it the first time using the command: rpm -Uvh perl-DBI-1.50-1.i386.rpm but I got back an error about one glibc library not founded, so I use this format: rpm

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 with a

INSTALLING MYSQL 5.0 ON LINUX DEBIAN 2.8

2005-12-22 Thread John Galatti
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 Does any one have nay idea on what I should do John

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 build

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,

Re: Problem installing MySQL on Mac OSX 10.4.3

2005-12-05 Thread Brent Baisley
installing again. If you are running OSX Server, things may be a little different. Apple puts MySQL files in different places on there server install as I recall. You may need to poke around a bit to find them. Check /usr/local and also /etc On Dec 2, 2005, at 5:26 PM, Ton Kuypers wrote: Hi

Problem installing MySQL on Mac OSX 10.4.3

2005-12-02 Thread Ton Kuypers
Hi, I've downloaded the mysql-max-4.1.15-apple-darwin8.2.0-powerpc.dmg and tried to install it, but I keep on getting the error You cannot continue. There is nothing to install. I've also tried the mysql-max-5.0.16-osx10.4-powerpc.dmg and the

Re: how to installing mysql5 on fc3?

2005-11-20 Thread Colin Charles
ali asghar torabi parizy wrote: hi all i want to install mysql5 on fc3 but i cant when i trying to implement it by rpm. i remove mysql3 with rpm -e directive. So, now when you do: rpm -qa |grep -i mysql You see nothing, right? who cabn help me?:( thanks

how to installing mysql5 on fc3?

2005-11-19 Thread ali asghar torabi parizy
hi all i want to install mysql5 on fc3 but i cant when i trying to implement it by rpm. i remove mysql3 with rpm -e directive. who cabn help me?:( thanks rpm -ivh MySQL-server-5.0.15-0.i386.rpm error: MySQL-server-5.0.15-0.i386.rpm: V3 DSA signature:

Re: Error installing perl module DBD::mysql

2005-10-26 Thread Ziaul Mannan
** Low Priority ** Thanks Kevin. I id run : 'perl Makefile.PL' followed by the other steps you mentioned below. When I cut and pasted it on the mail I missed out the first line. I cannot finish this order. I get the error message after running 'make'. In other words: 'perl

Re: Error installing perl module DBD::mysql

2005-10-26 Thread Michael Stassen
Ziaul Mannan wrote: Thanks Kevin. I id run : 'perl Makefile.PL' followed by the other steps you mentioned below. When I cut and pasted it on the mail I missed out the first line. I cannot finish this order. I get the error message after running 'make'. In other words: 'perl

Error installing perl module DBS::mysql

2005-10-25 Thread Ziaul Mannan
** Low Priority ** Hello, I was able to install the following perl modules fine: DBI Data::Dumper Data::ShowTable DBI.pm Then,when I am try to install perl module called 'DBD::mysql' on AIX 5.2(64-bit) and 5.3. In both cases I am getting following errors:

Error installing perl module DBD::mysql

2005-10-25 Thread Ziaul Mannan
** Low Priority ** Hello, I was able to install the following perl modules fine: DBI Data::Dumper Data::ShowTable DBI.pm Then,when I am try to install perl module called 'DBD::mysql' on AIX 5.2(64-bit) and 5.3. In both cases I am getting following errors:

Re: Error installing perl module DBD::mysql

2005-10-25 Thread Kevin Spencer
On 10/25/05, Ziaul Mannan [EMAIL PROTECTED] wrote: ** Low Priority ** Hello, I was able to install the following perl modules fine: DBI Data::Dumper Data::ShowTable DBI.pm Then,when I am try to install perl module called 'DBD::mysql' on AIX 5.2(64-bit) and 5.3. In both cases I am

Installing and starting with Linux

2005-08-08 Thread Georg Salvenmoser
Installing all prepared tables [Warning] Asked for 196608 thread stack, but got 126976 Fill help tables [Warning] Asked for 196608 thread stack, but got 126976 Then I logged in as server on the Linux-PC Looking into the Yast Runlevel-Editor I find mysql but not started. When I try with the console

Installing Mysql beta on Debian

2005-06-22 Thread hameau . phil
Hi, I've been successfully using mysql 5.0.x on my win32 development machine. I would like to install it on a server running stable Debian. Unfortunately, there are no .deb packages for the MySQL 5.0 series. I have tried to use the linux precompiled binaries but my debian complains about not

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

problem installing 5.7 on alpha

2005-06-17 Thread Simon Tierney
Can anyone help, please, when I tar -xvzf this file I am getting the error Archive contains obsolescent base-64 headers gzip: stdin: invalid compressed data--crc error and installation exits I tried to acquire the Compaq compilers mentioned under platforms in case it is a gcc problem, but the

Re: Installing MySQL 4.1.12 on Mandrake 10.1

2005-05-18 Thread Gleb Paharenko
and was getting the same result. After this failed I decided to try the MySQL installation files that came with the operating system which were Version 4.0.20 and this version worked fine. When I was installing the 4.1.12

Installing MySQL 4.1.12 on Mandrake 10.1

2005-05-16 Thread Eric Lommatsch
was installing the 4.1.12 version I was simply going with a minimal install of just the server package and the clients. When I ran the installation package from Mandrake it installed other files that from my reading of the MySQL manual I did not think that I needed. My questions are: Is there other files

Problems installing MySQL 4.1 under Fedora Core 3

2005-04-14 Thread C.F. Scheidecker Antunes
I have a Pentium III with Fedora Core 3 notebook and I need to install MySQL 4.1 on it. There was no mysql installed before so I've downloaded the packages and did what I usually do to install the packages. They install great. But when I try to run MySQL I have problems as it does not run. It

  1   2   3   4   5   6   7   >