mysql on linux tutorials written by me for community

2010-12-18 Thread shahryar ghazi
More MySQL tutorials: opensource-db-tools - A set of open source tools for MySQL How to install MySQL Gearman UDF on Ubuntu/Debian Linux

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

Re: Automate Install/Configuration of MySQL on Linux

2010-07-27 Thread Rob Wultsch
On Tue, Jul 27, 2010 at 1:56 PM, Todd E Thomas 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 and configuration of everything >

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

Re: Mysql on linux - choosing the right filesystem

2007-02-25 Thread Kevin Burton
On 2/24/07, Jean-Sebastien Pilon <[EMAIL PROTECTED]> wrote: Hello, I would like to get some of your input on file systems to use with mysql. Should I use a journaling filesystem ? Should I choose a different one based on what I store (log files, myisam dbs, innodb datafiles, etc ) ? Is there an

Mysql on linux - choosing the right filesystem

2007-02-24 Thread Jean-Sebastien Pilon
Hello, I would like to get some of your input on file systems to use with mysql. Should I use a journaling filesystem ? Should I choose a different one based on what I store (log files, myisam dbs, innodb datafiles, etc ) ? Is there any file system tweaks you recommend ? TIA NOTICE: This email

install mysql on linux AMD64 processor

2005-12-30 Thread jean-marc Jegou
SEND-PR: -*- send-pr -*- SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as SEND-PR: will all comments (text enclosed in `<' and `>'). SEND-PR: From: root To: mysql@lists.mysql.com Subject: [50 character or so descriptive subject here (for reference)] >Description: i try

Re: How to start mysql on linux?

2005-11-22 Thread Hassan Schroeder
Jerry Swanson wrote: > I have sudo access to Linux box. How to start mysql 4.0.14. For 4.1, but you can probably figure out the differences :-) -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Desi

How to start mysql on linux?

2005-11-22 Thread Jerry Swanson
I have sudo access to Linux box. How to start mysql 4.0.14. TH

Re: Max Connections of MySQL on Linux

2005-06-27 Thread Gleb Paharenko
Hello. Check your results with official binaries. Set max_connections variable to big enough value. Combinations of different versions of compilers and glibc sometimes could give unpredictable results. "huang leo" <[EMAIL PROTECTED]> wrote: > Hi, everyone: >I had done a test on Lin

Max Connections of MySQL on Linux

2005-06-26 Thread huang leo
Hi, everyone: I had done a test on Linux2.6. I got the max connections of 1079 when I complied the MySQL with static link. But I got the max connections of 7159 when I complied the MySQL with dynamic link. Why has so much difference between the static link and dynamic link? Has anybody know

msAccess to Mysql on Linux

2005-02-26 Thread Patrick Marquetecken
Hi, I'm trying to move databases from msaccess to Mysql and do this on a Linux machine. i have used following tools mdbtools: mdb-export -d# ./recepten.mdb tblRecepten > recepten.txt dos2unix: dos2unix recepten.txt mysqlimport: mysqlimport -uroot -p --fields-terminated-by='#' --fields-optionally

Re: New to MySQL on Linux

2005-02-12 Thread Terry Riley
Thanks, Joshua - just the sort of info I needed. Off to find a more recent distro Cheers Terry - Original Message - > On Friday 11 February 2005 09:15, Terry Riley said something like: > > Having inherited an elderly PIII/500MHz box with an 8Gb SCSI disk, > > that had an apparently

Re: New to MySQL on Linux

2005-02-11 Thread Joshua J. Kugler
On Friday 11 February 2005 09:15, Terry Riley said something like: > Having inherited an elderly PIII/500MHz box with an 8Gb SCSI disk, > that had an apparently unusable XP SP2 OS on it, I decided to wipe > the disk and install my first Linux instead, using an ancient RedHat > 7.3 distribution. Fi

Re: New to MySQL on Linux

2005-02-11 Thread Terry Riley
Thanks to all who replied - food for thought... Cheers Terry - Original Message - > Having inherited an elderly PIII/500MHz box with an 8Gb SCSI disk, that > had an apparently unusable XP SP2 OS on it, I decided to wipe the disk > and install my first Linux instead, using an ancient Red

RE: New to MySQL on Linux

2005-02-11 Thread Dean, Michael L USAATC
February 11, 2005 2:31 PM To: [EMAIL PROTECTED]; mysql@lists.mysql.com Subject: Re: New to MySQL on Linux Terry Riley wrote: > install my first Linux instead, using an ancient RedHat 7.3 distribution. > > Having done that successfully, and increased the memory from 256 to > 768Mb,

Re: New to MySQL on Linux

2005-02-11 Thread Hassan Schroeder
Terry Riley wrote: install my first Linux instead, using an ancient RedHat 7.3 distribution. Having done that successfully, and increased the memory from 256 to 768Mb, I think I'm now ready to install the latest MySQL on it. All my previous MySQL experience, unfortunatley, has been on WinNT, usua

Re: New to MySQL on Linux

2005-02-11 Thread Andy
On Fri February 11 2005 19:15, Terry Riley wrote: > Now the question: If I'm only using this as a database (no development) on > RH7.3, which is the preferred download? I am confused by the plethora of > options available for Linux. Just need something that is relatively simple > to install (either

New to MySQL on Linux

2005-02-11 Thread Terry Riley
Having inherited an elderly PIII/500MHz box with an 8Gb SCSI disk, that had an apparently unusable XP SP2 OS on it, I decided to wipe the disk and install my first Linux instead, using an ancient RedHat 7.3 distribution. Having done that successfully, and increased the memory from 256 to 768Mb,

Re: Update on installing mysql on linux

2004-07-26 Thread Egor Egorov
"Levi Campbell" <[EMAIL PROTECTED]> wrote: > Okay, I got the RPM package installed but when I use rpm -I = > mysql-server-4.0.20-0.i386.rpm, I am told that I need several files, = > most of which I can't find in the Debian package library. I need the = > following files: /usr/bin/perl, sh-utils an

Re: Update on installing mysql on linux

2004-07-22 Thread Philippe Poelvoorde
Levi Campbell wrote: Okay, I got the RPM package installed but when I use rpm -I mysql-server-4.0.20-0.i386.rpm, I am told that I need several files, most of which I can't find in the Debian package library. I need the following files: /usr/bin/perl, sh-utils and sh, where can I get these? my guess

Update on installing mysql on linux

2004-07-21 Thread Levi Campbell
Okay, I got the RPM package installed but when I use rpm -I mysql-server-4.0.20-0.i386.rpm, I am told that I need several files, most of which I can't find in the Debian package library. I need the following files: /usr/bin/perl, sh-utils and sh, where can I get these?

Re: cannot install mysql on linux using RPM's

2004-07-21 Thread Egor Egorov
"Levi Campbell" <[EMAIL PROTECTED]> wrote: > Hi, I'm trying to install MySQL on Debian Linux on an old computer whe = > had lying around. (Pentium 2 or three) and I'm trying to install the RPM = > files so I can install the software. my problem is with the Perl debian = > packages, I can't get the

cannot install mysql on linux using RPM's

2004-07-20 Thread Levi Campbell
Hi, I'm trying to install MySQL on Debian Linux on an old computer whe had lying around. (Pentium 2 or three) and I'm trying to install the RPM files so I can install the software. my problem is with the Perl debian packages, I can't get them configured, can anyone help?

Failed reports for installing MySQL on Linux(AMD64)

2004-04-28 Thread sclinm
Hi, Deeply appreciated your helps. (See attached file: failed_mysql_report) S.C. Lin 林聖哲 Taiwan Semiconductor Manufacturing Company, Ltd. No. 6, Li-Hsin Rd.6, Science-Based Industrial Park Hsin-Chu, Taiwan 300-77, R.O.C. Tel: 03-666 Ext: 4770 [EMAIL PROTECTED] -- MySQL General Mailing List

Re: Restore problem between MySQL on Win32 and MySQL on Linux?

2004-04-23 Thread g . lams
It works like a charme with the -Q option Thank you Gael Victoria Reznichenko <[EMAIL PROTECTED]> wrote on 23/04/2004 11.26.01: > [EMAIL PROTECTED] wrote: > > > > I performed the backup (mysqldump -u username -p db > backup.sql) of a > > database on a Win32 (4.0.15-max-debug) server in orde

Re: Restore problem between MySQL on Win32 and MySQL on Linux?

2004-04-23 Thread Victoria Reznichenko
[EMAIL PROTECTED] wrote: > > I performed the backup (mysqldump -u username -p db > backup.sql) of a > database on a Win32 (4.0.15-max-debug) server in order to restore it on > Linux server (4.0.15-9) > When I try to restore it on the linux machine (with mysql -u username -p > db < backup.sql),

Restore problem between MySQL on Win32 and MySQL on Linux?

2004-04-23 Thread g . lams
Hi All, I performed the backup (mysqldump -u username -p db > backup.sql) of a database on a Win32 (4.0.15-max-debug) server in order to restore it on Linux server (4.0.15-9) When I try to restore it on the linux machine (with mysql -u username -p db < backup.sql), there is an error saying: ERR

Re: MySQL on Linux

2004-04-09 Thread Dan
Perhaps stated a bit more correctly: Apache is NOT unique to Linux, so any system using Apache would need this configuration, that would include windows, MAC OS, Solaris, Irix, etc. Can't blame the OS on a softwares requirements... Dan. At 08:07 AM 4/9/2004, Paul Smith wrote: %% Dan Nelson <[EMAI

Re: MySQL on Linux

2004-04-09 Thread Paul Smith
%% Dan Nelson <[EMAIL PROTECTED]> writes: dn> That is because although Linux binaries can access files over 2gb, dn> they do not do so by default. Apache was probably not compiled dn> with the required defines (-D_LARGEFILE_SOURCE dn> -D_FILE_OFFSET_BITS=64), so that's why it stops at 2gb

Re: MySQL on Linux

2004-04-07 Thread Benjamin Arai
Just to be complete, linux does have limitations depending upon limitations of the file-system, and the kernel. All modern filesystems (XFS, EXT3, ...) all allow files over a terabyte is size. On Tue, 2004-04-06 at 13:39, Ronan Lucio wrote: > > Uhm, > > what are you talking about?!? > > When I

Re: MySQL on Linux

2004-04-07 Thread dan
ough :-/ > > > P > > > > > > Alan Williamson <[EMAIL PROTECTED]> > 04/06/2004 05:57 PM > > To: Dan Nelson <[EMAIL PROTECTED]> > cc: [EMAIL PROTECTED] > Subject:Re: MySQL on Linux > > >

Re: MySQL on Linux

2004-04-07 Thread Peter J Milanese
Nelson <[EMAIL PROTECTED]> cc: [EMAIL PROTECTED] Subject: Re: MySQL on Linux Thank you, a much reasoned and sensible reply. This is information people can use, as oppose to the posts that 'say well its okay for me, you must be stupid' types. ;) Dan N

RE: MySQL on Linux

2004-04-06 Thread DChristensen
EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 4:54 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: MySQL on Linux I have had this happen on 2 boxes one running Redhat 7.2 and the other running Redhat 8. I can tell MySQL does not like not being able to write to the file anymore. We were

Re: MySQL on Linux

2004-04-06 Thread Alan Williamson
Thank you, a much reasoned and sensible reply. This is information people can use, as oppose to the posts that 'say well its okay for me, you must be stupid' types. ;) Dan Nelson wrote: In the last episode (Apr 06), Alan Williamson said: the most popular would have been Red Hat, which doesn't

Re: MySQL on Linux

2004-04-06 Thread Dan Nelson
In the last episode (Apr 06), Alan Williamson said: > >the most popular would have been Red Hat, which doesn't have this > >limit you speak of, even plain vanilla install (no twiddling > >needed). > > Not to spoil a perfectly good pontification ... but i have to say > that we have a Redhat8 distri

Re: MySQL on Linux

2004-04-06 Thread Chris W
Brad Tilley wrote: On Tuesday 06 April 2004 17:28, dan wrote: Just wanted to point out that 32 bit systems have limitations. 2^32 = 4 billion that's the max. Addressing more space than that requires a bit of black magic. All it takes a some arbitrary precision math. Since we are talking ab

Re: MySQL on Linux

2004-04-06 Thread Eric Gunnett
I have had this happen on 2 boxes one running Redhat 7.2 and the other running Redhat 8. I can tell MySQL does not like not being able to write to the file anymore. We were using MySQL 3.23 on one box and 4 on the other box. The table crashed. Causing a lot of corruption. In one instance it ac

Re: MySQL on Linux

2004-04-06 Thread Alan Williamson
dan wrote: the most popular would have been Red Hat, which doesn't have this limit you speak of, even plain vanilla install (no twiddling needed). Not to spoil a perfectly good pontification ... but i have to say that we have a Redhat8 distribution running on a Dell PowerEdge Server and when A

Re: MySQL on Linux

2004-04-06 Thread Brad Tilley
On Tuesday 06 April 2004 17:28, dan wrote: > nice flame! :) > btw- > Doesnt exist in out-of-the-box Linux distros, > or any distro you can currently download. > or any distro you could download (or buy) over the last few years. > > it doesnt occur in "vanilla" distributions or any other > retail, c

Re: MySQL on Linux

2004-04-06 Thread dan
nice flame! :) btw- Doesnt exist in out-of-the-box Linux distros, or any distro you can currently download. or any distro you could download (or buy) over the last few years. it doesnt occur in "vanilla" distributions or any other retail, commercial, or otherwise distribution... well maybe Suse,

Re: MySQL on Linux

2004-04-06 Thread Brad Tilley
On Tuesday 06 April 2004 16:31, dan wrote: > Uhm, > what are you talking about?!? > > Linux has no such limitation. > you can grow files as large as you like. > right now I have an InnoDB dbase with Mysql on a linux > system and the file is over 60 GIGS in size! > > maybe you meant 2 Tb? and if you

Re: MySQL on Linux

2004-04-06 Thread Ronan Lucio
> Uhm, > what are you talking about?!? When I put our site on a Linux system, apache stop working when it´s logfile get major than 2 Gb. I was afraid of it´d happen with MySQL, too. > Linux has no such limitation. > you can grow files as large as you like. > right now I have an InnoDB dbase with

Re: MySQL on Linux

2004-04-06 Thread Pete Harlan
The 2GB (not 2 Mb) file size limitation on Linux went away years ago. Unless your distribution is very old you won't have a problem. --Pete On Tue, Apr 06, 2004 at 05:05:59PM -0300, Ronan Lucio wrote: > Hi All, > > I always worked with MySQL on FreeBSD systems. > > Now I need to install am MyS

Re: MySQL on Linux

2004-04-06 Thread dan
Uhm, what are you talking about?!? Linux has no such limitation. you can grow files as large as you like. right now I have an InnoDB dbase with Mysql on a linux system and the file is over 60 GIGS in size! maybe you meant 2 Tb? and if you did, let's see you make one that big. Dan. On Tue, 6 Apr

MySQL on Linux

2004-04-06 Thread Ronan Lucio
Hi All, I always worked with MySQL on FreeBSD systems. Now I need to install am MySQL with InnoDB and MyISAM tables in ta Linux RH system. So, do I need to care about the Linux file size limitation of 2 Mb? Or MySQL deal this situation with Linux FS? In other words, will my MySQL stop working w

RE: Installing MySQL on Linux, HELP!

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

RE: Installing MySQL on Linux, HELP!

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

RE: Installing MySQL on Linux, HELP!

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

RE: Installing MySQL on Linux, HELP!

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

Installing MySQL on Linux, HELP!

2004-01-14 Thread Eve Atley
Well, RedHat 9 says mysql is *already* installed. But I can't start it. And when I attempt to configure it using mysql_install_db, it says to run make install on it first. When I try to ./configure, it says it can't be found. (i know gcc exists) When trying "make && make install", it says nothing

Japanese display problem with mysql on Linux

2003-10-07 Thread kayamboo
Hi folks I wrote an application which uses japanese characters. I can display japanese characters, fetching from a mysql database on my WindowsXP machine. I moved the same to a Linux machine and could see only junk characters. Any suggestions? MySQL version 4.0.13 on Win XP Japanese MySQL v

Re: Problems with MySQL on Linux (Linux Newbie)

2003-09-23 Thread Victoria Reznichenko
Donald Tyler <[EMAIL PROTECTED]> wrote: > > I am just learning to use Linux and I am having some problems with > getting MySQL to load. > > > I have successfully installed & tested both Apache & PHP, so I am pretty > comfortable with the whole configure and make processes. > > > I followed the

Problems with MySQL on Linux (Linux Newbie)

2003-09-23 Thread Donald Tyler
Hi, I am just learning to use Linux and I am having some problems with getting MySQL to load. I have successfully installed & tested both Apache & PHP, so I am pretty comfortable with the whole configure and make processes. I followed the MySQL installation docs to the letter, however w

re: Have a problem when I try to connect MySQL( on Linux) thru win32

2002-11-26 Thread Egor Egorov
Cem, Tuesday, November 26, 2002, 1:13:45 PM, you wrote: CY> I have a problem with MySQL ver 3.23.52 on Linux Redhat 8. It is CY> working successfully on the server, and can response all request CY> comming on Server. But, when I try to connect to the database thru CY> any client running on a Windo

Have a problem when I try to connect MySQL( on Linux) thru win32

2002-11-26 Thread Cem Yagli
initialize Innodb as 'innodb_data_file_path" is not set. If you do not want to use transactional InnoDB tables, add a line skip_Innodb to the [mysqld] section of init parameters in your my.cnf" ... I did it. But still I can't see the databases declared on the mysql (On Linux) from my

Have a problem when I try to connect MySQL( on Linux) thru win32

2002-11-25 Thread Cem Yagli
initialize Innodb as 'innodb_data_file_path" is not set. If you do not want to use transactional InnoDB tables, add a line skip_Innodb to the [mysqld] section of init parameters in your my.cnf" ... I did it. But still I can't see the databases declared on the mysql (On Linux) from my

Re: starting Mysql on linux

2002-11-10 Thread Bhavin Vyas
Make sure that your mysql daemon is running, if not, start it. Also, make sure the mysql.sock file is present in /var/lib/mysql. Bhavin. - Original Message - From: "Stick Dragon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 10, 2002 3:44 PM Subj

Re: starting Mysql on linux

2002-11-10 Thread Adolfo Bello
Make sure the service is started. If no, enter the command: console> service mysql start Adolfo On Sun, 2002-11-10 at 16:44, Stick Dragon wrote: i have installed redhat 8 and slackware linux and been trying to get mysql to run. when i get to the console and type 'mysql' i get, error 20

starting Mysql on linux

2002-11-10 Thread Stick Dragon
i have installed redhat 8 and slackware linux and been trying to get mysql to run. when i get to the console and type 'mysql' i get, error 2002; cant connect to local mysql server through socket '/var/lib/mysql/mysql.sock' i have tried to run mysqld through the console but says it cant find the

RE: Connecting to MySQL on Linux from a Windows machine. -- Resolved !!

2002-10-19 Thread Will Merrell
Well, after much fussing around with RPM's and searching this list, I have resolved my problem. The clue was the discussion on this list regarding the glibc bug. I upgraded to the 4.0.x RPM's that I got from the MySQL site and after I got all of the dependency problems fixed I was able to start up

RE: Connecting to MySQL on Linux from a Windows machine.

2002-10-18 Thread Ed Carp
> Thank you, but at this point I am pretty sure that my problem is not a > matter of entries in the user table. When I attempt to telnet > into port 3306 > the connection is immediately dropped. I don't really know if > any connection > is actually established at all, it may be established and imme

RE: Connecting to MySQL on Linux from a Windows machine.

2002-10-18 Thread Will Merrell
gt; Subject: RE: Connecting to MySQL on Linux from a Windows machine. > > > Will, > > |||)So I still need some more ideas. > > I have to learn your problem each time again when I setup a new > machine every half a year. > > I try each time the following hostnames:

RE: Connecting to MySQL on Linux from a Windows machine.

2002-10-18 Thread STIBS
Will, |||)So I still need some more ideas. I have to learn your problem each time again when I setup a new machine every half a year. I try each time the following hostnames: localhost (didn't work 4u) 127.0.0.1 (IP for localhost) hostname (e.g. databaseserver.mydomain.com- what you called the

RE: Connecting to MySQL on Linux from a Windows machine.

2002-10-18 Thread Will Merrell
Thank you to both of you who responded to my question. I have checked both of these issues and found that neither solve my situation. 1) I have (and had) both a 'will@localhost' and a 'will@"%"' entry in the user table. Is there something else that has to be done to set up the host? 2) According

Re: Connecting to MySQL on Linux from a Windows machine.

2002-10-18 Thread Olaf van Zandwijk
Hi, It seems to me that you can't connect to MySQL from an other machine at all. Did you start MySQL with the --skip-networking option? Try removing that option from the start-up scripts. \Olaf Will Merrell wrote: I cannot connect from my Windows machine to the MySQL database running on the L

Connecting to MySQL on Linux from a Windows machine.

2002-10-18 Thread Will Merrell
I cannot connect from my Windows machine to the MySQL database running on the Linux server. I have tried several different programs and they all report an error that says "Lost connection to MySQL server during connection". I have read all the articles I can find and searched the archives as well

RE: Connecting to MySQL on Linux from a Windows machine.

2002-10-18 Thread Randy Witt
Will, Do you have a user/host pair for the client in the user table within the mysql database?? It's not good enough just to have a user, the host has to be setup too. > I cannot connect from my Windows machine to the MySQL database running on > the Linux server. > > I have tried several differ

RE: MySql on Linux Clustering..?

2002-08-02 Thread Kerry Ancheta
[EMAIL PROTECTED]] > Sent: Thursday, August 01, 2002 9:09 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: MySql on Linux Clustering..? > > > > I want to run MySql on Linux Clustering Sever. > But I can't find about that. > > Wou

Re: MySql on Linux Clustering..?

2002-08-02 Thread Mike Hall
MySQL? --Mike - Original Message - From: "Kerry Ancheta" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, August 02, 2002 9:37 PM Subject: RE: MySql on Linux Clustering..?

RE: MySql on Linux Clustering..?

2002-08-02 Thread Kerry Ancheta
y, August 01, 2002 9:09 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: MySql on Linux Clustering..? > > > > I want to run MySql on Linux Clustering Sever. > But I can't find about that. > > Would you tell me , >

MySql on Linux Clustering..?

2002-08-01 Thread
I want to run MySql on Linux Clustering Sever. But I can't find about that. Would you tell me , Where can I get MySql Clustering HOW-TO Docs? - Before posting, please check: http://www.mysql.com/manual.php (the m

Re: Installing mysql on Linux

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

Re: Installing mysql on Linux

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

Installing mysql on Linux

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

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

install mysql++ on linux

2002-04-25 Thread adel essafi
hi i have downloaded mysql++ on linux. i didn't find these files automake autoconfig so , i couldn't install mysql++. help plz ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail

RE: Problem while installing DBD for mysql on linux.....

2002-04-03 Thread Shailesh Parmar
its a permission issue.. do >grant ALL on *.* to root@localhost .. -Original Message- From: Pramod Chowdavarapu [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 11:54 AM To: [EMAIL PROTECTED] Subject: Problem while installing DBD for mysql on linux. Hi All, I

Problem while installing DBD for mysql on linux.....

2002-04-03 Thread Pramod Chowdavarapu
Hi All, I am trying to install DBD for mysql on linux machinein the process when i did "make test" i am getting the below error messages... Could any one kindly help me in getting out of this?? Please refer the procedure to install Perl DBD module from source thru the

Connect Mysql on Linux from Windows

2002-03-25 Thread Egor Egorov
Dodol, Monday, March 25, 2002, 3:50:25 AM, you wrote: D> I am new member here, and I would like to ask about connection at D> Mysql. I have MySQL on linux server and I want to connect that MySQL D> engine from windows, how can I connect to that mysql D> now I've been insta

Connect Mysql on Linux from Windows

2002-03-24 Thread Dodol
Dear Miliser I am new member here, and I would like to ask about connection at Mysql. I have MySQL on linux server and I want to connect that MySQL engine from windows, how can I connect to that mysql now I've been install Mysql-ODBC and MySQLFront on windows, but there is still an

RE: mysql on Linux

2002-03-06 Thread Doug Thompson
Today I migrated my system to RH7.1. I had been running mysql on Mandrake 7.2 but I wanted to use the newer versions which require kernel 2.4.x. I experienced exactly the same problems as you with the RPM of mysql which came with the RH distro. I looked at everything and then some that had

RE: mysql on Linux

2002-03-06 Thread Luc Foisy
are allowed. -u or --user are valid, -p however is not listed in those options -Original Message- From: Steven Roussey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 3:13 PM To: 'Intrex' Cc: 'Mysql' Subject: RE: mysql on Linux > When I execute my

RE: mysql on Linux

2002-03-06 Thread Steven Roussey
> When I execute mysqld -u root -p > I am presented with the default variables. Which are? How about showing what mysqld --user=root displays? Also, you see linux-bin.* files? That indicates that mysqld was running at some point (maybe nine times). Can you get the directory listings with ls

Re: mysql on Linux

2002-03-06 Thread Intrex
- Original Message - From: "Steven Roussey" <[EMAIL PROTECTED]> To: "'Intrex'" <[EMAIL PROTECTED]> Cc: "Mysql" <[EMAIL PROTECTED]> Sent: Wednesday, March 06, 2002 1:07 PM Subject: RE: mysql on Linux > > Starting mysqld daem

RE: mysql on Linux

2002-03-06 Thread Steven Roussey
> Starting mysqld daemon with databases from /var/lib/mysql > 020305 17:46:10 mysqld ended This is written by safe_mysqld. It seems that mysqld was never started successfully. I've had this issue before. Every time it was a permissions issue. > > > When I execute mysqld -u root -p > > > I am pr

RE: mysql on Linux

2002-03-06 Thread Luc Foisy
try running safe_mysqld without any options I wouldn't know why you would need to specify a user name to start the daemon -Original Message- From: Intrex [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 5:55 AM To: [EMAIL PROTECTED]; 'Mysql' Subject: Re: mysql on

Re: mysql on Linux

2002-03-06 Thread Intrex
get mysqld daemon running. Mark - Original Message - From: "Steven Roussey" <[EMAIL PROTECTED]> To: "'Mysql'" <[EMAIL PROTECTED]> Sent: Tuesday, March 05, 2002 8:14 PM Subject: Re: mysql on Linux > > When I execute mysqld -u root -p

Re: mysql on Linux

2002-03-05 Thread Steven Roussey
> When I execute mysqld -u root -p > I am presented with the default variables. The manual says to use safe_mysqld to properly start mysqld. Also, --user=root is clearer for that option. And, what are you doing with -p in starting the daemon? This is not an option, it is an error. http://www.

Re: mysql on Linux

2002-03-05 Thread Intrex
> To: "Intrex" <[EMAIL PROTECTED]> Cc: "Scott Helms" <[EMAIL PROTECTED]>; "'mysql'" <[EMAIL PROTECTED]> Sent: Tuesday, March 05, 2002 10:59 AM Subject: Re: mysql on Linux > On Tue, 5 Mar 2002, Intrex wrote: > > > Ok. > > &g

Re: mysql on Linux

2002-03-05 Thread James Montebello
On Tue, 5 Mar 2002, Intrex wrote: > Ok. > > SuSE 7.3 > Digital HiNote VP745 > mysql Ver 11.17 Distrib 3.23.49a for pc-linux-gnu > > Prior to completely reinstalling my SuSE system, I was running mysql 3.23.47 > for SuSE > > I have installed the .tar.gz and followed those instructions > I ha

Re: mysql on Linux

2002-03-05 Thread Intrex
s" <[EMAIL PROTECTED]> To: "'mysql'" <[EMAIL PROTECTED]> Sent: Tuesday, March 05, 2002 6:54 PM Subject: Re: mysql on Linux > Mark, > > This probably won't get you the response you wanted. How about letting > us know where you have gotten t

Re: mysql on Linux

2002-03-05 Thread Scott Helms
; <[EMAIL PROTECTED]> > To: "'Manish Mehta'" <[EMAIL PROTECTED]>; "'mysql'" > <[EMAIL PROTECTED]> > Sent: Tuesday, October 09, 2001 1:48 AM > Subject: RE: mysql on Linux > > > > Hi, > > > > Download the bina

Re: mysql on Linux

2002-03-05 Thread Christopher Thompson
lt;[EMAIL PROTECTED]> > To: "'Manish Mehta'" <[EMAIL PROTECTED]>; "'mysql'" > <[EMAIL PROTECTED]> > Sent: Tuesday, October 09, 2001 1:48 AM > Subject: RE: mysql on Linux > > > Hi, > > > > Download the binary di

Re: mysql on Linux

2002-03-05 Thread Intrex
. No cryptic mumbo jumbo, no PhD CRAPOLA. I mean REALLY. Mark - Original Message - From: "Jorge del Conde" <[EMAIL PROTECTED]> To: "'Manish Mehta'" <[EMAIL PROTECTED]>; "'mysql'" <[EMAIL PROTECTED]> Sent: Tuesday, Octo

RE: mysql on Linux

2002-03-05 Thread Jorge del Conde
EMAIL PROTECTED]] > Sent: Tuesday, October 09, 2001 12:34 AM > To: mysql > Subject: mysql on Linux > > > Hello > > I want to install mysql on Linux. > What are the basic step followed at the time of installation. > > pl. gave any su

MySQL on Linux, Athlon MP stability?

2002-02-13 Thread Femme Taken - Tweakers.net
We have been using a dual Athlon MP 1600+ (1,4GHz) MySQL box since december. Stability is rock solid and the performance is consirably higher than our previous dual PIII-1000 server (>40% clock speed difference). Configuration: Tyan Thunder K7 motherboard, 2GB RAM, Adaptec 3200S SCSI-RAID, 3

Re: MySQL on Linux, Athlon MP stability?

2002-02-13 Thread Christopher Thompson
On Wednesday 13 February 2002 12:10 pm, Trond Eivind Glomsrød wrote: > > Our kernel people love them - Athlon goodness, no VIA chipset. Good > performance, good stability. Note that the Via kt266a (_not_ SMP chipset) is quite good these days. If I was building a dual-processor machine, there's n

RE: MySQL on Linux, Athlon MP stability?

2002-02-13 Thread Matthew Walker
other packages on it. Oh, and SETI@Home, to burn in the processors. ;) Matthew Walker Ecommerce Project Manager Mountain Top Herbs -Original Message- From: Tobias Lind - Telia Internet [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 9:32 AM To: [EMAIL PROTECTED] Subject: My

Re: MySQL on Linux, Athlon MP stability?

2002-02-13 Thread Trond Eivind Glomsrød
"Tobias Lind - Telia Internet" <[EMAIL PROTECTED]> writes: > Hello! I'm in the process of upgrading my Linux-server (currently a > dual P2-400MHz), and have been thinking about getting a system with > dual Athlons (maybe 2x Athlon MP 1800+). Does anyone have any > experience (good or bad) with

  1   2   >