Re: Install mysql server using RPM

2014-03-03 Thread Johan De Meersman
- Original Message - > From: "Asma rabe" > 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 not need to ins

Re: Install mysql server using RPM

2014-03-03 Thread geetanjali mehra
issue: mysql at the command prompt and let me know. also post the output of ls /var/lib On Mon, Mar 3, 2014 at 1:53 PM, Asma rabe wrote: > Hi all, > > I am trying installing Mysql server using RPM bundle > > > rpm -i MySQL-server-5.6.16-1.el6.x86_64.rpm > rpm -i MySQL-client-5.6.16-1.el6.x86_64

Re: Install MySQL on Windows XP

2008-08-20 Thread Sebastian Mendel
yuan edit schrieb: Hi all. I am trying install mysql-essential-5.0.67-win32.msi on windows xp. But i can not configure the mysql server successful. I stoped the firewall and anti-virus programs when i install mysql server. there is mysql message: Could not start the service MySQL5.Error:0 Now

Re: Install MySQL on Windows XP

2008-08-20 Thread Schalk Neethling
Hi there Yuan, Hopefully this article can be of some help to you: http://schalkneethling.alliedbridge.com/php/php-mysql-apache-set-up-how-to/ Regards, Schalk yuan edit wrote: Hi all. I am trying install mysql-essential-5.0.67-win32.msi on windows xp. But i can not configure the mysql server su

Re: install mysql-5.0.17 on linux AMD 64 processor

2005-12-30 Thread Duncan Hill
On Friday 30 December 2005 14:05, jean-marc Jegou wrote: > Re: install mysql-5.0.17 on linux AMD 64 processor > http://lists.mysql.com/mysql/193352 > > dir Duncan Hill , > > thank you to answer to my question ! > > my processeur is AMD 64 2800+ ( 64 Bits processeurs!)

Re: install mysql-5.0.17 on linux AMD 64 processor

2005-12-30 Thread jean-marc Jegou
Re: install mysql-5.0.17 on linux AMD 64 processor http://lists.mysql.com/mysql/193352 dir Duncan Hill , thank you to answer to my question ! my processeur is AMD 64 2800+ ( 64 Bits processeurs!) and linux is seeing an Athlon 32 bits processor (see previous message). My OS IS Linux Aurox ver

Re: install mysql-5.0.17 on linux AMD 64 processor

2005-12-30 Thread Duncan Hill
On Friday 30 December 2005 10:35, jean-marc Jegou wrote: > i try to install mysql-standard-5.0.17_linux-x86_64-glibc23, but it did > not work ! > > System: Linux localhost.localdomain 2.6.9-10.2.aur.2 #1 Thu Feb 10 > 04:34:27 EST 2005 i686 athlon i386 GNU/Linux > Architecture: i686 x86_

Re: Install Mysql 4 on Fedora Core 2

2005-06-13 Thread Gleb Paharenko
Hello. Use the rpm or binary distribution from: http://dev.mysql.com/downloads/mysql/4.1.html If you install MySQL using rpm with -U command line option, it will remove the old package. You may meet some problems using PHP or Perl when you try to connect through they was compiled for 3.x

Re: Install Mysql 4 on Fedora Core 2

2005-06-13 Thread Jigal van Hemert
> I want to install MySQL 4 on Fedora Core 2. > Questions: > #1. Do I need to uninstall MySQL 3 from the server first? http://dev.mysql.com/doc/mysql/en/upgrading-from-3-23.html > #2. Where I can get source for MySQL 4? http://dev.mysql.com/downloads/ Go to the page of the version you like to inst

RE: Install Mysql 4 on Fedora Core 2

2005-06-13 Thread Peter Normann
Jerry Swanson wrote: > #1. Do I need to uninstall MySQL 3 from the server first? Not really. > #2. Where I can get source for MySQL 4? At your local 7/11. They usually store it hidden behind the counter along with the most popular nuclear launch codes. If they are out of stock, you might consi

Re: Install mysql question

2005-05-20 Thread Gleb Paharenko
Hello. See: http://dev.mysql.com/doc/mysql/en/can-not-connect-to-server.html >Dear there, >I have some problems when installing mysql under rpm. Hope some people >can give me help. >I install MySQL-server-4.1.12-0.i386 package and >MySQL--client--4.1.12-0.i386 package >under roo

Re: install Mysql----to ./mysql_install_db ERROR

2005-03-28 Thread Gleb Paharenko
Hello. Do you have previous installations of MySQL server? >[1]+ Done ./mysqld_safe What is in the error log? See: http://dev.mysql.com/doc/mysql/en/starting-server.html >mandrake 10.1 >mysql 4.1.10a >[EMAIL PROTECTED] bin]# ./mysql_install_db >Installing all prepared tab

Re: install mysql & create databases

2004-03-19 Thread Victoria Reznichenko
zeineb sellami <[EMAIL PROTECTED]> wrote: > > we are faced to a problem where creating databases > the installation is succeded but we can't create the databases correctly > the instruction ./scripts/mysql_install_db shows > prepare installing database inspite of creating db table > > what is the

Re: Install Mysql

2004-03-03 Thread Victor Medina
That's not the way of removing the service! Change it to the older file. Then run: "nameofold-mysql.exe --remove" To reinstall the service: "nameofthenew-mysql.exe --install" On Wed, 2004-03-03 at 13:31, Teddy Ruxpin wrote: > (sorry my english) > I had in my computer EasyPHP. Always worked.

Re: Install MySQL and MS SQL on Same Server

2003-10-21 Thread Martijn Tonies
> Will be any problem if I install MySQL 4.0.15 for Win on the Server that > already has MS SQL 2K under W2K Server? Except that they may be battling for resources: no. You can also adjust the MS SQL 2K settings to have a maximum memory and CPU usage. With regards, Martijn Tonies Database W

Re: Install MySQL Help Tables

2003-09-13 Thread Paul DuBois
At 10:46 PM -0400 9/13/03, Randy_Chrismon/[EMAIL PROTECTED] wrote: Also, I did a clean install using RPMs on a Redhat 9.0 machine. A straight install (rpm -Uvh) failed on a bunch of dependencies -- including the fact that apparently MySQL 3.2.? was installed with Redhat. I did an rpm -e on the exis

Re: Install MySQL-4.0.6 on Red hat Linux 7.3

2002-12-23 Thread Luuk de Boer
Try: rpm -Uvh mysql-version-etc ... this will upgrade your mysql instead of installing the new one .. Else what you can do is: rpm -e mysql (remove mysql installation) rpm -ivh mysql (install the new mysql version) Grtz. Luuk On 24 Dec 2002 at 15:29, ECTeo wrote: > When I try to install MySQ

Re: install mysql on osx 10.2

2002-10-01 Thread Joel Rees
Stephane Pinel wrote > Le 1/10/02 19:51, $B%)(B webmaster ; <[EMAIL PROTECTED]> a $BqD(Brit : > > > Hi, I am looking for some help installing mysql > > I have downloaded a copy and have it on my > > desktop , and well I am sorta wondering where to > > go from here. Because the instructi

Re: install mysql on osx 10.2

2002-10-01 Thread Stéphane Pinel
Le 1/10/02 19:51, « webmaster » <[EMAIL PROTECTED]> a écrit : > Hi, I am looking for some help installing mysql > I have downloaded a copy and have it on my > desktop , and well I am sorta wondering where to > go from here. Because the instructions are too vague > > for me, as a newbie to mysql

Re: install mysql on osx 10.2

2002-10-01 Thread Kelly
Check out the excellent package/instructions at http://www.entropy.ch/software/macosx/mysql/ At 01:51 PM 10/1/2002 -0400, webmaster wrote: >Hi, I am looking for some help installing mysql >I have downloaded a copy and have it on my >desktop , and well I am sorta wondering where to >go from here.

Re: install mysql on osx 10.2

2002-10-01 Thread Clayburn W. Juniel, III
On Tuesday, October 1, 2002, at 10:51 24h, webmaster wrote: > Hi, I am looking for some help installing mysql > I have downloaded a copy and have it on my > desktop , and well I am sorta wondering where to > go from here. Because the instructions are too vague > Try the Mac OS version 10.2 fro

Re: RE: install mysql on RedHat7.1

2002-08-12 Thread Egor Egorov
Viraj, Friday, August 09, 2002, 5:14:00 AM, you wrote: VKA> Actually, in my redhat 7.1 distribution, it has only VKA> mysql-VERSION.rpm, mysql-server-VERSION.rpm and VKA> mysql-devel-VERSION.rpm only, it's missing it's client rpm. VKA> I checked with my previous 7.0 cd set, it's missing the VK

RE: install mysql on RedHat7.1

2002-08-08 Thread Viraj Kalinga Abayarathna
body explain me how to install latest mysql tar.gz on RedHat linux 7.1,step by step, or send me a link to a good tutorial. V.k. Abaya -Original Message- From: Victor Pendleton [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 8:52 AM To: 'Viraj Kalinga Abayarathna '; &

Re: install mysql (update)

2002-07-12 Thread miguel solorzano
At 21:30 11/7/2002 -0300, [EMAIL PROTECTED] wrote: Hi, >I am trying to update my version and I am not getting. My current version is >3.23.49-nt. I am using MySql in Windows 2000. > >When I try to install it happens the mistake -103: > >An error occurred during the moves date process: -103 >Compo

Re: install mysql (update)

2002-07-12 Thread Victoria Reznichenko
I am trying to update my version and I am not getting. My current version is t> 3.23.49-nt. I am using MySql in Windows 2000. t> When I try to install it happens the mistake -103: t> An error occurred during the moves date process: -103 t> Component: servers t> File group: t> File: Did you rem

Re: install MySql on drive other than C

2002-06-03 Thread Victoria Reznichenko
Inbal, Sunday, June 02, 2002, 11:42:01 AM, you wrote: IO> I read in the manual about building mysql not on c:\ IO> and i found that i need to change the file my.ini IO> my questions are: IO> 1) can i build this file by my self and not with winmysqladmin.exe? Yes, you can create file my.ini or m

Re: install mysql++ on linux

2002-04-25 Thread Sinisa Milivojevic
adel essafi writes: > hi > i have downloaded mysql++ on linux. > i didn't find these files > automake > autoconfig > so , i couldn't install mysql++. > help plz > > On linux, you can skip first two steps and start from configure ... -- Regards, __ ___ ___ __ / |/ /_ __/ __/

Re: install MySQL

2002-02-12 Thread Georg Richter
On Monday, 11. February 2002 01:54, [EMAIL PROTECTED] wrote: > Dear Sir, > > I want to install MySQL. The operating system used is Mac OS X. I have > downloaded MySQL from www.mysql.com. I would be grateful if you could > supply some tip regarding how to install mysql with Mac OS X. Thanks a > lot

Re: install MySQL

2002-02-12 Thread Andreas Habereder
Li, try http://www.entropy.ch/software/macosx/mysql/ then its very easy!! regards, Andreas On Montag, Februar 11, 2002, at 01:54 Uhr, [EMAIL PROTECTED] wrote: > Dear Sir, > > I want to install MySQL. The operating system used is Mac OS X. I have > downloaded MySQL from www.mysql.com. I w

Re: install MySQL

2002-02-10 Thread Georg Richter
On Monday, 11. February 2002 01:54, [EMAIL PROTECTED] wrote: > Dear Sir, > > I want to install MySQL. The operating system used is Mac OS X. I have > downloaded MySQL from www.mysql.com. I would be grateful if you could > supply some tip regarding how to install mysql with Mac OS X. Thanks a > lot

Re: install MySQL

2002-02-10 Thread Andreas Habereder
Li, try http://www.entropy.ch/software/macosx/mysql/ then its very easy!! regards, Andreas On Montag, Februar 11, 2002, at 01:54 Uhr, [EMAIL PROTECTED] wrote: > Dear Sir, > > I want to install MySQL. The operating system used is Mac OS X. I have > downloaded MySQL from www.mysql.com. I w

Re: Install MySQL GUI

2001-07-17 Thread Sinisa Milivojevic
Syed Zuhdi writes: > Sir, > I'm using Linux Mandrake 8.0. This is the first time > I'm using Linux OS. My question > is: how to install MySQL GUI to Linux. > Please help me. > > Thank you very much. > My email : [EMAIL PROTECTED] > Just download 1.7.5-2 static binary for Linux and follow inst

Re: Install mysql-nt or mysql-max-nt

2001-05-29 Thread Paul DuBois
At 10:45 AM +0800 5/30/01, nyon wrote: >Hi, > >I am installing MySQL in Windows 2000 Advanced Server. >However, the installation comes with two files for NT, namely >mysql-nt.exe and mysql-max-nt.exe. > >Which one I should use ? > > >Nyon The differences are described at: http://www.mysql.com/do