Re: Cannot install mysql 5.6.24 from source

2015-05-12 Thread Jørn Dahl-Stamnes
On Tuesday, May 12, 2015, Jørn Dahl-Stamnes wrote: > Hello, > > I'm trying to install mysl 5.6.24 from source on a Fedora Core 21 server, > but it fails during 'make install': > > CMake Error at libmysqld/examples/cmake_install.cmake:74 (file): > file INSTALL cannot copy file > "/var/local/sr

Cannot install mysql 5.6.24 from source

2015-05-12 Thread Jørn Dahl-Stamnes
Hello, I'm trying to install mysl 5.6.24 from source on a Fedora Core 21 server, but it fails during 'make install': CMake Error at libmysqld/examples/cmake_install.cmake:74 (file): file INSTALL cannot copy file "/var/local/src/mysql-5.6.24/mysql_client_test_embedded". Call Stack (most rece

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

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

Install mysql server using RPM

2014-03-03 Thread Asma rabe
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.rpm next i would like to start the server, i followed the mysql docs: The server RPM places data under the /var/lib/mysql directory. The RPM also cre

Re: How to Install Mysql

2010-12-24 Thread Johan De Meersman
On Fri, Dec 24, 2010 at 6:37 AM, Adarsh Sharma wrote: > Or I am going to install through rpm which is the easiest way. But which is > best for our Production Servers. > Unless you have very specific needs, it's always best to use official packages for production. That also makes it easier to get

How to Install Mysql

2010-12-23 Thread Adarsh Sharma
Dear all, Yesterday I am trying to build Mysql-5.5.8 from source code and don't know why I am failing at the last step. I am able to successfully build Mysql 5.5.8 from its source code on CentOS but when I issued the following command , it doesn't shows the mysql prompt, there is no error in

Download, configure, compile, and install MySQL 5.5.8 from source code on Linux

2010-12-21 Thread shahryar ghazi
Download, configure, compile, and install MySQL 5.5.8 from source code on Linux<http://www.geeksww.com/tutorials/database_management_systems/mysql/installation/download_configure_compile_and_install_mysql_558_on_linux.php> thanks.

Re: How to Install mysql from source

2010-10-19 Thread Krishna Chandra Prajapati
Hi, There is a detailed readme (text file) within the file you have downloaded. It will gives you the complete picture. Krishna cgi.com On Mon, Oct 18, 2010 at 9:24 PM, ml ml wrote: > Hello List, > > i am trying to install mysql on debian lenny from source. Here is what > i did

Re: How to Install mysql from source

2010-10-18 Thread Sharl.Jimh.Tsin
you should read the INSTALL file more patient,and know the difference between prefix & exec-prefix. Best regards, Sharl.Jimh.Tsin (From China) 2010/10/18 ml ml : > Hello List, > > i am trying to install mysql on debian lenny from source. Here is what > i did (yes, i did read th

How to Install mysql from source

2010-10-18 Thread ml ml
Hello List, i am trying to install mysql on debian lenny from source. Here is what i did (yes, i did read the INSTALL-SOURCE): ./configure --prefix=/usr/local/mysql/ make -j 4 && make install cp support-files/my-medium.cnf /etc/my.cnf cd /usr/local/mysql chown -R mysql . chgrp -R mys

Re: multiple mysql installations - Install mysql from source with a prefix

2010-10-15 Thread Suresh Kuna
2010 at 2:12 PM, Himanshu Raina > > wrote: > > > Hi Mario, > > > > > > While installing a new instance you don't exactly need to mention > > > anything except for the --prefix option. While starting the new > instance > > > you can provide al

Re: multiple mysql installations - Install mysql from source with a prefix

2010-10-15 Thread Claudio Nanni
na > wrote: > > Hi Mario, > > > > While installing a new instance you don't exactly need to mention > > anything except for the --prefix option. While starting the new instance > > you can provide all config parameters like config file, datadir etc. > > &

Re: multiple mysql installations - Install mysql from source with a prefix

2010-10-15 Thread Himanshu Raina
; > > Cheers, > Mario > > > > On Fri, Oct 15, 2010 at 2:12 PM, Himanshu Raina > wrote: > > Hi Mario, > > > > While installing a new instance you don't exactly need to mention > > anything except for the --prefix option. While starting the n

Re: multiple mysql installations - Install mysql from source with a prefix

2010-10-15 Thread ml ml
gt; On Fri, 2010-10-15 at 16:47 +0530, ml ml wrote: >> Hello List, >> >> how do i install mysql COMPLETLY in a diffrent directory? >> >> Right now i am using: >> ./configure --prefix=/usr/local/mysql-5.1.42 >> --sysconfdir=/usr/local/mysql-5.1.42/etc >>

Re: multiple mysql installations - Install mysql from source with a prefix

2010-10-15 Thread Claudio Nanni
dio, > > i would like to compile it from source. > > Mario > > > On Fri, Oct 15, 2010 at 2:08 PM, Claudio Nanni > wrote: > > hi, > > do you want to compile or you can use binaries? > > > > Claudio > > > > 2010/10/15 ml ml > >> &

Re: multiple mysql installations - Install mysql from source with a prefix

2010-10-15 Thread Himanshu Raina
> how do i install mysql COMPLETLY in a diffrent directory? > > Right now i am using: > ./configure --prefix=/usr/local/mysql-5.1.42 > --sysconfdir=/usr/local/mysql-5.1.42/etc > > BUT, mysql still looks for /etc/my.cnf and for > /var/log/mysql/mysql-bin.index ... > >

Re: multiple mysql installations - Install mysql from source with a prefix

2010-10-15 Thread ml ml
Hi Claudio, i would like to compile it from source. Mario On Fri, Oct 15, 2010 at 2:08 PM, Claudio Nanni wrote: > hi, > do you want to compile or you can use binaries? > > Claudio > > 2010/10/15 ml ml >> >> Hello List, >> >> how do i insta

Re: multiple mysql installations - Install mysql from source with a prefix

2010-10-15 Thread Claudio Nanni
hi, do you want to compile or you can use binaries? Claudio 2010/10/15 ml ml > Hello List, > > how do i install mysql COMPLETLY in a diffrent directory? > > Right now i am using: > ./configure --prefix=/usr/local/mysql-5.1.42 > --sysconfdir=/usr/local/mysql-5.1.42/etc

multiple mysql installations - Install mysql from source with a prefix

2010-10-15 Thread ml ml
Hello List, how do i install mysql COMPLETLY in a diffrent directory? Right now i am using: ./configure --prefix=/usr/local/mysql-5.1.42 --sysconfdir=/usr/local/mysql-5.1.42/etc BUT, mysql still looks for /etc/my.cnf and for /var/log/mysql/mysql-bin.index ... So what configure options do i

HOW TO INSTALL MYSQL ODBC ON AIX 5.3 ?

2010-05-06 Thread sun . yan5
FOLLOW ARE SOME MY OPERATOR STEPS,HOW WILL I TO DO IT? p570a:/mysql/mysql-connector-odbc-5.1.6-aix5.3-powerpc-64bit/bin >./myodbc-installer exec(): 0509-036 Cannot load program ./myodbc-installer because of the following errors: 0509-150 Dependent module libodbc.so could not be loaded.

Install mysql-workbench bug

2009-08-10 Thread michel
I am installing mysql-workbench- oss-5.1.16. tar.gz on Linux and I hit this bug during "./configure" "cannot find install-sh or install.sh" I checked and the file install-sh is in the directory ... /mysql-workbench- oss-5.1.16. I have also installed a lot of other software in the server withou

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

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

Install MySQL on Windows XP

2008-08-20 Thread yuan edit
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 i do not know what

how to install MYSQL from source on windows?

2008-02-17 Thread nick xu
I want to install MYSQL from source on Windows. Now, i have compiler success with Microsoft Visual Studio 2005 and Cmake on Windows XP. But nothing happened!! I have read the "INSTALL-WIN-SOURCE" that is in source, but no use. So, who can help me what should I do the next step

solved : Re: system : Install Mysql 5.x binaries with php4 on Debian

2006-12-15 Thread Gilles MISSONNIER
Thank you Ian, I used the link method {the least change} { It turned that the mysql.sock was in /tmp , I missed it because I tried to find it with the "locate" command } Create a symbolic link from the mysql.sock to the place where php expects to find it: ln -s /current/location/mysql.soc

Re: system : Install Mysql 5.x binaries with php4 on Debian

2006-12-14 Thread Ian
On 13 Dec 2006 at 18:59, Gilles MISSONNIER wrote: > Hello, > I use Debian Linux, and I could install (with apt-get install) fine > the Mysql-4.1+apache+php4. > > I tried fine Mysql 5. on the same debian machine. > > Now I want to use mysql 5. through web/php4 > > Then I run into problem, like :

system : Install Mysql 5.x binaries with php4 on Debian

2006-12-13 Thread Gilles MISSONNIER
Hello, I use Debian Linux, and I could install (with apt-get install) fine the Mysql-4.1+apache+php4. I tried fine Mysql 5. on the same debian machine. Now I want to use mysql 5. through web/php4 Then I run into problem, like : Warning: mysql_connect(): Can't connect to local MySQL server thro

install mysql 5.0.26 with php-5.1.6 - issues

2006-10-16 Thread Serban Ghita
./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --enable-module=so --enable-cli --with-zlib-dir=/usr/include [...] checking for MySQL support... yes checking for specified location of the MySQL UNIX socket... no checking for MySQL UN

Re: Auto Install mySQL

2006-05-16 Thread Dilipkumar
Hi, If you are installing in windows only thing you run the setup.exe ,after the installation is completed it will prompt for you a default user password that is root (password). and also to create anonymous user. Jim wrote: Hi All, Does anybody have some advise on automating the insta

Re: Auto Install mySQL

2006-05-16 Thread Puiu Hrenciuc
nt's computer 2. Run the command c:\app\mysql\bin\mysqld-nt.exe --install MySQL --defaults-file="c:\app\mysql\my.ini", this will install the MySQL service 3. Run the command "net start MySQL", this will start the MySQL service, "MySQL" is the name of the

Auto Install mySQL

2006-05-15 Thread Jim
Hi All, Does anybody have some advise on automating the install of mySQL and our DB on a PC/Laptop with no user interaction required. Does the SETUP.EXE take any paramaters to auto install without the user dialogs? Thanks, Jim

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 >

install mysql-5.0.17 on linux AMD 64 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: install mysql-SEND-PR: -*- send-pr -*- SEND-PR: Lines startin

install mysql on linux AMD64 processor

2005-12-30 Thread jean-marc Jegou
>Description: i try to install mysql-standard-5.0.17_linux-x86_64-glibc23, but it did not work ! when i run ./mysql_safe --user=mysql & -> message error is "cannot execute binary file ! mysqld did not work too ! >How-To-Repeat: >Fix: >Submi

Re: Linux Yum DELETED mysql 4! Can I install mysql 5 and be on my way?

2005-11-09 Thread Gleb Paharenko
Hello. >I do have my data Check if yum has cleared the data directory, if not, you should be able to recover the data. >Can I install mysql 5, and it will migrate/work with my existing data? In my opinion it is a good idea, but be aware of compatibility issues for your applic

RE: Linux Yum DELETED mysql 4! Can I install mysql 5 and be on my way?

2005-11-07 Thread Richard Dale
m in this hole, maybe I should go to mysql 5. Can I install mysql 5, and it will migrate/work with my existing data? Thanks, -nat -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Linux Yum DELETED mysql 4! Can I install mysql 5 and be on my way?

2005-11-07 Thread Peter J Milanese
oss [EMAIL PROTECTED] Sent: 11/07/2005 03:19 PM To: mysql@lists.mysql.com Subject: Linux Yum DELETED mysql 4! Can I install mysql 5 and be on my way? Hi; On FC3, for some silly reason, Yum deleted my mysql 4.1x production server! I do have my data. Now that I am in this hole, maybe I should go

Linux Yum DELETED mysql 4! Can I install mysql 5 and be on my way?

2005-11-07 Thread Nathan Gross
Hi; On FC3, for some silly reason, Yum deleted my mysql 4.1x production server! I do have my data. Now that I am in this hole, maybe I should go to mysql 5. Can I install mysql 5, and it will migrate/work with my existing data? Thanks, -nat

Re: Need to install MySQL extensions for php...

2005-08-02 Thread tony
On Tue, 2005-08-02 at 19:54 -0300, Javier Carlos Viegas wrote: > > PHP needs a set of MySQL functions called "MySQL > extension" > > How can i install those? Do i missed some > configuration options?? > When you compile php you need to add --with-mysql to your configure line ie ./configure --wi

Need to install MySQL extensions for php...

2005-08-02 Thread Javier Carlos Viegas
Hi, im kind of new using mysql, i used to have it installed on my Mandrake 9 using rpm, but i m testing the source installation, the thing is that i´ve succesfully compiled mysqld and it works, but now im trying to use a php page, and im asked to install : PHP needs a set of MySQL functions called

RE: [SPAM] - Unable to install mysql - Bayesian Filter detected spam

2005-06-26 Thread Mathias
> > > Best regards. > > Yannick > > -Message d'origine- > De : Mathias [mailto:[EMAIL PROTECTED] > Envoyé : Sunday, June 26, 2005 6:25 PM > À : [EMAIL PROTECTED] > Cc : [EMAIL PROTECTED]; mysql@lists.mysql.com; > [EMAIL PROTECTED] > Objet :

RE: [SPAM] - Unable to install mysql - Bayesian Filter detected spam

2005-06-26 Thread Yannick
o:[EMAIL PROTECTED] Envoyé : Sunday, June 26, 2005 6:25 PM À : [EMAIL PROTECTED] Cc : [EMAIL PROTECTED]; mysql@lists.mysql.com; [EMAIL PROTECTED] Objet : RE: [SPAM] - Unable to install mysql - Bayesian Filter detected spam hi Yannick, This is my ultimate help. See this url, you have all in it : http://dev

RE: [SPAM] - Unable to install mysql - Bayesian Filter detected spam

2005-06-26 Thread Mathias
hi Yannick, This is my ultimate help. See this url, you have all in it : http://dev.mysql.com/doc/mysql/en/unix-post-installation.html And all you want is here : http://www.mysql.com/search/?q=Installation If you're root, install mysql as root. At the end, change the "mysql root"

Re: Unable to install mysql

2005-06-26 Thread Sergey Spivak
Hi! > I'm not sure you understand the issue. I have the root in linux > but not in mysql! All I want is to install mysql on my linux suse > 9.0. Of course, I have the root access one the server! As > discussed below, I can not add any password on my sql. > All I want is

RE: [SPAM] - Unable to install mysql - Bayesian Filter detected spam

2005-06-26 Thread Yannick
Hi, I'm not sure you understand the issue. I have the root in linux but not in mysql ! All I want is to install mysql on my linux suse 9.0. Of course, I have the root access one the server ! As discussed below, I can not add any password on my sql. All I want is to know how to do it !

RE: [SPAM] - Unable to install mysql - Bayesian Filter detected spam

2005-06-26 Thread Mathias
password from mysql.test; > ERROR 1044: Access denied for user: '@localhost' to database 'mysql' > mysql> > > -Message d'origine- > De : Mathias [mailto:[EMAIL PROTECTED] > Envoyé : Sunday, June 26, 2005 8:35 AM > À : [E

RE: [SPAM] - Unable to install mysql - Bayesian Filter detected spam

2005-06-26 Thread Yannick
abase 'mysql' mysql> -Message d'origine- De : Mathias [mailto:[EMAIL PROTECTED] Envoyé : Sunday, June 26, 2005 8:35 AM À : [EMAIL PROTECTED] Cc : [EMAIL PROTECTED]; mysql@lists.mysql.com; [EMAIL PROTECTED] Objet : RE: [SPAM] - Unable to install mysql - Bayesian Filter det

RE: [SPAM] - Unable to install mysql - Bayesian Filter detected spam

2005-06-25 Thread Mathias
ile file ? > > Yannick > > -Message d'origine- > De : Mathias [mailto:[EMAIL PROTECTED] > Envoyé : Sunday, June 26, 2005 12:36 AM > À : [EMAIL PROTECTED] > Cc : [EMAIL PROTECTED]; mysql@lists.mysql.com; > [EMAIL PROTECTED] > Objet : RE: [SPAM] - U

RE: [SPAM] - Unable to install mysql - Bayesian Filter detected spam

2005-06-25 Thread Yannick
-Message d'origine- De : Mathias [mailto:[EMAIL PROTECTED] Envoyé : Sunday, June 26, 2005 12:36 AM À : [EMAIL PROTECTED] Cc : [EMAIL PROTECTED]; mysql@lists.mysql.com; [EMAIL PROTECTED] Objet : RE: [SPAM] - Unable to install mysql - Bayesian Filter detected spam Since you can connect as yannick

RE: [SPAM] - Unable to install mysql - Bayesian Filter detected spam

2005-06-25 Thread Mathias
Message d'origine- > De : Mathias [mailto:[EMAIL PROTECTED] > Envoyé : Sunday, June 26, 2005 12:01 AM > À : Mathias > Cc : [EMAIL PROTECTED]; [EMAIL PROTECTED]; > mysql@lists.mysql.com; [EMAIL PROTECTED] > Objet : RE: [SPAM] - Unable to install mysql - Bayesian F

RE: [SPAM] - Unable to install mysql - Bayesian Filter detected spam

2005-06-25 Thread Yannick
et the root password ? How can I flush the privilidges ? Thanks Yannick -Message d'origine- De : Mathias [mailto:[EMAIL PROTECTED] Envoyé : Sunday, June 26, 2005 12:01 AM À : Mathias Cc : [EMAIL PROTECTED]; [EMAIL PROTECTED]; mysql@lists.mysql.com; [EMAIL PROTECTED] Objet : RE: [SPAM

RE: [SPAM] - Unable to install mysql - Bayesian Filter detected spam

2005-06-25 Thread Mathias
[EMAIL PROTECTED]' (Using password: > > YES) > > fujitsu:/home/yannick # > > > > => If I have no access with root, I can not create any new database > > That is the problem. > > > > -Message d'origine- > > De : Nils Valenti

RE: [SPAM] - Unable to install mysql - Bayesian Filter detected spam

2005-06-25 Thread Mathias
Message d'origine- > De : Nils Valentin [mailto:[EMAIL PROTECTED] > Envoyé : Saturday, June 18, 2005 2:57 PM > À : mysql@lists.mysql.com; [EMAIL PROTECTED] > Cc : [EMAIL PROTECTED] > Objet : Re: [SPAM] - Unable to install mysql - Bayesian Filter detected > spam > >

RE: [SPAM] - Unable to install mysql - Bayesian Filter detected spam

2005-06-25 Thread Yannick
. -Message d'origine- De : Nils Valentin [mailto:[EMAIL PROTECTED] Envoyé : Saturday, June 18, 2005 2:57 PM À : mysql@lists.mysql.com; [EMAIL PROTECTED] Cc : [EMAIL PROTECTED] Objet : Re: [SPAM] - Unable to install mysql - Bayesian Filter detected spam Hi yannick, Not sure if you have

Re: [SPAM] - Unable to install mysql - Bayesian Filter detected spam

2005-06-18 Thread Nils Valentin
t; priviledge issue. > > BEst regards > > Yannick > > > -Message d'origine- > De : Yannick [mailto:[EMAIL PROTECTED] > Envoyé : Monday, June 13, 2005 11:54 PM > À : [EMAIL PROTECTED] > Cc : mysql@lists.mysql.com > Objet : RE: [SPAM] - Unable to install mysq

Re: Unable to install mysql

2005-06-14 Thread gerald_clark
Yannick wrote: Hey guys, I am not able to install properly mysql. Please see below the technical details or the bug report. The installation goes well until I try to add the root user : [EMAIL PROTECTED]:/usr/bin> mysqladmin -u root -h fujitsu password x [EMAIL PROTECTED]:/usr/bin> my

RE: [SPAM] - Unable to install mysql - Bayesian Filter detected spam

2005-06-13 Thread Kevin Struckhoff
CTED] Sent: Monday, June 13, 2005 11:42 AM To: mysql@lists.mysql.com Subject: [SPAM] - Unable to install mysql - Bayesian Filter detected spam Hey guys, I am not able to install properly mysql. Please see below the technical details or the bug report. The installation goes well until I try to add

RE: [SPAM] - Unable to install mysql - Bayesian Filter detected spam

2005-06-13 Thread Yannick
o far from having it working ut I still have this priviledge issue. BEst regards Yannick -Message d'origine- De : Yannick [mailto:[EMAIL PROTECTED] Envoyé : Monday, June 13, 2005 11:54 PM À : [EMAIL PROTECTED] Cc : mysql@lists.mysql.com Objet : RE: [SPAM] - Unable to install m

RE: [SPAM] - Unable to install mysql - Bayesian Filter detected spam

2005-06-13 Thread Yannick
7;mysql'@'localhost'; ERROR 1046: No Database Selected mysql> select test; ERROR 1054: Unknown column 'test' in 'field list' mysql> use test Database changed mysql> GRANT ALL ON test TO 'mysql'@'localhost'; ERROR 1044: Access denie

Unable to install mysql

2005-06-13 Thread Yannick
Hey guys, I am not able to install properly mysql. Please see below the technical details or the bug report. The installation goes well until I try to add the root user : [EMAIL PROTECTED]:/usr/bin> mysqladmin -u root -h fujitsu password x mysqladmin: connect to server at 'fujitsu' failed er

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

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

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

Install Mysql 4 on Fedora Core 2

2005-06-13 Thread Jerry Swanson
I want to install MySQL 4 on Fedora Core 2. Questions: #1. Do I need to uninstall MySQL 3 from the server first? #2. Where I can get source for MySQL 4? Thanks -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL

Re: how can I install mysql without administrator priviledge

2005-05-27 Thread Gleb Paharenko
Hello. >--default-file=/home/jesse/mysql/my-large.cnf to run the server but it ^ There's 's' at the end, use --defaults-file. >I have tried to use ./mysqld_safe >--default-file=/home/jesse/mysql/my-large.cnf to run the server but it >doesn't w

Re: how can I install mysql without administrator priviledge

2005-05-25 Thread Gleb Paharenko
Hello. MySQL could be installed under unprivileged user in location owned by that user. You should correctly specify the parameters in the configuration file or in command line. I usually launch mysqld using mysqld_safe with --defaults-file command line option. Here's an example of such file

how can I install mysql without administrator priviledge

2005-05-25 Thread qin lei
I downloaded the binary files and upziped them to /home/myname/mysql.(I use red hat linux) when I use command "mysqld --console" to run the server. The following message are showed on the screen: [EMAIL PROTECTED] bin]$ ./mysqld --console 050525 17:36:11 Warning: Can't create test file /var/li

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

Install mysql question

2005-05-19 Thread Ying Sun
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 root account. Under the root account, I can start the mysql and it seems working fine. However

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

install Mysql----to ./mysql_install_db ERROR

2005-03-26 Thread yen0622
mandrake 10.1 mysql 4.1.10a [EMAIL PROTECTED] bin]# ./mysql_install_db Installing all prepared tables ERROR: 1062 Duplicate entry 'localhost-root' for key 1 ERROR: 1062 Duplicate entry 'localhost-' for key 1 Fill help tables angin continue next steup also error [EMAIL PROTECTED] bin]#./my

Install MySql 4.0.23???

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

Install MySql 4.0.23???

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

Re: Can't install Mysql on Windows XP

2004-12-27 Thread Victor Pendleton
Did you install MySQL as a service and have you started the service? Sheni R. Meledath wrote: Hello: I am trying to install mysql on my laptop which is running Windows XP professional. But after installation when trying to connect to the MySQL server I am getting the following error message

Can't install Mysql on Windows XP

2004-12-27 Thread Sheni R. Meledath
Hello: I am trying to install mysql on my laptop which is running Windows XP professional. But after installation when trying to connect to the MySQL server I am getting the following error message: Error 2003: Can't connect to MySQL server on 'localhost' (10061). Tried all the

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 Pe

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?

Re: How to install MySQL

2004-07-03 Thread Wesley Furgiuele
After you finish installing MySQL, you need to start it up before connecting to it -- the installation won't do that automatically for you. http://dev.mysql.com/doc/mysql/en/Unix_post-installation.html That manual page will give you the right commands. Basically, after installation, run the mys

How to install MySQL

2004-07-03 Thread Arkadi Kagan
Description: MySQL is not properly configured for first run. How-To-Repeat: Run standard installation: ./configure ./make su ./make install exit # (exit su) mysql -- mysql failed: ERROR 2002 (HY000): Can't connect to local MySQL server through socket

Failed to install Mysql in HP-UX 10.20

2004-03-24 Thread Antão Miguel Chantre
Hi, This a error to install Mysql 4.1 in HP-UX 10.20   040324 12:01:50 mysqld started Warning: One can only use the --user switch if running as root InnoDB: No valid checkpoint found. InnoDB: If this error appears when you are creating an InnoDB database, InnoDB: the problem may be that

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

install mysql & create databases

2004-03-18 Thread zeineb sellami
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 solution? Do you Yahoo!? Yahoo! Mail - More reliable

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.

Install Mysql

2004-03-03 Thread Teddy Ruxpin
(sorry my english) I had in my computer EasyPHP. Always worked. I tried update EasyPHP and mysql stopped work. I saw the Mysql service was pointing a file that doesn't exist. On regedit I made point to correct file "mysqld.exe". But to the try execute the service, show a error message. Even executi

install mysql++

2004-03-03 Thread Maria Yndefors
Hi! I am trying to install mysql++ from an rpm but I get dependency failure [EMAIL PROTECTED] mayn]# rpm -iv mysql++-1.7.9-4.rh80.i386.rpm error: failed dependencies: libmysqlclient.so.10 is needed by mysql++-1.7.9-4.rh80 I have libmysqlclient.so.12 so I tried to create

Re: So, how do you REALLY install MySQL in Mac OS X (Panther)?!

2004-01-22 Thread Michael Stassen
Daniel Lahey wrote: Ok, I've read the release notes, the manual, the threads on this mailing list, installed/removed/re-installed about 5 times, tried 4.0.1, 4.1, 5.0, and I can't get MySQL to run on my Mac (dual-proc 867MHz, 768MB RAM). When I run configure, it tells me everything is hunky-do

Re: So, how do you REALLY install MySQL in Mac OS X (Panther)?!

2004-01-22 Thread Santino
I installed MySql 4.0.x on MacOs 10.2.x and it works fine. There are some problems of permissions: check /tmp and mysql data directory. Santino -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: So, how do you REALLY install MySQL in Mac OS X (Panther)?!

2004-01-22 Thread Paul DuBois
At 22:39 -0800 1/21/04, Daniel Lahey wrote: Ok, I've read the release notes, the manual, the threads on this mailing list, installed/removed/re-installed about 5 times, tried 4.0.1, 4.1, 5.0, and I can't get MySQL to run on my Mac (dual-proc 867MHz, 768MB RAM). When I run configure, it tells me

Re: So, how do you REALLY install MySQL in Mac OS X (Panther)?!

2004-01-22 Thread sulewski
EMAIL PROTECTED] Sent: Thursday, January 22, 2004 7:25 AM To: Eve Atley Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: So, how do you REALLY install MySQL in Mac OS X (Panther)?! I think this is the package I used. The one that I used actually wrote and init script so if you r

RE: So, how do you REALLY install MySQL in Mac OS X (Panther)?!

2004-01-22 Thread Eve Atley
ECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: So, how do you REALLY install MySQL in Mac OS X (Panther)?! I think this is the package I used. The one that I used actually wrote and init script so if you reboot mysql will start automagically. I think this is the one. Joe On Thu

Re: So, how do you REALLY install MySQL in Mac OS X (Panther)?!

2004-01-22 Thread sulewski
I think this is the package I used. The one that I used actually wrote and init script so if you reboot mysql will start automagically. I think this is the one. Joe On Thursday, January 22, 2004, at 08:51 AM, Eve Atley wrote: I successfully used the packages from Server Logistics for this t

Re: So, how do you REALLY install MySQL in Mac OS X (Panther)?!

2004-01-22 Thread Eve Atley
I successfully used the packages from Server Logistics for this task, installing PHP, Apache and MySQL first on my 10.2.8 Jaguar, then on my 10.3.2 Panther G4. http://www.serverlogistics.com/mysql.php - Eve -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsub

RE: So, how do you REALLY install MySQL in Mac OS X (Panther)?!

2004-01-22 Thread Nicholas
] Date: Wed, 21 Jan 2004 22:39:39 -0800 Subject: So, how do you REALLY install MySQL in Mac OS X (Panther)?! Ok, I've read the release notes, the manual, the threads on this mailing list, installed/removed/re-installed about 5 times, tried 4.0.1, 4.1, 5.0, and I can't get MySQL to run on m

So, how do you REALLY install MySQL in Mac OS X (Panther)?!

2004-01-21 Thread Daniel Lahey
Ok, I've read the release notes, the manual, the threads on this mailing list, installed/removed/re-installed about 5 times, tried 4.0.1, 4.1, 5.0, and I can't get MySQL to run on my Mac (dual-proc 867MHz, 768MB RAM). When I run configure, it tells me everything is hunky-dory and that I should

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 Da

Install MySQL and MS SQL on Same Server

2003-10-21 Thread William IT
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? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

  1   2   3   >