RE: Mysql cluster installation error

2012-09-23 Thread Martin Gainty
uebernehmen. > Date: Sun, 23 Sep 2012 12:40:17 -0500 > Subject: Re: Mysql cluster installation error > From: aast...@gmail.com > To: mdyk...@gmail.com > CC: mysql@lists.mysql.com > > Thanks! > And how do i connect the cluster from the remote host. > When i try to connect

Re: Mysql cluster installation error

2012-09-23 Thread Michael Dykman
If your remote host is not configured as a sql node to your cluster, you don't need to just to import the schema. Run mysqldump on any client machine specifying any of your configured sql nodes via -host=. On 2012-09-23 1:40 PM, "Aastha" wrote: Thanks! And how do i connect the cluster from th

Re: Mysql cluster installation error

2012-09-23 Thread Aastha
Thanks! And how do i connect the cluster from the remote host. When i try to connect one of the SQL node through remote host it says access denied. WHile the same is working fine from local host. Kindly help. Thanks! On Sun, Sep 23, 2012 at 12:35 PM, Michael Dykman wrote: > If all you need to tr

Re: Mysql cluster installation error

2012-09-23 Thread Michael Dykman
If all you need to transfer is schema, do it the same way you would any other table type: use mysqldump with the - - no-data option. On 2012-09-23 1:29 PM, "Aastha" wrote: Thanks Nitin. I specied the location of my.ini while starting the SQL node and it worked fine. I have anothe rquestion : Ho

Re: Mysql cluster installation error

2012-09-23 Thread Aastha
ts.mysql.com > Sent: Sunday, September 23, 2012 7:51 AM > Subject: Mysql cluster installation error > > Hello, > > I am trying to install MySQL cluster on three physical machines. > Management Node on one machine. > Data Node on two machines. > SQL node on the same ma

Re: Mysql cluster installation error

2012-09-23 Thread Nitin Mehta
uster installation error Hello, I am trying to install MySQL cluster on three physical machines. Management Node on one machine. Data Node on two machines. SQL node on the same machine as Management Node. Management node started Data Nodes started *SQL node started but not connected to Manag

Mysql cluster installation error

2012-09-22 Thread Aastha
Hello, I am trying to install MySQL cluster on three physical machines. Management Node on one machine. Data Node on two machines. SQL node on the same machine as Management Node. Management node started Data Nodes started *SQL node started but not connected to Management NOde and it gives no err

mysql installation error - version SUNW 1.2 not found

2003-11-25 Thread Manjunath . Sangappan
opsis: mysql installation error >Severity: Priority: Category: mysql >Class: Release: mysql-4.0.16-standard (Official MySQL-standard binary) >C compiler:gcc (GCC) 3.2.3 >C++ compiler: gcc (GCC) 3.2.3 >Environment: System: SunOS cbr03_ux 5.7 Ge

Re: post installation error

2003-01-10 Thread gerald_clark
You don't say how you started the server. It looks to me like you ran mysqld from the /root directory ? Error 13 is permission denied. Why would it be looking in /root/tmp? Use the mysql.start script. Black Eagle wrote: Hey guys, I've just installed mysql from source 4.23.54a But after ./co

post installation error

2003-01-09 Thread Black Eagle
Hey guys, I've just installed mysql from source 4.23.54a But after ./configure --prefix=/usr/local/mysql make make install I makes an error that there's no mysql user .. so I created one ! And I changed the owner of /usr/local/mysql/var/ and recursively to mysql:mysql . now it gives me

mysql installation error... mysql.sock file not found

2002-09-10 Thread anand v
Hi, I have redhat linux 7.1 server and I have downloaded the binary version of mysql 3.23.52 and I have installed the same version on other servers and it was all fine but on this server I am getting the following error [root@abacusweb mysql]# bin/safe_mysqld & [1] 21278 [root@abacusweb mysql]#

Installation Error

2002-05-05 Thread RACLBE
When I run setup.exe I get a Setup Initialsation Error "Setup is unable to find installation languages in C:\mysql\SETUP.LID file" and "Error 105." Please tell me what I am doing wrong so I can get MYSQL running. Ray Bell - B

RE: Mysql installation error

2002-04-03 Thread Murali Prakash
TECTED] Subject: Mysql installation error Jane, Wednesday, April 03, 2002, 12:27:33 AM, you wrote: JT> We have encountered the problem to install Mysql-3.23.49 version on Linux JT> Redhat 7.1. JT> 1. Run rpm with Mysql-3.23.49a-1.i386.rpm, the installation failed. JT> 2. Gunzip mysql

Mysql installation error

2002-04-03 Thread Egor Egorov
Jane, Wednesday, April 03, 2002, 12:27:33 AM, you wrote: JT> We have encountered the problem to install Mysql-3.23.49 version on Linux JT> Redhat 7.1. JT> 1. Run rpm with Mysql-3.23.49a-1.i386.rpm, the installation failed. JT> 2. Gunzip mysql-3.23.49.tar.gz, we got the error: invalid compresse

Mysql installation error

2002-04-02 Thread Jane Tsai
Hello, All: We have encountered the problem to install Mysql-3.23.49 version on Linux Redhat 7.1. 1. Run rpm with Mysql-3.23.49a-1.i386.rpm, the installation failed. 2. Gunzip mysql-3.23.49.tar.gz, we got the error: invalid compressed data--format violated. Can anyone offer some assistance o

PHP (--with MySQL) Installation error

2001-04-12 Thread LAURIE KEITH
I am trying to install PHP 4.0 on a intel machine running Red Hat Linux 6.2. I have the MySQL version 3.22.32 installed and works fine. It is located in: /usr/local/mysql-3.22.32-pc-linux-gnu-i686 When installing the PHP with the ./configure command I get: **

installation error

2001-03-22 Thread Shodeke, Folarin
After running ./configure ; make ; make install when trying to run mysql_install_db the error "Didn't find /usr/local/libexec/mysqld You should do a 'make install' before executing this script" . How do I go about resolving this issue ? \ ---

Re: Installation error Linux RedHat 7.0

2001-02-12 Thread Jean-Luc Fontaine
On Saturday 10 February 2001 20:52, Larry Marshall wrote: > On issuing the command: > > rpm -i MySQL-32.23.32.-1.i386.rpm > > the following error listed: > > cannot open Packages index using db3 - Permission denied (13) > > --> The rpm database cannot be opened in db3 format. >If you

Re: Installation error Linux RedHat 7.0

2001-02-11 Thread clay bond
On Sat, 10 Feb 2001, Larry Marshall wrote: > On issuing the command: > > rpm -i MySQL-32.23.32.-1.i386.rpm > > the following error listed: I understand that mysql rpm that comes with RH7 is buggy. I dowloaded the tarball and compiled it. Runs like a dream. -- /"\ \ /ASCII RIBBON CAMP

Installation error Linux RedHat 7.0

2001-02-10 Thread Larry Marshall
On issuing the command: rpm -i MySQL-32.23.32.-1.i386.rpm the following error listed: cannot open Packages index using db3 - Permission denied (13) --> The rpm database cannot be opened in db3 format. If you have just upgraded the rpm package you need to convert your databas

mysql installation error

2001-01-30 Thread Aravind.B.A
I have mysql version mysql-3.23.32.tar.gz , which i am trying to compile along with apache and php on my sun enterprise 220R but after executing mysql and untaring it, in the scripts dir, i have all the files with another extension .sh, which i am not able to execute. now i am not able to procee