Cannot install mysql 5.6.24 from source

2015-05-12 Thread Jørn Dahl-Stamnes
Hello, I'm trying to install mysl 5.6.24 from source on a Fedora Core 21 server, but it fails during 'make install': CMake Error at libmysqld/examples/cmake_install.cmake:74 (file): file INSTALL cannot copy file /var/local/src/mysql-5.6.24/mysql_client_test_embedded. Call Stack (most

Re: Cannot install mysql 5.6.24 from source

2015-05-12 Thread Jørn Dahl-Stamnes
On Tuesday, May 12, 2015, Jørn Dahl-Stamnes wrote: Hello, I'm trying to install mysl 5.6.24 from source on a Fedora Core 21 server, but it fails during 'make install': CMake Error at libmysqld/examples/cmake_install.cmake:74 (file): file INSTALL cannot copy file /var/local/src/mysql

Re: Fresh install of MySQL 5.6.23 fails to start on CentOS 7.0

2015-02-19 Thread Bob Eby
Cameron, Did you run the recommended configuration script manually? mysql_install_db This is run once after install to put the stuff in your datadir= location which I pointed out may be missing (and was empty upon your inspection). Thanks, Robert

Re: Fresh install of MySQL 5.6.23 fails to start on CentOS 7.0

2015-02-18 Thread mike
Cameron Mann cameron.mann at cybera.ca writes: Hi all, I've encountered a problem with MySQL 5.6.23 on CentOS 7.0 and would greatly appreciate any advice on what to do next. Synopsis: 1. Fresh install of CentOS 7.0 using minimal install ISO 2. yum update -y 3. rpm -i http

Re: Fresh install of MySQL 5.6.23 fails to start on CentOS 7.0

2015-02-18 Thread Rik Wasmus
writes: Hi all, I've encountered a problem with MySQL 5.6.23 on CentOS 7.0 and would greatly appreciate any advice on what to do next. Synopsis: 1. Fresh install of CentOS 7.0 using minimal install ISO 2. yum update -y 3. rpm -i http://dev.mysql.com/get/mysql-community-release

Re: Fresh install of MySQL 5.6.23 fails to start on CentOS 7.0

2015-02-18 Thread Bruce Ferrell
a problem with MySQL 5.6.23 on CentOS 7.0 and would greatly appreciate any advice on what to do next. Synopsis: 1. Fresh install of CentOS 7.0 using minimal install ISO 2. yum update -y 3. rpm -i http://dev.mysql.com/get/mysql-community-release-el7- 5.noarch.rpm 4. yum install mysql-community

Re: Fresh install of MySQL 5.6.23 fails to start on CentOS 7.0

2015-02-18 Thread Rik Wasmus
Dammit, that should've come from the other account with that work-signature...

Fresh install of MySQL 5.6.23 fails to start on CentOS 7.0

2015-02-12 Thread Cameron Mann
Hi all, I've encountered a problem with MySQL 5.6.23 on CentOS 7.0 and would greatly appreciate any advice on what to do next. Synopsis: 1. Fresh install of CentOS 7.0 using minimal install ISO 2. yum update -y 3. rpm -i http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm 4. yum

Re: Fresh install of MySQL 5.6.23 fails to start on CentOS 7.0

2015-02-12 Thread Cameron Mann
containing plugin.* files at this location? (say .MYI etc) It sounds like your data folders were either not copied to the correct place or not properly configured before starting the server. It's been a while, but I recall there being an install step to getting the correct basic database files

Re: Fresh install of MySQL 5.6.23 fails to start on CentOS 7.0

2015-02-12 Thread Bob Eby
not copied to the correct place or not properly configured before starting the server. It's been a while, but I recall there being an install step to getting the correct basic database files into your datadir specified in my.ini. Good Luck, Robert Eby

Re: Fresh install of MySQL 5.6.23 fails to start on CentOS 7.0

2015-02-12 Thread Bruce Ferrell
greatly appreciate any advice on what to do next. Synopsis: 1. Fresh install of CentOS 7.0 using minimal install ISO 2. yum update -y 3. rpm -i http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm 4. yum install mysql-community-server -y 5. service mysqld start After installing

Re: Fresh install of MySQL 5.6.23 fails to start on CentOS 7.0

2015-02-12 Thread Bruce Ferrell
. tell me *one* reason why it is the job of the init-system to check and fire up mysql_install_db at each start? guess what happens when that shell snippet makes a mistake and does that on a existing install frankly my mysql database was installed in 2003 on a windows machine and is the root

Re: Fresh install of MySQL 5.6.23 fails to start on CentOS 7.0

2015-02-12 Thread Bruce Ferrell
It worked before, when you manually had to execute the script... It worked when the script was auto invoked. Now it's silently busted, causing problems for people you think that's OK. Whatever. Moving on On 02/12/2015 03:45 PM, Reindl Harald wrote: Am 13.02.2015 um 00:35 schrieb Bruce

Re: Fresh install of MySQL 5.6.23 fails to start on CentOS 7.0

2015-02-12 Thread Bruce Ferrell
.MYI etc) It sounds like your data folders were either not copied to the correct place or not properly configured before starting the server. It's been a while, but I recall there being an install step to getting the correct basic database files into your datadir specified in my.ini. Good

Re: Fresh install of MySQL 5.6.23 fails to start on CentOS 7.0

2015-02-12 Thread Reindl Harald
Am 13.02.2015 um 00:35 schrieb Bruce Ferrell: Well Mr Harald, I admit... It's not an out of the box behaviour put there by Oracle/MySQL. But it IS a behaviour introduced by distribution packagers and and it's only invoked the first time the db is start is attempted AND there is no basic db

Re: Fresh install of MySQL 5.6.23 fails to start on CentOS 7.0

2015-02-12 Thread Reindl Harald
of the init-system to check and fire up mysql_install_db at each start? guess what happens when that shell snippet makes a mistake and does that on a existing install frankly my mysql database was installed in 2003 on a windows machine and is the root for every mysql setup from then on Windows, OSX

Why MySQL-server-5.5.37 install fail?

2014-05-04 Thread EdwardKing
I'm newbie to mysql and I want to install mysql under Centos 5.8 using MySQL-server-5.5.37-1.linux2.6.i386.rpm, I use following command to intall mysql #[root@master software]# rpm -ivh MySQL-server-5.5.37-1.linux2.6.i386.rpm Preparing

Re: Why MySQL-server-5.5.37 install fail?

2014-05-04 Thread Reindl Harald
Am 04.05.2014 08:29, schrieb EdwardKing: I'm newbie to mysql and I want to install mysql under Centos 5.8 using MySQL-server-5.5.37-1.linux2.6.i386.rpm, I use following command to intall mysql #[root@master software]# rpm -ivh MySQL-server-5.5.37-1.linux2.6.i386.rpm Preparing

Re: Why MySQL-server-5.5.37 install fail?

2014-05-04 Thread yoku ts.
Hello, mysqladmin and mysql command-line client is included in MySQL-client package. mysql_secure_installation is included in MySQL-server but it's a perl script which calls mysql command-line client internally. Thus, you should install MySQL-client-*.rpm and try again. Regards, 2014-05-04

Install mysql server using RPM

2014-03-03 Thread Asma rabe
startup script, you may want to make a copy of the script so that you do not lose it when you install a newer RPM. when i checked /var/lib i found non for mysql,Any idea?? Thank you very much in advance. Best Regards, Rabe

Re: Install mysql server using RPM

2014-03-03 Thread geetanjali mehra
the appropriate entries in /etc/init.d/ to start the server automatically at boot time. (This means that if you have performed a previous installation and have made changes to its startup script, you may want to make a copy of the script so that you do not lose it when you install a newer RPM. when i

Re: Install mysql server using RPM

2014-03-03 Thread Johan De Meersman
- Original Message - From: Asma rabe asma.r...@gmail.com Subject: Install mysql server using RPM rpm -i MySQL-server-5.6.16-1.el6.x86_64.rpm rpm -i MySQL-client-5.6.16-1.el6.x86_64.rpm I seem to recall that Oracle's Debian -server package included the clients already. You may

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

MySQL install on OS X Lion does not create root account

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

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

2011-11-15 Thread Michael Dykman
(Error 1045).   I thought at first it was a matter of a password not being flushed from a previous installation and went through repeated install and uninstall routines, using the instructions by Rob Allen at (http://akrabat.com/computing/uninstalling-mysql-on-mac-os-x-leopard/) about:blank

Re: Additional Software to Download and Install

2011-10-15 Thread Hal�sz S�ndor
2011/10/14 11:12 -0700, AndrewMcHorney I just downloaded the MySql server software. I am now looking for software that is gui based and will allow me to easily define a database, create tables and to do updates of records within the tables. It would be fantastic if the software had report

Re: Additional Software to Download and Install

2011-10-15 Thread Suresh Kuna
Visit MySQL Tools Group on LinkedIN to find more details on tools for MySQL. 2011/10/15 Halász Sándor h...@tbbs.net 2011/10/14 11:12 -0700, AndrewMcHorney I just downloaded the MySql server software. I am now looking for software that is gui based and will allow me to easily define a

Additional Software to Download and Install

2011-10-14 Thread AndrewMcHorney
Hello I just downloaded the MySql server software. I am now looking for software that is gui based and will allow me to easily define a database, create tables and to do updates of records within the tables. It would be fantastic if the software had report generating capabilities and also

Re: Additional Software to Download and Install

2011-10-14 Thread Neil Tompkins
Try the MySQL workbench software On 14 Oct 2011, at 19:12, AndrewMcHorney andrewmchor...@cox.net wrote: Hello I just downloaded the MySql server software. I am now looking for software that is gui based and will allow me to easily define a database, create tables and to do updates of

RE: Additional Software to Download and Install

2011-10-14 Thread Jason Trebilcock
I'm a fan of Toad for MySQL. http://toadformysql.com/index.jspa -Original Message- From: AndrewMcHorney [mailto:andrewmchor...@cox.net] Sent: Friday, October 14, 2011 1:12 PM To: mysql@lists.mysql.com Subject: Additional Software to Download and Install Hello I just

Re: Initial install instructions for mac lion/macports

2011-10-11 Thread Brandon Phelps
Is there any reason why you are using ports and not the native 64-bit DMG from mysql.com? http://www.mysql.com/downloads/mysql/#downloads I run the latest version (5.5.15) on my macbook running lion and the install goes without a hitch. Brandon On 10/10/2011 07:34 PM, Tim Johnson wrote: I

Re: Initial install instructions for mac lion/macports

2011-10-11 Thread Vladislav Geller
and not the native 64-bit DMG from mysql.com? http://www.mysql.com/**downloads/mysql/#downloadshttp://www.mysql.com/downloads/mysql/#downloads I run the latest version (5.5.15) on my macbook running lion and the install goes without a hitch. Brandon On 10/10/2011 07:34 PM, Tim Johnson

Re: Initial install instructions for mac lion/macports

2011-10-11 Thread Brandon Phelps
DMG from mysql.com? http://www.mysql.com/**downloads/mysql/#downloadshttp://www.mysql.com/downloads/mysql/#downloads I run the latest version (5.5.15) on my macbook running lion and the install goes without a hitch. Brandon On 10/10/2011 07:34 PM, Tim Johnson wrote: I familiar with mysql

Re: Initial install instructions for mac lion/macports

2011-10-11 Thread Tim Johnson
* Tim Johnson t...@akwebsoft.com [111010 15:37]: I familiar with mysql on linux, as of late - ubuntu. I am installing mysql on a mac mini, with the Lion - osx 10.7 operating system. mysql-server was downloaded and built with macports. Following instructions included has not resulted in a

Re: Initial install instructions for mac lion/macports

2011-10-11 Thread Brandon Phelps
Tim, Just a reminder, as I am not sure if it is documented or not; After you get MySQL up and running via the DMG package be sure to install the System Preferences pane (it didn't use to install by default, not sure if it does now) which should be one of the icons you get when the DMG first

Re: Initial install instructions for mac lion/macports

2011-10-11 Thread Tim Johnson
* Brandon Phelps bphe...@gls.com [111011 07:43]: Tim, Just a reminder, as I am not sure if it is documented or not; After you get MySQL up and running via the DMG package be sure to install the System Preferences pane (it didn't use to install by default, not sure if it does now) which

Initial install instructions for mac lion/macports

2011-10-10 Thread Tim Johnson
I familiar with mysql on linux, as of late - ubuntu. I am installing mysql on a mac mini, with the Lion - osx 10.7 operating system. mysql-server was downloaded and built with macports. Following instructions included has not resulted in a successful startup. I have recorded error messages, but

Re: Install Error - How to Fix

2011-01-15 Thread Sharl.Jimh.Tsin
in windows command,run sc delete SERVICENAME. Best regards, Sharl.Jimh.Tsin (From China **Obviously Taiwan INCLUDED**) 2011/1/15 AndrewMcHorney andrewmchor...@cox.net: Hello At one time I had (or at least partially) installed mysql on my laptop. I went to install a new version and I am

Re: Install Error - How to Fix

2011-01-15 Thread AndrewMcHorney
I had (or at least partially) installed mysql on my laptop. I went to install a new version and I am getting  the following error: A windows service with the name MySql already exists. Please uninstall this service correctly or choose a different name for the new service. How do I uninstall

Re: Install Error - How to Fix

2011-01-15 Thread Reindl Harald
wrote: in windows command,run sc delete SERVICENAME. Best regards, Sharl.Jimh.Tsin (From China **Obviously Taiwan INCLUDED**) 2011/1/15 AndrewMcHorney andrewmchor...@cox.net: Hello At one time I had (or at least partially) installed mysql on my laptop. I went to install a new version

Re: Install Error - How to Fix

2011-01-15 Thread AndrewMcHorney
I installed everything using the standard gui install. I tried to uninstall Mysql and it says I am not an administrator even though I am logged in as one. At 10:16 AM 1/15/2011, Reindl Harald wrote: Sounds like you have not the permissions Which way was the old version installed? Why

Re: Install Error - How to Fix

2011-01-15 Thread Reindl Harald
as administrator get a real operating system :-) Am 15.01.2011 20:10, schrieb AndrewMcHorney: I installed everything using the standard gui install. I tried to uninstall Mysql and it says I am not an administrator even though I am logged in as one. At 10:16 AM 1/15/2011, Reindl Harald

Install Error - How to Fix

2011-01-14 Thread AndrewMcHorney
Hello At one time I had (or at least partially) installed mysql on my laptop. I went to install a new version and I am getting the following error: A windows service with the name MySql already exists. Please uninstall this service correctly or choose a different name for the new service

Re: [PHP-INSTALL] php - libmysqlclient question

2010-12-29 Thread Daniel Brown
On Wed, Dec 29, 2010 at 04:57, Hajo Locke hajo.lo...@gmx.de wrote: Hello, i want to talk from php to different mysql-servers with different versions. is it a recommend way to compile php always against newest libmysqlclient or not so important? You should use the newest stable version so

Re: How to Install Mysql

2010-12-24 Thread Johan De Meersman
On Fri, Dec 24, 2010 at 6:37 AM, Adarsh Sharma adarsh.sha...@orkash.comwrote: Or I am going to install through rpm which is the easiest way. But which is best for our Production Servers. Unless you have very specific needs, it's always best to use official packages for production. That also

How to Install Mysql

2010-12-23 Thread Adarsh Sharma
know what to do. Please help. Or I am going to install through rpm which is the easiest way. But which is best for our Production Servers. Thanks Regards Adarsh Sharma -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com

Download, configure, compile, and install MySQL 5.5.8 from source code on Linux

2010-12-21 Thread shahryar ghazi
Download, configure, compile, and install MySQL 5.5.8 from source code on Linuxhttp://www.geeksww.com/tutorials/database_management_systems/mysql/installation/download_configure_compile_and_install_mysql_558_on_linux.php thanks.

Re: How to Install mysql from source

2010-10-19 Thread Krishna Chandra Prajapati
Hi, There is a detailed readme (text file) within the file you have downloaded. It will gives you the complete picture. Krishna cgi.com On Mon, Oct 18, 2010 at 9:24 PM, ml ml mliebher...@googlemail.com wrote: Hello List, i am trying to install mysql on debian lenny from source. Here is what

Re:How to install multiple instances in windows

2010-10-19 Thread kranthi
Hi all, How to install multiple instances in windows??? Thank you.

Re: How to install multiple instances in windows

2010-10-19 Thread Suresh Kuna
by running it on different ports. On Tue, Oct 19, 2010 at 10:42 PM, kranthi kranthikiran@gmail.comwrote: Hi all, How to install multiple instances in windows??? Thank you. -- Thanks Suresh Kuna MySQL DBA

How to Install mysql from source

2010-10-18 Thread ml ml
Hello List, i am trying to install mysql on debian lenny from source. Here is what i did (yes, i did read the INSTALL-SOURCE): ./configure --prefix=/usr/local/mysql/ make -j 4 make install cp support-files/my-medium.cnf /etc/my.cnf cd /usr/local/mysql chown -R mysql . chgrp -R mysql . bin

Re: How to Install mysql from source

2010-10-18 Thread Sharl.Jimh.Tsin
you should read the INSTALL file more patient,and know the difference between prefix exec-prefix. Best regards, Sharl.Jimh.Tsin (From China) 2010/10/18 ml ml mliebher...@googlemail.com: Hello List, i am trying to install mysql on debian lenny from source. Here is what i did (yes, i did

multiple mysql installations - Install mysql from source with a prefix

2010-10-15 Thread ml ml
Hello List, how do i install mysql COMPLETLY in a diffrent directory? Right now i am using: ./configure --prefix=/usr/local/mysql-5.1.42 --sysconfdir=/usr/local/mysql-5.1.42/etc BUT, mysql still looks for /etc/my.cnf and for /var/log/mysql/mysql-bin.index ... So what configure options do i

Re: multiple mysql installations - Install mysql from source with a prefix

2010-10-15 Thread Claudio Nanni
hi, do you want to compile or you can use binaries? Claudio 2010/10/15 ml ml mliebher...@googlemail.com Hello List, how do i install mysql COMPLETLY in a diffrent directory? Right now i am using: ./configure --prefix=/usr/local/mysql-5.1.42 --sysconfdir=/usr/local/mysql-5.1.42/etc

Re: multiple mysql installations - Install mysql from source with a prefix

2010-10-15 Thread ml ml
Hi Claudio, i would like to compile it from source. Mario On Fri, Oct 15, 2010 at 2:08 PM, Claudio Nanni claudio.na...@gmail.com wrote: hi, do you want to compile or you can use binaries? Claudio 2010/10/15 ml ml mliebher...@googlemail.com Hello List, how do i install mysql COMPLETLY

Re: multiple mysql installations - Install mysql from source with a prefix

2010-10-15 Thread Himanshu Raina
install mysql COMPLETLY in a diffrent directory? Right now i am using: ./configure --prefix=/usr/local/mysql-5.1.42 --sysconfdir=/usr/local/mysql-5.1.42/etc BUT, mysql still looks for /etc/my.cnf and for /var/log/mysql/mysql-bin.index ... So what configure options do i need if i want

Re: multiple mysql installations - Install mysql from source with a prefix

2010-10-15 Thread Claudio Nanni
i install mysql COMPLETLY in a diffrent directory? Right now i am using: ./configure --prefix=/usr/local/mysql-5.1.42 --sysconfdir=/usr/local/mysql-5.1.42/etc BUT, mysql still looks for /etc/my.cnf and for /var/log/mysql/mysql-bin.index ... So what configure options do i need if i

Re: multiple mysql installations - Install mysql from source with a prefix

2010-10-15 Thread ml ml
Hello, i installed mysql with: ./configure --prefix=/usr/local/myprefix/mysql/ make make install (at the point mysql is not running yet) Next i would like to initialize the DB but get the follwoing error: -- #:/usr/local

Re: multiple mysql installations - Install mysql from source with a prefix

2010-10-15 Thread Himanshu Raina
You can pass the following variables as well --defaults-extra-file=path-to-my.cnf --socket=path-to-socket-file --port=port-no On Fri, 2010-10-15 at 18:50 +0530, ml ml wrote: Hello, i installed mysql with: ./configure --prefix=/usr/local/myprefix/mysql/ make make install (at the point

Re: multiple mysql installations - Install mysql from source with a prefix

2010-10-15 Thread Claudio Nanni
did you remove /etc/my.cnf? 2010/10/15 ml ml mliebher...@googlemail.com Hello, i installed mysql with: ./configure --prefix=/usr/local/myprefix/mysql/ make make install (at the point mysql is not running yet) Next i would like to initialize the DB but get the follwoing error

Re: multiple mysql installations - Install mysql from source with a prefix

2010-10-15 Thread Suresh Kuna
you can use mysqld_multi On Fri, Oct 15, 2010 at 8:24 PM, Claudio Nanni claudio.na...@gmail.comwrote: did you remove /etc/my.cnf? 2010/10/15 ml ml mliebher...@googlemail.com Hello, i installed mysql with: ./configure --prefix=/usr/local/myprefix/mysql/ make make install

Can't install perl-DBD-MySQL

2010-08-26 Thread Nunzio Daveri
Hello gurus, I am trying to install the perl-DBD-MySQL and each time I get this error message. Any ideas? I have tried it on a Sun X4150 (Dual Quad Cored Intel) and a Sun X4200 (Dual Dual Core Opteron) both on CentOS 4.8. I have tried to install and build with MySQL 4.x on the box

Re: Can't install perl-DBD-MySQL

2010-08-26 Thread Joerg Bruehe
Nunzio, Nunzio Daveri wrote: Hello gurus, I am trying to install the perl-DBD-MySQL and each time I get this error message. Any ideas? I have tried it on a Sun X4150 (Dual Quad Cored Intel) and a Sun X4200 (Dual Dual Core Opteron) both on CentOS 4.8. I have tried to install and build

Re: CentOS 4.8 no-install of MySQL 5.1.4X???

2010-07-30 Thread Nunzio Daveri
Thanks Claudio but I do that all the time.  The question is where is the file?  You said to go to the download area, there are hundreads of files and not one tar file says rhel or cent os. What is the URL / file name to download and untar please? Thanks for responding :-) Nunzio

Re: CentOS 4.8 no-install of MySQL 5.1.4X???

2010-07-30 Thread Joerg Bruehe
Nunzio, all, Nunzio Daveri schrieb: Thanks Claudio but I do that all the time. The question is where is the file? You said to go to the download area, there are hundreads of files and not one tar file says rhel or cent os. tar.gz packages are not specific to the Linux distribution, they

Re: CentOS 4.8 no-install of MySQL 5.1.4X???

2010-07-30 Thread Joerg Bruehe
From: Joerg Bruehe joerg.bru...@oracle.com To: Nunzio Daveri nunziodav...@yahoo.com Cc: mysql@lists.mysql.com Sent: Fri, July 30, 2010 9:19:29 AM Subject: Re: CentOS 4.8 no-install of MySQL 5.1.4X??? Nunzio, all, Nunzio Daveri schrieb: [[...]] What is the URL / file name

Re: CentOS 4.8 no-install of MySQL 5.1.4X???

2010-07-30 Thread Nunzio Daveri
no-install of MySQL 5.1.4X??? Hi Nunzio, all (cc' to the list)! Nunzio Daveri schrieb: Hello Joerg, thanks for replying.  I am at: http://mysql.llarian.net/Downloads/MySQL-5.1/ I cannot comment on that server, do neither know it nor the origin of the packages they provide (own builds or mirrored

Re: Automate Install/Configuration of MySQL on Linux

2010-07-29 Thread Todd E Thomas
To answer both emails... My first install is Puppet :) 1) I have many clients (schools with Macs/Linux) that could use this package. This is in the works - good call. For the sake of DRP (Disaster Recovery Planning) I automate all of my installs on the 1% off-chance that my backups

CentOS 4.8 no-install of MySQL 5.1.4X???

2010-07-29 Thread Nunzio Daveri
Hello Gurus, I am trying to see if there is a no install version of MySQL 5.1.4X for Cent OS 4.8?  We got a copy for Solaris x86 and it works AWESOME, I cant seem to find one for Cent OS?  We wanted to install several flavors and test a 200 MB query script file against it to see how

Re: CentOS 4.8 no-install of MySQL 5.1.4X???

2010-07-29 Thread Claudio Nanni
/etc/my.cnf, put custom my.cnf into the basedir good luck Claudio You have Intel On 7/29/2010 9:30 PM, Nunzio Daveri wrote: Hello Gurus, I am trying to see if there is a no install version of MySQL 5.1.4X for Cent OS 4.8? We got a copy for Solaris x86 and it works AWESOME, I cant seem to find one

Re: Automate Install/Configuration of MySQL on Linux

2010-07-28 Thread Rob Wultsch
On Tue, Jul 27, 2010 at 1:56 PM, Todd E Thomas todd_...@ssiresults.com wrote: I'm looking for automation direction... I've found many packages that sit on top of MySQL. For the purposes of consistency I'd like to automate these installs. I've been able to automate the install

Automate Install/Configuration of MySQL on Linux

2010-07-27 Thread Todd E Thomas
I'm looking for automation direction... I've found many packages that sit on top of MySQL. For the purposes of consistency I'd like to automate these installs. I've been able to automate the install and configuration of everything except the mysql part. I'm using CentOS 5.5. Installing

Re: New MySQL InStall

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

HOW TO INSTALL MYSQL ODBC ON AIX 5.3 ?

2010-05-06 Thread sun . yan5
FOLLOW ARE SOME MY OPERATOR STEPS,HOW WILL I TO DO IT? p570a:/mysql/mysql-connector-odbc-5.1.6-aix5.3-powerpc-64bit/bin ./myodbc-installer exec(): 0509-036 Cannot load program ./myodbc-installer because of the following errors: 0509-150 Dependent module libodbc.so could not be loaded.

New MySQL InStall

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

Re: Secure Install Removed Root Accounts

2010-03-31 Thread Johan De Meersman
On Wed, Mar 31, 2010 at 12:25 AM, Carlos Mennens carlosw...@gmail.comwrote: hearing from many admins that MySQL expects and needs there to be three accounts for root. Them being 'localhost', 127.0.0.1, and hostname. Is this false information? Totally false. It's convenient, and probably all

Re: Secure Install Removed Root Accounts

2010-03-31 Thread John Daisley
If you only want root to be able to log in locally then you only need 'root'@'localhost' unless you are using tcp connections. regards John On Tue, Mar 30, 2010 at 11:25 PM, Carlos Mennens carlosw...@gmail.comwrote: Today I installed MySQL 5.1.45-1 on my production server and it recommended

Re: Secure Install Removed Root Accounts

2010-03-31 Thread Carlos Mennens
On Wed, Mar 31, 2010 at 3:07 AM, Johan De Meersman vegiv...@tuxera.be wrote: On Wed, Mar 31, 2010 at 12:25 AM, Carlos Mennens carlosw...@gmail.com wrote: hearing from many admins that MySQL expects and needs there to be three accounts for root. Them being 'localhost', 127.0.0.1, and

Re: Secure Install Removed Root Accounts

2010-03-31 Thread Johan De Meersman
On Wed, Mar 31, 2010 at 3:52 PM, Carlos Mennens carlosw...@gmail.comwrote: mysql CREATE USER 'carlos'@'localhost' IDENTIFIED BY 'holla'; mysql GRANT ALL PRIVILEGES ON *.* TO 'carlos'@'localhost' WITH GRANT OPTION; Pretty much. It's also a good idea to give that user SUPER privileges, as

Secure Install Removed Root Accounts

2010-03-30 Thread Carlos Mennens
Today I installed MySQL 5.1.45-1 on my production server and it recommended that I run the following: /usr/bin/mysql_secure_installation When I ran this, it simply guided me to do the following: - set root password - disable remote login for root - remove 'anonymous' user accounts - delete

Factors for slower mysqldump on superior hardware vrs faster dump on slower hardware. Same install. Why?

2010-03-22 Thread David Taveras
Hello, Iam using OpenBSD 4.6 GENERIC kernel with mysql-server . Machine A (faster) AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ (AuthenticAMD 686-class, 512KB L2 cache) 2.72 GHz 2GB of RAM wd0 at pciide1 channel 0 drive 0: ST3160813AS wd0: 16-sector PIO, LBA48, 152627MB, 312581808 sectors

Q on Mysql install on OS X (SNow Leopard)

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

Removing MySQL to install new version

2009-11-12 Thread Miguel Cardenas
Hello I noticed that mysql 6 alpha is no longer available so I want to remove it from my laptop and install the latest 5.x version. I have just restored my Linux system image so my database is clean and empty and is a good moment to do it. My question is, how can I remove it completely from my

Re: Removing MySQL to install new version

2009-11-12 Thread Carlos Proal
Yes, you only have to delete the directories. Carlos On 11/12/2009 8:16 AM, Miguel Cardenas wrote: Hello I noticed that mysql 6 alpha is no longer available so I want to remove it from my laptop and install the latest 5.x version. I have just restored my Linux system image so my database

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

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

Source-Install 5.0.85 on Debian Lenny: MySQL-Client segfaults

2009-09-15 Thread Werner
Hi everybody, I'm currently installing MySQL 5.0.85 from source on Debian Lenny, but do expirience Problems with the MySQL-Client. # uname -a Linux corleone 2.6.26-2-amd64 #1 SMP Wed Aug 19 22:33:18 UTC 2009 x86_64 GNU/Linux # The following configure-options are used: ./configure

warning and error when I install the db

2009-09-05 Thread Gabriele Giorelli
Hi, After installing mysql-5.1.37 on solaris10, I am getting this message: ../mysql_install_db --user=mysql --ldata=/sqldata Installing MySQL system tables... 090905 13:10:19 [Warning] option 'max_join_size': unsigned value 184467440737095 51615 adjusted to 4294967295 090905 13:10:19

Install mysql-workbench bug

2009-08-10 Thread michel
I am installing mysql-workbench- oss-5.1.16. tar.gz on Linux and I hit this bug during ./configure cannot find install-sh or install.sh I checked and the file install-sh is in the directory ... /mysql-workbench- oss-5.1.16. I have also installed a lot of other software in the server without

Re: Resend: enabling storage engine with RPM install

2009-02-20 Thread Joerg Bruehe
Hi Jim, all! Jim Lyons wrote: Yes, I had a slip of the mind. The engine that was not supported by the install is the Federated engine. I apologize, I had a blind spot. The SHOW ENGINES command lists FEDERATED but has NO in the Support column. The question, though, is how does one add

Re: Resend: enabling storage engine with RPM install

2009-02-20 Thread John Daisley
machine and for some reason the innodb storage engine was not installed with it. We install from RPMs so I'm not sure how to install the storage engine. If we compiled ourselves, we'd recompile but that's not an option. Does anyone know how to install a storage engine once mysql's been

Re: enabling storage engine with RPM install

2009-02-20 Thread Jim Lyons
yes, but how does one add engines to an existing install? Is it possible? I might want/need to add a storage engine that was not in the initial install. On Fri, Feb 20, 2009 at 12:59 AM, Krishna Chandra Prajapati prajapat...@gmail.com wrote: Hi Jim, mysql rpm installation comes with default

Re: enabling storage engine with RPM install

2009-02-20 Thread Dan Nelson
. We install from RPMs so I'm not sure how to enable the storage engine. If we compiled ourselves, we'd recompile but that's not an option. Does anyone know how to enable a storage engine once mysql's been installed by an RPM? How does one make the selections in the first place with RPMs

enabling storage engine with RPM install

2009-02-19 Thread Jim Lyons
We have 5.0.22 installed on a test machine and for some reason the innodb storage engine was not enabled. We install from RPMs so I'm not sure how to enable the storage engine. If we compiled ourselves, we'd recompile but that's not an option. Does anyone know how to enable a storage engine once

Resend: enabling storage engine with RPM install

2009-02-19 Thread Jim Lyons
was not installed with it. We install from RPMs so I'm not sure how to install the storage engine. If we compiled ourselves, we'd recompile but that's not an option. Does anyone know how to install a storage engine once mysql's been installed by an RPM? How does one make the selections in the first place

Re: Resend: enabling storage engine with RPM install

2009-02-19 Thread Baron Schwartz
on the database. The innodb engine is not supported by the database. We have 5.0.22 installed on a test machine and for some reason the innodb storage engine was not installed with it. We install from RPMs so I'm not sure how to install the storage engine. If we compiled ourselves, we'd

Re: Resend: enabling storage engine with RPM install

2009-02-19 Thread Jim Lyons
Yes, I had a slip of the mind. The engine that was not supported by the install is the Federated engine. I apologize, I had a blind spot. The SHOW ENGINES command lists FEDERATED but has NO in the Support column. The question, though, is how does one add an unsupported engine to an RPM install

Re: Resend: enabling storage engine with RPM install

2009-02-19 Thread chaim . rieger
Perhaps you disabled it via my.cnf Sent via BlackBerry from T-Mobile -Original Message- From: Jim Lyons jlyons4...@gmail.com Date: Thu, 19 Feb 2009 22:45:01 To: MySQLmysql@lists.mysql.com Subject: Re: Resend: enabling storage engine with RPM install Yes, I had a slip of the mind

Re: Resend: enabling storage engine with RPM install

2009-02-19 Thread Jim Lyons
Subject: Re: Resend: enabling storage engine with RPM install Yes, I had a slip of the mind. The engine that was not supported by the install is the Federated engine. I apologize, I had a blind spot. The SHOW ENGINES command lists FEDERATED but has NO in the Support column. The question

Re: Resend: enabling storage engine with RPM install

2009-02-19 Thread chaim . rieger
Can you post you my.cnf please Sent via BlackBerry from T-Mobile -Original Message- From: Jim Lyons jlyons4...@gmail.com Date: Thu, 19 Feb 2009 23:06:33 To: chaim.rie...@gmail.com Cc: MySQLmysql@lists.mysql.com Subject: Re: Resend: enabling storage engine with RPM install How does

Re: Resend: enabling storage engine with RPM install

2009-02-19 Thread Jim Lyons
to an RPM install? The config file follows. Thanks. [client] socket = /db/data/mysql.sock port= 3306 [mysqld] socket = /db/data/mysql.sock datadir = /db/data tmpdir = /db/tmp port= 3306 user= mysql max_allowed_packet = 1024M

  1   2   3   4   5   6   7   8   9   10   >