Re: Installation of MySQL in Redhat Linux 6.0

2012-07-05 Thread Reindl Harald
Am 05.07.2012 16:30, schrieb Manivannan S.: > Hi all, > > I am using Redhat Linux 6.0 (64 bit) machine, in this machine > I am trying to install MySQL5.5 glibc23 server and client packages as a root > user. While installing I am getting the following error: > > ERROR 2002 (HY

Re: Installation of mysql-3.23.58 on Redhat 9

2004-05-14 Thread Michael Kruckenberg
There's a quick install guide on the MySQL site, which has most of what you've listed: http://dev.mysql.com/doc/mysql/en/Quick_install.html The INSTALL-SOURCE doc which comes in the tarball covers the process in great detail. There may be others, those are two I've used. Kamal Ahmed wrote: All,

Re: Installation of MySQL

2003-09-21 Thread Bill Hernandez
On 9/21/03 9:43 AM, "Eduardo Melo" <[EMAIL PROTECTED]> wrote: > I have allready installed the MySql on my server. How do I start the Mysql ? > > best regards, > > Eduardo F. Melo > PRO-IT Informatic > on osx... If you are using Explorer 5.2 or better, or Netscape 7.1 or thereabouts http:

Re: Installation of MySQL

2003-09-21 Thread Dan Anderson
Well you could: (assuming an installation in /usr/local/mysql) # /usr/local/mysql/bin/mysqld --user=mysql > /usr/local/mysql/daemonlog &> /usr/local/mysql/daemonerrorlog & But you should probably consult the manual under the installation for an explanation of exactly what the above does. -Dan

Re: installation of mysql 4.0.14 on windows xp

2003-08-03 Thread Ashish Gupta
I just got it working by rebooting the computer. Thanks any way Ashish From: "Ashish Gupta" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: installation of mysql 4.0.14 on windows xp Date: Sun, 03 Aug 2003 19:30:48 -0500 Dear Mysql-help, I am new to mysql server and trying to install the mysql

Re: Installation of mySQL on a Win2000 Pro machine

2002-01-11 Thread Ryan Fox
- Original Message - From: "Andrew Aragi" <[EMAIL PROTECTED]> Sent: Friday, January 11, 2002 8:30 AM Subject: Re: Installation of mySQL on a Win2000 Pro machine > So pardon my ignorance but what is the difference > between besides the ">" symbol? Wha

Re: Installation of mySQL on a Win2000 Pro machine

2002-01-11 Thread Andrew Aragi
Hi Miguel.. still in the dark. I installed mySQL into the "c:\mysql" directory. So pardon my ignorance but what is the difference between besides the ">" symbol? What does the ">" do. When I use the latter it say that this cmd is not recognized. c:\mysql\bin\mysqld-max --standalone c:\mysql\b

Re: Installation of mySQL on a Win2000 Pro machine

2002-01-11 Thread Miguel Angel Solorzano
At 12:40 11/01/02 +, Andrew Aragi wrote: Hi, >Hi Miguel. > >I am not using any software to rename the boot HD. Concerning the path >"C:\mysql\bin> mysqld-max --standalone" this is out of the pdf manual. What >would be the correct path then? If you had installed with the default path: c:\mysq

Re: Installation of mySQL on a Win2000 Pro machine

2002-01-11 Thread Andrew Aragi
Hi Miguel. I am not using any software to rename the boot HD. Concerning the path "C:\mysql\bin> mysqld-max --standalone" this is out of the pdf manual. What would be the correct path then? Thanks - Before posting, please che

Re: Installation of mySQL on a Win2000 Pro machine

2002-01-11 Thread Miguel Angel Solorzano
At 11:57 11/01/02 +, Andrew Aragi wrote: Hi! >Thanks for the info Heikki, but life has not got any better. I have bought >the mySQL book (Paul DuBois) and I am still baffled. Maybe I am having a >blonde week (I am blonde). From the screen shots I have seen of myCC it >looks similar to SQL Serv

Re: Installation of mySQL on a Win2000 Pro machine

2002-01-11 Thread Andrew Aragi
Thanks for the info Heikki, but life has not got any better. I have bought the mySQL book (Paul DuBois) and I am still baffled. Maybe I am having a blonde week (I am blonde). From the screen shots I have seen of myCC it looks similar to SQL Server. That is what I am looking for. My understanding i

Re: Installation of mySQL on a Win2000 Pro machine

2002-01-09 Thread Heikki Tuuri
Andrew, please do not send attachments to the mailing list. They do not come through. I have copied parts from the InnoDB online manual, section 2, below. I hope they help in installation. Best regards, Heikki Tuuri Innobase Oy --- Order technical MySQL/InnoDB support at https://order.mysql.co

Re: installation of mysql on redhat7

2001-08-01 Thread Gerald Clark
You also need read and execute premissions on the directories leading to the socket. chmod 755 /var/lib/mysql Lars Freymark wrote: > Hi Karel! > > Thanks for your suggestion. The rights are now: > srwxrwxrwx1 mysqlmysql 0 Aug 1 11:02 mysql.sock > But I still can't access mys

RE: installation of mysql on redhat7

2001-08-01 Thread Lars Freymark
Hi Karel! Thanks for your suggestion. The rights are now: srwxrwxrwx1 mysqlmysql 0 Aug 1 11:02 mysql.sock But I still can't access mysql with linux user freymark. The eroor code is the same. thanks Lars Freymark Tel.: 0431/ 66870-0 Fax : 0431/ 66870

Re: installation of mysql on redhat7

2001-08-01 Thread karel pitra
look at the access privileges to the file '/var/lib/mysql/mysql.sock' and change them so that you can write to it On Wed 1. August 2001 11:44, Lars Freymark wrote: > Hi everyone! > > I have installed mysql 3.23.22. The Distribution is from the redhat cd. My > problem is the following: > > I ca