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 mob

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

installing mysql from src

2012-11-16 Thread Érico
eption that host name resolving will not work. This means that you should use IP addresses 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

Re: Installing Mysql Workbench

2012-02-16 Thread Adarsh Sharma
2. 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 wrote: Any update on the issue Dear all, Today I am facing some issues while installing mysql-workbench-gpl-5.2.37-sr

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

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

Re: problem with installing MySQL 5.5 on OS Lion

2011-11-12 Thread Tim Johnson
* Martin Mueller [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 going to be very useful, but

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

Error when installing mysql-5.5.9 server on Linux Redhat OS

2011-06-17 Thread Philippe Mokrani
teurs" 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 My

Re: Problem with installing MySQL

2010-04-18 Thread Shawn Green
dmin: 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 If you have not set a password for the root user, y

Re: Problem with installing MySQL

2010-04-08 Thread Ananda Kumar
ssword mysql2010 > >> After the enter the prompt says >Enter password: and I've given > >> and I get > >> > >> mysqladmin: connect to server at 'localhost' failed > >> error: 'Access denied for user 'root'@&#x

Re: Problem with installing MySQL

2010-04-08 Thread Michael Dykman
After the enter the prompt says >Enter password:  and I've given >> and I get >> >> mysqladmin: connect to server at 'localhost' failed >> error: 'Access denied for user 'root'@'localhost' (using password: NO)' &

Re: Problem with installing MySQL

2010-04-08 Thread Carsten Pedersen
2010 After the enter the prompt says >Enter password: and I've given 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 le

Re: Problem with installing MySQL

2010-04-08 Thread mos
n 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! Don't

Problem with installing MySQL

2010-04-08 Thread alba.albetti
t '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.mys

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

Re: Installing MySQL from source

2009-02-13 Thread Paul DuBois
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), wher

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 fr

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

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 Ch

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

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

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 clearly

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 execute

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

2006-09-20 Thread Vasudev Ram
program, could compile and run it. So the reason I want to avoid installing MySQL from source, is because the C++ compiler build+install, took a good amount of time, over 3.5 hours, probably because it compiles hundreds of small source files, and so does a lot of file I/O, and my client doesn'

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 re

Re: Installing MySQL on Windows Server 2003 Standard x64 Edition

2006-08-25 Thread David Lazo
ull path, i.e. > c:\Program Files\...\mysql\bin 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

RE: Installing MySQL on Windows Server 2003 Standard x64 Edition

2006-08-25 Thread Greg Joss
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 Component This application has failed to start because LIBMYSQL.dll was not found. Re-installing the application m

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 David Lazo
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?? On 8/25/06 5:03 PM, "João Cândido de Souza Neto" <[EMAIL PROTECTED]> wrote: > It could seems stupid, but you tried to put this file on c:\windows\system32 > or th

Re: Installing MySQL on Windows Server 2003 Standard x64 Edition

2006-08-25 Thread Jo�o C�ndido de Souza Neto
It could seems stupid, but you tried to put this file on c:\windows\system32 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

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 thread

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

Re: Problem installing mysql on Debian linux

2006-02-25 Thread Tselemegkos Grigorios
ent: Saturday, February 25, 2006 9: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 c

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

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 sys/i

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 upda

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: 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: 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 it, then instal

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

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 w

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

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

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: Problem installing MySQL on Mac OSX 10.4.3

2005-12-05 Thread Brent Baisley
Those message are kind of odd, even on a messed up system. I would first run the repair privileges in the disk utility for good measure, then delete all traces of MySQL and just start over. MySQL should be in /usr/local/mysql. To remove it just type: sudo rm -R /usr/local/mysql Then try ins

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 "mysql-standard-4.1.15-apple-darwin8.2.0-p

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 witho

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 bei

Re: Installing MySQL 4.1.12 on Mandrake 10.1

2005-05-18 Thread Gleb Paharenko
Hello. >My questions are: Is there other files besides just the server > and >the client >that I would need to install to get MySQL to work on Mandrake >v10.1? Your data directory should contain mysql database prepared with

Installing MySQL 4.1.12 on Mandrake 10.1

2005-05-16 Thread Eric Lommatsch
Hello List, I have a new test Linux server with Mandrake 10.1 installed that I was trying to install MySQL version 4.1.12 on today. Once I had installed the software, whenever I tried to start MySQL on this server I was getting the error message "[ERROR] Fatal error: Can't open privilege tables

RE: Problems installing MySQL 4.1 under Fedora Core 3

2005-04-13 Thread John Schmidt
I don't have the link handy. Basically you can realx the policy via the "targetted" settings. Good luck //jjs -Original Message- From: C.F. Scheidecker Antunes [mailto:[EMAIL PROTECTED] Sent: Wed 4/13/2005 10:56 PM To: mysql@lists.mysql.com Subject: Problems insta

Problems installing MySQL 4.1 under Fedora Core 3

2005-04-13 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 tr

Re: Re : Problems installing MySQL 4.1 under Fedora Core 3

2005-04-13 Thread C.F. Scheidecker Antunes
It only shows this: 050413 23:53:35 mysqld started 050413 23:53:35 mysqld ended Nothing conclusive. prasanna a wrote: Hi please cat the below error file and see /var/lib/mysql/presario2700.err __ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhan

Problems installing MySQL 4.1 under Fedora Core 3

2005-04-13 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 tr

Re: Problems installing MySQL 4.0.24 on a Fedora Core 3 x86 box

2005-03-15 Thread Gleb Paharenko
;> Nothing is foolproof to a sufficiently talented fool. >> >> - Original Message - From: "C.F. Scheidecker Antunes" >> <[EMAIL PROTECTED]> >> To: "Jeff Steinkamp" <[EMAIL PROTECTED]> >> Sent: Monday, March 14, 2005 10:52

Re: Problems installing MySQL 4.0.24 on a Fedora Core 3 x86 box

2005-03-14 Thread C.F. Scheidecker Antunes
Sent: Monday, March 14, 2005 10:52 Subject: Re: Problems installing MySQL 4.0.24 on a Fedora Core 3 x86 box Jeff, I am in SLC Utah. Do you have your /var/log/mysqld.log file? I've put mine on the list so that anyone can see it. thanks, C.F. Jeff Steinkamp wrote: I've had the same pr

Re: Problems installing MySQL 4.0.24 on a Fedora Core 3 x86 box

2005-03-14 Thread C.F. Scheidecker Antunes
Hi Bob, Yes the ownership is correct. In fact I did a chmod -R mysql:mysql /var/lib/mysql and I still have the same problem. I wonder if it is because I am running a dual processor machine. Robert A. Rawlinson wrote: C.F. Scheidecker Antunes wrote: Hello Mr Paharenko, I have started it with mysql

Re: Problems installing MySQL 4.0.24 on a Fedora Core 3 x86 box

2005-03-14 Thread Robert A. Rawlinson
C.F. Scheidecker Antunes wrote: Hello Mr Paharenko, I have started it with mysqld_safe & and I also tried /etc/rc.d/init.d/mysql start Funny thing is that after install the the mysql and test databases are empty so I've tried mysql_install_db which runs but the databases remains empty as well.

Re: Problems installing MySQL 4.0.24 on a Fedora Core 3 x86 box

2005-03-14 Thread gerald_clark
C.F. Scheidecker Antunes wrote: Hello Mr Paharenko, I have started it with mysqld_safe & and I also tried /etc/rc.d/init.d/mysql start Funny thing is that after install the the mysql and test databases are empty so I've tried mysql_install_db which runs but the databases remains empty as well.

Re: Problems installing MySQL 4.0.24 on a Fedora Core 3 x86 box

2005-03-14 Thread C.F. Scheidecker Antunes
Hello Mr Paharenko, I have started it with mysqld_safe & and I also tried /etc/rc.d/init.d/mysql start Funny thing is that after install the the mysql and test databases are empty so I've tried mysql_install_db which runs but the databases remains empty as well. It is weird. I've done so many

Re: Problems installing MySQL 4.0.24 on a Fedora Core 3 x86 box

2005-03-14 Thread Gleb Paharenko
Hello. > under /var/lib/mysql saying mysqld started and mysqld ended. It is unusual behavior of MySQL to leave the error files without clues. Please, send us the contents of this file. > The tables are not created not even if I run mysql_install_db. According to the manual they should

Problems installing MySQL 4.0.24 on a Fedora Core 3 x86 box

2005-03-13 Thread C.F. Scheidecker Antunes
Hello, I have Fedora Core 3 kernel 2.6.10-1.770_FC3smp It is a dual Xenon PIII server. I am trying to install MySQL 4.0.24 as I usually do: - There are no other mysql servers present, no 3.x as I did not install it. - I run rpm -ivh MySQL-client-4.0.24-0.i386.rpm - I run rpm -ivh MySQL-server-4.0.2

Re: Problems installing MySql...

2005-02-09 Thread SGreen
"Steve Grosz" <[EMAIL PROTECTED]> wrote on 02/09/2005 03:43:22 PM: > I downloaded the MySql Administrator and simply run that. and > dragged the icon to the startup menu so it loads MySql on startup. > Not entirely sure how to load MySql as a 'service' on Win2003 Server. > > The only message I

Re: Problems installing MySql...

2005-02-09 Thread SGreen
>> reconstituted from a munged response (original post) Steve Grosz <[EMAIL PROTECTED]> wrote on 02/08/2005 06:04:48 PM: > I already have a version of MySql 4.1.17 running on a different server, but > am trying to setup v.4.0.23 to see if it will allow me to use PHPBB's >

Re: Problems installing MySql...

2005-02-09 Thread SGreen
Steve Grosz <[EMAIL PROTECTED]> wrote on 02/08/2005 06:04:48 PM: > I already have a version of MySql 4.1.17 running on a different server, but > am trying to setup v.4.0.23 to see if it will allow me to use PHPBB's > software. > > I'm finding that 4.0.23 isn't as easy to set up as the later vers

Problems installing MySql...

2005-02-08 Thread Steve Grosz
I already have a version of MySql 4.1.17 running on a different server, but am trying to setup v.4.0.23 to see if it will allow me to use PHPBB's software. I'm finding that 4.0.23 isn't as easy to set up as the later versions. I modified the my.ini file and put it in the \windows directory for Wind

RE: Installing MySql 4.1

2005-01-27 Thread Artem Koltsov
: mysqld --console --standalone > -Original Message- > From: Darrell and Lynda Adams [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 27, 2005 4:34 PM > To: mysql@lists.mysql.com > Subject: Installing MySql 4.1 > > > Trying to install MySql 4.1 on XP using th

Installing MySql 4.1

2005-01-27 Thread Darrell and Lynda Adams
Trying to install MySql 4.1 on XP using the automated installer. Have tried to install both the windows essentials and windows X86 . Tried doing typical and custom versions. Also used the Instance Configuration both detail and standard. When I get to the dialog box with the execute button I rece

RE: installing mysql / error

2005-01-03 Thread J.R. Bullington
ginal Message- From: David Katz [mailto:[EMAIL PROTECTED] Sent: Monday, January 03, 2005 10:30 AM To: Tom Crimmins Cc: mysql@lists.mysql.com Subject: Re: installing mysql / error I did the first 2 step you listed below, but when I typed in the mysql -u root, I got a new error message ERROR 2003 (

Re: installing mysql / error

2005-01-03 Thread David Katz
D]> To: "David Katz" <[EMAIL PROTECTED]> Cc: Sent: Thursday, December 30, 2004 2:32 PM Subject: RE: installing mysql / error > [snip] > > When I try 'mysql -u root' I get the same error, except root is in the > place of ODBC > > ERROR 1045 (28000): A

RE: installing mysql / error

2004-12-30 Thread Tom Crimmins
[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 1:25 PM To: Tom Crimmins Cc: mysql@lists.mysql.com Subject: Re: installing mysql / error When I try 'mysql -u root' I get the same error, except root is in the place of ODBC ERROR 1045 (28000): Access denied for user 'root&

Re: installing mysql / error

2004-12-30 Thread David Katz
To: "David Katz" <[EMAIL PROTECTED]> Cc: Sent: Thursday, December 30, 2004 1:57 PM Subject: RE: installing mysql / error > [snip] > We loaded a new server with Windows XP professional, and mysql server 4.1. > We can't get Mysql to run. After installing mysql and trying

Re: Fw: installing mysql / error

2004-12-30 Thread SGreen
Try it out and let me know if you need more information. Shawn Green Database Administrator Unimin Corporation - Spruce Pine > > - Original Message - > From: <[EMAIL PROTECTED]> > To: "David Katz" <[EMAIL PROTECTED]> > Cc: > Sent: Thursday, Decembe

RE: installing mysql / error

2004-12-30 Thread Tom Crimmins
[snip] We loaded a new server with Windows XP professional, and mysql server 4.1. We can't get Mysql to run. After installing mysql and trying to execute it we get the following message: ERROR 1045 (28000): Access denied for user 'ODBC' @'localhost' (using password

RE: installing mysql / error

2004-12-30 Thread Tom Crimmins
[snip] We loaded a new server with Windows XP professional, and mysql server 4.1. We can't get Mysql to run. After installing mysql and trying to execute it we get the following message: ERROR 1045 (28000): Access denied for user 'ODBC' @'localhost' (using password: N

Re: Fw: installing mysql / error

2004-12-30 Thread David Katz
I'm going to the dos window on the server and typing "mysql" to kick it off. That's when I get the error. - Original Message - From: <[EMAIL PROTECTED]> To: "David Katz" <[EMAIL PROTECTED]> Cc: Sent: Thursday, December 30, 2004 1:13 PM

Re: Fw: installing mysql / error

2004-12-30 Thread SGreen
"David Katz" <[EMAIL PROTECTED]> wrote on 12/30/2004 12:34:31 PM: > > > We loaded a new server with Windows XP professional, and mysql > server 4.1. We can't get Mysql to run. After installing mysql and > trying to execute it we get the following mess

Fw: installing mysql / error

2004-12-30 Thread David Katz
We loaded a new server with Windows XP professional, and mysql server 4.1. We can't get Mysql to run. After installing mysql and trying to execute it we get the following message: ERROR 1045 (28000): Access denied for user 'ODBC' @'localhost' (using password: NO)

Re: Problem installing Mysql 4.1 on Fedora 2

2004-11-16 Thread Spenser
I had the same problem. It just won't seem to upgrade. You need to uninstall mysql-3.23.58-9 and mysql-server-3.23.58-9 first. Enter something like this: rpm -ev mysql-3.23.58-9 mysql-server-3.23.58-9 When it's done, then install version 4.x On Tue, 2004-11-16 at 15:43, [EMAIL PROTECTED] wr

Problem installing Mysql 4.1 on Fedora 2

2004-11-16 Thread ofz
Hi: When i tried to install Mysql using the rpm on a Fedora 2 .. i received this error: shell>rpm -i MySQL-server-4.1.7-0.i386.rpm warning: MySQL-server-4.1.7-0.i386.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5error: Failed dependencies: MySQL conflicts with mysql-3.23.58-9 MySQ

Re: error after installing mysql 4.1

2004-11-10 Thread Gleb Paharenko
Hello. Not enough info to make a conclusion. Send us information about version of Windows you use, contents of my.ini. Dave Dyer <[EMAIL PROTECTED]> wrote: > > After installing mysql 4.1 over an existing mysql 4.0.x, the > service refuses to start with this complain

error after installing mysql 4.1

2004-11-09 Thread Dave Dyer
After installing mysql 4.1 over an existing mysql 4.0.x, the service refuses to start with this complaint: Fatal error: Can't open privilege tables: File '\\pumpkin\f\mysql\share\charsets\?.conf' not found (Errcode: 22) This is windows, with mysql installed in a nonde

terrible time installing MySql

2004-10-06 Thread Jeff
Please help I'm have a terrible time installing MySql 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: j2d To: [EMAIL PROTECTED] Subject: [50 c

Re: Installing MySQL 4.1 from RPM on Fedora2

2004-09-06 Thread Egor Egorov
"Danesh Daroui" <[EMAIL PROTECTED]> wrote: > I have installed Server, Client, Benhcmark, Share, Embeded and = > Compact-Share RPMs version 4.1 on a Fedora2 system. The have been = > installed successfully but when I type: > > Shell> mysql -u root > > it says that it can not open socket and I thi

RE: Installing MySQL 4.1 from RPM on Fedora2

2004-09-02 Thread Donny Simonton
Start mysql on fc2 with /etc/rc.d/init.d/mysql start If that fails then look at the mysql error log. Donny > -Original Message- > From: Danesh Daroui [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 02, 2004 3:04 PM > To: [EMAIL PROTECTED] > Subject: Installing MyS

Installing MySQL 4.1 from RPM on Fedora2

2004-09-02 Thread Danesh Daroui
Hi all, I have installed Server, Client, Benhcmark, Share, Embeded and Compact-Share RPMs version 4.1 on a Fedora2 system. The have been installed successfully but when I type: Shell> mysql -u root it says that it can not open socket and I think it is because mysqld is not alive. When I type:

RE: Installing MySQL Databases on RAM Drive

2004-07-30 Thread Stephen Rasku
ing I could get running on QNX. ...Stephen -Original Message- From: mos [mailto:[EMAIL PROTECTED] Sent: Jul 30, 2004 10:23 AM To: [EMAIL PROTECTED] Subject: RE: Installing MySQL Databases on RAM Drive Ok, then it makes sense to use compact flash just for backup and not the primary

Re: Installing MySQL Databases on RAM Drive

2004-07-30 Thread Brent Baisley
oks like HEAP tables don't support the BLOB field type and we are using it. ...Stephen -Original Message- From: Brent Baisley [mailto:[EMAIL PROTECTED] Sent: Jul 30, 2004 6:19 AM To: Egor Egorov Cc: [EMAIL PROTECTED] Subject: Re: Installing MySQL Databases on RAM Drive Why use a RAM di

Re: Installing MySQL Databases on RAM Drive

2004-07-30 Thread Eamon Daly
Just a thought, but perhaps you could set up a master/slave on the box such that the master points to a RAM disk and the slave points to disk. Then if someone pulls the plug or the machine crashes, you'd still have almost all of the data on disk. On startup, copy the slave's files to the RAM disk,

RE: Installing MySQL Databases on RAM Drive

2004-07-30 Thread mos
hen -Original Message- From: mos [mailto:[EMAIL PROTECTED] Sent: Jul 30, 2004 7:38 AM To: [EMAIL PROTECTED] Subject: Re: Installing MySQL Databases on RAM Drive At 04:45 PM 7/28/2004, you wrote: >Our customers are running MySQL 4.0.17 on QNX 6.2.1. > >We are currently using a flash drive

Installing MySQL Databases on RAM Drive

2004-07-30 Thread Stephen Rasku
I just looked into this. It looks like HEAP tables don't support the BLOB field type and we are using it. ...Stephen -Original Message- From: Brent Baisley [mailto:[EMAIL PROTECTED] Sent: Jul 30, 2004 6:19 AM To: Egor Egorov Cc: [EMAIL PROTECTED] Subject: Re: Installing MySQL Data

RE: Installing MySQL Databases on RAM Drive

2004-07-30 Thread Stephen Rasku
TED] Sent: Jul 30, 2004 7:38 AM To: [EMAIL PROTECTED] Subject: Re: Installing MySQL Databases on RAM Drive At 04:45 PM 7/28/2004, you wrote: >Our customers are running MySQL 4.0.17 on QNX 6.2.1. > >We are currently using a flash drive to store our database but we want >to store it in

Re: Installing MySQL Databases on RAM Drive

2004-07-30 Thread mos
At 04:45 PM 7/28/2004, you wrote: Our customers are running MySQL 4.0.17 on QNX 6.2.1. We are currently using a flash drive to store our database but we want to store it in a RAM disk to prolong the life of the drive Flash drives are solid state (no moving parts) so you can't break them. I've neve

Re: Installing MySQL Databases on RAM Drive

2004-07-30 Thread Brent Baisley
Why use a RAM disk? Why not just load the tables into HEAP tables? On Jul 29, 2004, at 11:51 AM, Egor Egorov wrote: "Stephen Rasku" <[EMAIL PROTECTED]> wrote: We are currently using a flash drive to store our database but we want to store it in a RAM disk to prolong the life of the drive. We want

Re: Installing MySQL Databases on RAM Drive

2004-07-29 Thread Egor Egorov
"Stephen Rasku" <[EMAIL PROTECTED]> wrote: > We are currently using a flash drive to store our database but we want > to store it in a RAM disk to prolong the life of the drive. We want to > install the database on the RAM disk on startup and save it to flash on > shutdown. > > There are two dat

Installing MySQL Databases on RAM Drive

2004-07-28 Thread Stephen Rasku
Our customers are running MySQL 4.0.17 on QNX 6.2.1. We are currently using a flash drive to store our database but we want to store it in a RAM disk to prolong the life of the drive. We want to install the database on the RAM disk on startup and save it to flash on shutdown. There are two datab

  1   2   3   4   >