On Mon, Jan 9, 2012 at 2:21 PM, Larry Martell wrote:
> Some may consider this slightly off-topic, but I'm out of places to
> turn to, so I'm hoping someone here can help me.
>
>
> I am having no luck with getting the python module MySQLdb to work on
> my Mac. I am getting the dreaded 'wrong archit
Some may consider this slightly off-topic, but I'm out of places to
turn to, so I'm hoping someone here can help me.
I am having no luck with getting the python module MySQLdb to work on
my Mac. I am getting the dreaded 'wrong architecture' message when I
try to import the module. I googled this,
Roger, 2 mins. of Google turned up these (just f.y.i.):
http://www.cyberciti.biz/faq/mysql-change-root-password/
http://www.cyberciti.biz/tips/recover-mysql-root-password.html
-G
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.
>>
>>> ...as Brandon said.. from terminal you have to type something to get into
>>> mysql, and if you are like me, then that is:
>>>
>>> /usr/local/mysql/bin/mysql
>>
>> Oh, I forgot to add - but you might need to be super user first.
>>
>> su
>> (input pass..)
>
> why in the world should s
Am 06.11.2011 02:00, schrieb Govinda:
>
>> ...as Brandon said.. from terminal you have to type something to get into
>> mysql, and if you are like me, then that is:
>>
>> /usr/local/mysql/bin/mysql
>
> Oh, I forgot to add - but you might need to be super user first.
>
> su
> (input pass..)
> ...as Brandon said.. from terminal you have to type something to get into
> mysql, and if you are like me, then that is:
>
> /usr/local/mysql/bin/mysql
Oh, I forgot to add - but you might need to be super user first.
su
(input pass..)
>
> -Govinda
>
>> I installed Mysql using the .dmg pa
...as Brandon said.. from terminal you have to type something to get into
mysql, and if you are like me, then that is:
/usr/local/mysql/bin/mysql
-Govinda
> I installed Mysql using the .dmg package. I can use System Preferences to
> start and stop the program. When I open a terminal window,
On 11/5/2011 12:32 PM, Roger CPL wrote:
I installed Mysql using the .dmg package. I can use System Preferences to
start and stop the program. When I open a terminal window, I think this is the
way to us the program, any Mysql command I inter is not recognized.
Thanks
Roger
You will need to
I installed Mysql using the .dmg package. I can use System Preferences to
start and stop the program. When I open a terminal window, I think this is the
way to us the program, any Mysql command I inter is not recognized.
Thanks
Roger
--
MySQL General Mailing List
For list archives: http://list
Hi list,
I'm trying to install MySQL 5.0.24a RHEL RPM on a Centos Linux VPS box.
"uname -a" output on this box:
Linux my.host.com 2.6.9-022stab078.14-enterprise #1 SMP Wed Jul 19 14:35:02
MSD 2006 i686 athlon i386 GNU/Linux
It already has MySQL 4.1 RHEL installed on it - I checked this with "r
You are linking against the static compress library which is intended for
static linking not inclusion into a dynamic object. I would not rebuild
libz.a with fPIC. You should be linking against libz.so which I'd guess you
haven't got. Check you've got a libz.so and then make sure DBD::mysql picks i
Yes .. and had to add it to jpeg-6b (on x86_64) to make that
work too.
Patrick Galbraith wrote:
Niels Larsen wrote:
Niels,
Do you mean in the Makefile for zlib?
Thanks!
Patrick
Connie,
I had the same error with another program recently, but probably the
fix for yours is the same: try comp
Niels Larsen wrote:
Niels,
Do you mean in the Makefile for zlib?
Thanks!
Patrick
Connie,
I had the same error with another program recently, but probably the
fix for yours is the same: try compile zlib with -fPIC by adding
" -fPIC" to CFLAGS in the Makefile.
Niels Larsen
Logg, Connie A.
Connie,
I had the same error with another program recently, but probably the
fix for yours is the same: try compile zlib with -fPIC by adding
" -fPIC" to CFLAGS in the Makefile.
Niels Larsen
Logg, Connie A. wrote:
Machine info:
[EMAIL PROTECTED] utils]$ uname -a
Linux snv1 2.6.9-34.0.2.ELsm
Machine info:
[EMAIL PROTECTED] utils]$ uname -a
Linux snv1 2.6.9-34.0.2.ELsmp #1 SMP Fri Jun 30 10:32:04 EDT 2006 x86_64 x86_64
x86_64 GNU/Linux
[EMAIL PROTECTED] utils]$ perl -v
This is perl, v5.8.8 built for x86_64-linux
[EMAIL PROTECTED] utils]$ more /etc/redhat-release
Red Hat Enterprise Lin
It looks like MySQL installed but when it tried to start the server,
the server crashed. Can you confirm that?
If so, try starting it with the startup script -- you should get the
same error. If it's still broken, start it with the core-file and
core-file-size option (I recommend unlimited):
h
Hello,
(linux novice: windows user migrating to linux)
Hoping someone can point me in the right direction. Install of
MySQL-server-standard-5.0.21-1.sles9.i586.rpm is failing
with following error msg: "mysqld got signal 11".
I have 2 Suse 9E systems and mysql installs fine on one but not the oth
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
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
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
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 -
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
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-
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
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
Can anyone help, please, when I tar -xvzf this file I am getting the error
"Archive contains obsolescent base-64 headers
gzip: stdin: invalid compressed data--crc error"
and installation exits
I tried to acquire the Compaq compilers mentioned under "platforms" in case
it is a gcc problem, but th
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
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
Juan Fernandez <[EMAIL PROTECTED]> wrote:
> I am trying to install mysql without the server on fedora:
Don't install Fedora packages.
Install binary packages downloaded from www.mysql.com in RPM format.
You will probably need MySQL-shared and MySQL-client if you don't want
the server.
--
Fernandez
Cc: '[EMAIL PROTECTED]'
Subject: Re: problem installing without the server
Juan Fernandez wrote:
Hi !!
I am trying to install mysql without the server on fedora:
when I issue the command :
[EMAIL PROTECTED] snort-2.2.0]# cd ../mysql-3.23.52
[EMAIL PROTECTED] mysql-3.23.52]# .
ubject: Re: problem installing without the server
Juan Fernandez wrote:
> Hi !!
>
> I am trying to install mysql without the server on fedora:
>
> when I issue the command :
>
> [EMAIL PROTECTED] snort-2.2.0]# cd ../mysql-3.23.52
> [EMAIL PROTECTED] mysql-3.23.52]# ./configur
Juan Fernandez wrote:
Hi !!
I am trying to install mysql without the server on fedora:
when I issue the command :
[EMAIL PROTECTED] snort-2.2.0]# cd ../mysql-3.23.52
[EMAIL PROTECTED] mysql-3.23.52]# ./configure --without-server
--prefix=/usr/local/mysql
everything is fine but after I issue the com
Hi !!
I am trying to install mysql without the server on fedora:
when I issue the command :
[EMAIL PROTECTED] snort-2.2.0]# cd ../mysql-3.23.52
[EMAIL PROTECTED] mysql-3.23.52]# ./configure --without-server
--prefix=/usr/local/mysql
everything is fine but after I issue the command "make I recei
Lou Olsten wrote:
> I haven't figured out where to get the libstdc++
That's part of gcc usually found in /usr/local/lib or in the lib dir under the gcc
installation dir.
--
Jack J. Woehr# "[F]ar in the empty sky a solitary esophagus slept
http://www.well.com/~jax # upon motionless
Trying to install MySQL 4.1.1 Max binary using MySQL-Max-4.1.1-0.i386.rpm onto Linux
Fedora version. When I do, I get the following failed dependencies:
libcrypto.so.0.9.6 is needed by MySQL-Max-4.1.1-0
libssl.so.0.9.6 is needed by MySQL-Max-4.1.1-0
libstdc++-libc6.2-2.so.3 is needed by MySQL-Ma
It may be that you did not give the mysql user ownership of the Data
folder?
Check your permissions first by typing:
[KieranMac:~] kieran% ls -al /usr/local/mysql/
this shold show data folder as something like this:
drwxr-x--- 13 mysql wheel 442 Aug 19 19:52 data
Type this on the co
"Devang Panchalia" <[EMAIL PROTECTED]> wrote:
> Hi,
> I have downloaded MySql-standard-4.0.12 FOR MAC from the MySql website.
> I have installed it on Mac OS X 10.1.3.
> When i am starting the MySql, it starts and ends with the message
> "030821 MySqld ended".
> Does anyone know what the pro
Hi,
I have downloaded MySql-standard-4.0.12 FOR MAC from the MySql website.
I have installed it on Mac OS X 10.1.3.
When i am starting the MySql, it starts and ends with the message
"030821 MySqld ended".
Does anyone know what the problem is ...??
Devang.
--
MySQL General Mailing List
F
At 17:35 17/8/2003 +0100, Debbie wrote:
Hi,
Hi,
I have just downloaded MySQLv4.0.14b for windows and 21% through the
installation, it displays the following error:
An error occurred during the move dataq process: -132
Component:
File Group:
File:
The above frequently happens because the installer
Hi,
I have just downloaded MySQLv4.0.14b for windows and 21% through the
installation, it displays the following error:
An error occurred during the move dataq process: -132
Component:
File Group:
File:
The MD5 hash matches the one on your website and I have spent another 5
hours or so downloadi
Make sure your firewall isn't blocking port 3306 (the default tcp port)
on localhost (127.0.0.1). Firewalls DO matter.
> I have tried to install mysql 4.0.14 and previous version on my machine.
>
> After installation when I try to run mysql, i get error:
>
> "Cannot connect to localhost port..."
I have tried to install mysql 4.0.14 and previous version on my machine.
After installation when I try to run mysql, i get error:
"Cannot connect to localhost port..."
my machine is not connected to internet. I also have firewall installed on my
machine, but this should not matter.
Any suggest
In the last episode (Jul 16), Jonathan Villa said:
> I've installed MySQL on Linux more than a few times... so I got the
> process down... however, now I am trying to install on FreeBSD.
>
> This what I am doing...
> 1. tar zxvf mysql...freebsd.tar.gz -C /usr/local/mysql
> 2. cd /usr/local/mysql
>
I've installed MySQL on Linux more than a few times... so I got the
process down... however, now I am trying to install on FreeBSD.
This what I am doing...
1. tar zxvf mysql...freebsd.tar.gz -C /usr/local/mysql
2. cd /usr/local/mysql
3. ./configure (just to get the message)
I get the following...
sql,query
Tried the following but get this error message:
[root sun]# rpm -i MyODBC-3.51.04-1.i386.rpm
error: failed dependencies:
libc.so.6(GCC_3.0) is needed by MyODBC-3.51.04-1
libc.so.6(GLIBC_2.2) is needed by MyODBC-3.51.04
Can anyone shower light over this problem:
I tried to install mysql 3.32.51. But it throws the following error while
trying to start safe_mysqld:
021019 17:40:10 mysqld started
021019 17:40:10 /usr/local/libexec/mysqld: Can't create/write to file
'/usr/local/var/ibm.pid' (Errcode: 13)
021019 1
Scott,
Sunday, September 01, 2002, 9:23:38 PM, you wrote:
SB> The instructions that I have to install MySQL, tells me to "cd to the bin
SB> directory and run this command: ./mysql_install_db"
SB> The problem is that my system can't find this file. Any suggestions?
Scott, you provided not enoug
Scott,
MySQL is available in two 'flavors': source code and (binary) executables.
Which one did you intend to download/install?
Which OpSys are you using?
Please advise,
=dn
> The instructions that I have to install MySQL, tells me to "cd to the bin
> directory and run this command: ./mysql_in
The instructions that I have to install MySQL, tells me to "cd to the bin
directory and run this command: ./mysql_install_db"
The problem is that my system can't find this file. Any suggestions?
Thanks,
Scott
-
Before posting
( mysql, query )
> Can anyone help.
> I'm installing (at the mo) 4.0.3 Beta, but the error message is the same
> which ever version..
>
> libmysql.c: In function `mysql_real_connect':
> libmysql.c:1675: warning: passing arg 5 of `gethostbyname_r' from
> incompatible pointer type
> libmysql.c:16
Can anyone help.
I'm installing (at the mo) 4.0.3 Beta, but the error message is the same
which ever version..
libmysql.c: In function `mysql_real_connect':
libmysql.c:1675: warning: passing arg 5 of `gethostbyname_r' from
incompatible pointer type
libmysql.c:1675: too few arguments to function
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wednesday 28 August 2002 22:53, Carlos Oyarzún wrote:
> I´m trying to install mysql-3.23.52 on a machine running RedHat 7.0. I´m
> using the following procedure:
>
> ./configure --prefix=/usr/local/mysql
> make
> make install
>
> The first two com
Hi,
I´m trying to install mysql-3.23.52 on a machine running RedHat 7.0. I´m
using the following procedure:
./configure --prefix=/usr/local/mysql
make
make install
The first two commands run fine, but "run install" gives me the following
error,
make[2]: *** [install-benchSCRIPTS] Error
Philip Molter <[EMAIL PROTECTED]> writes:
> On Thu, Jul 18, 2002 at 11:44:14AM -0400, Richard Fox wrote:
> : The mysqld.log file says:
> :
> : 020717 13:05:05 mysqld started
> : 020717 13:05:05 /usr/local/libexec/mysqld: Can't find file:
> : './mysql/host.frm' (errno: 13)
> : 020717 13:05:05
En réponse à Philip Molter <[EMAIL PROTECTED]>:
Hi
I am sure that tehre is a bug in RH 7.3
I've said it several times in this mailing list, but nobody wants to belive me!
It's true that this information is difficult to find, but I've learned it on
the documentation of www.mysql.org, the one with
On Thu, Jul 18, 2002 at 11:44:14AM -0400, Richard Fox wrote:
: The mysqld.log file says:
:
: 020717 13:05:05 mysqld started
: 020717 13:05:05 /usr/local/libexec/mysqld: Can't find file:
: './mysql/host.frm' (errno: 13)
: 020717 13:05:05 mysqld ended
:
: But I do see the host.frm file:
:
: -r
t;>
>>What happens when you try the 'mysql' command? I get the response
>>"can't connect to local MySQL server through socket
>>'/var/usr/mysql/mysql.sock'"
>>And indeed there is no such file.
>>Do you have this file?
>&
ns when you try the 'mysql' command? I get the response
> > "can't connect to local MySQL server through socket
> > '/var/usr/mysql/mysql.sock'"
> > And indeed there is no such file.
> > Do you have this file?
> >
> > -Original
8:44 AM
> To: Noamn; [EMAIL PROTECTED]
> Subject: Re: MySQL: Problem Installing on RH 7.3
>
>
> The mysqld.log file says:
>
> 020717 13:05:05 mysqld started
> 020717 13:05:05 /usr/local/libexec/mysqld: Can't find file:
> './mysql/host.frm' (errno: 13)
&
IL PROTECTED]>
Sent: Thursday, July 18, 2002 5:44 PM
Subject: Re: MySQL: Problem Installing on RH 7.3
The mysqld.log file says:
020717 13:05:05 mysqld started
020717 13:05:05 /usr/local/libexec/mysqld: Can't find file:
'./mysql/host.frm' (errno: 13)
020717 13:05:05 mysqld en
o you have this file?
>
> -Original Message-
> From: Richard Fox [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 17, 2002 10:41 PM
> To: [EMAIL PROTECTED]
> Subject: MySQL: Problem Installing on RH 7.3
>
>
>
> The MySQL daemon does not run. I installed the bi
On Wed, Jul 17, 2002 at 04:40:50PM -0400, Richard Fox wrote:
:
: The MySQL daemon does not run. I installed the binary RPM's from the RH cd,
: MySQL 3.23.49. I run mysql_install_db, outputs some text and appears to
: execute correctly. The I run safe_mysqld &, and I get:
:
: [root@thor rfox]# /u
EMAIL PROTECTED]]
Sent: Wednesday, July 17, 2002 3:41 PM
To: [EMAIL PROTECTED]
Subject: MySQL: Problem Installing on RH 7.3
The MySQL daemon does not run. I installed the binary RPM's from the RH cd,
MySQL 3.23.49. I run mysql_install_db, outputs some text and appears to
execute correctly.
The MySQL daemon does not run. I installed the binary RPM's from the RH cd,
MySQL 3.23.49. I run mysql_install_db, outputs some text and appears to
execute correctly. The I run safe_mysqld &, and I get:
[root@thor rfox]# /usr/bin/safe_mysqld &
[1] 2212
[root@thor rfox]# Starting mysqld daemon wi
Matt,
Wednesday, May 22, 2002, 7:51:19 AM, you wrote:
[hardly skipped]
MH> The error that I commonly get (only see errors when I try manually
MH> installing it, otherwise it gives me no errors, but it just doesn't
MH> work) involve resolveip (can't lookup localhost.localdomain with
MH> resolv
Yep, I'm a n00b, or whatever you want to call it.
I'm having a problem installing MySQL version 4.0.1-2 (or any other
version for that matter).
I'm starting a rather large project where our funds are limited and we
want a high performance database, so we chose to go with My
I've installed MySQL 2.23.49 on Solaris 2.7. I've downloaded the binary
installation (mysql-3.23.49-sun-solaris2.7-sparc).
I'm using gcc 2.95.3 and make 3.78.1, both downloaded from SunFreeware site
(gcc-2.95.3-sol7-sparc-local and make-3.78.1-sol7-sparc-local).
I've installed the modules Data
I am not sure what the heck the problem is. I'm trying to install mysql
(client) on a RH 7.2 box. When I run ./configure --without-server I get
a bunch of messages about mysql passwords being changed and mysql daemon
being started with databases from /install directory -- sorry I can't
inclu
Brian French wrote:
>
> running
> pentium 80
> 64mb ram
> 30 gig HD
> Redhat Linux 7.1
> perl 5.06
> Mysql
> |_ previously 3.23.39 after this went to 3.23.45
>
> php 4.0.4
> |_ w/ ZendOptimizer
>
> how i got to this problem:
> was running php/mysql (versions above)
> php was installed
Brian French
Cc: [EMAIL PROTECTED]
Subject: Re: Problem installing MySQL-3.23.45-1.i386.rpm
Brian French wrote:
>
> hey, i'm having trouble installing MySQL-3.23.45-1.i386.rpm
>
> already installed
> MySQL-client-3.23.45-1.i386.rpm
> MySQL-devel-3.23.45-1.i386.rpm
>
> when
Brian French wrote:
>
> hey, i'm having trouble installing MySQL-3.23.45-1.i386.rpm
>
> already installed
> MySQL-client-3.23.45-1.i386.rpm
> MySQL-devel-3.23.45-1.i386.rpm
>
> when i try to install MySQL-3.23.45-1.i386.rpm i get the following:
>
> [root@localhost rpms]#rpm -U --force --replac
Brian French wrote:
>hey, i'm having trouble installing MySQL-3.23.45-1.i386.rpm
>
>already installed
>MySQL-client-3.23.45-1.i386.rpm
>MySQL-devel-3.23.45-1.i386.rpm
>
>when i try to install MySQL-3.23.45-1.i386.rpm i get the following:
>
>[root@localhost rpms]#rpm -U --force --replacefiles MySQ
hey, i'm having trouble installing MySQL-3.23.45-1.i386.rpm
already installed
MySQL-client-3.23.45-1.i386.rpm
MySQL-devel-3.23.45-1.i386.rpm
when i try to install MySQL-3.23.45-1.i386.rpm i get the following:
[root@localhost rpms]#rpm -U --force --replacefiles MySQL-3.23.45-1.i386.rpm
error: fa
We have the same problem with MySQL (3.23.36) for SCO OpenServer, in script
mysql.server.
Here is the problem code, showing my workaround.
...
if test -z "$pid_file"
then
# pid_file=$datadir/`@HOSTNAME@`.pid
pid_file=$datadir/`hostname`.pid # changed @HOSTNAME@ to hostname
else
case "$pid_
1 10:29 AM
To: Mysql list
Subject: Problem installing 3.23.43 (@HOSTNAME@ command not found)
Hello:
I tried to set-up mysql 3.23.43 on my RedHat 7.1 server, following the
binary
installation instructions.
Here is what I did:
lynx
ftp://mirror.sit.wisc.edu/mirrors/mysql/Downloads/MySQL-3.23/mysql-3
Hello:
I tried to set-up mysql 3.23.43 on my RedHat 7.1 server, following the
binary
installation instructions.
Here is what I did:
lynx
ftp://mirror.sit.wisc.edu/mirrors/mysql/Downloads/MySQL-3.23/mysql-3.23.43-p
c-linux-gnu-i686.tar.gz
tar zxvf mysql-3.23.43-pc-linux-gnu-i686.tar.gz
/usr/sbin/
David Aldridge writes:
> I downloaded the latest version of MySQL and installed it on my Sparc
> Ultra5. I used the pkgadd -d to install it. It said the install was
> successful. When I run mysql_install_db, I get the following error message:
>
> # ./mysql_install_db
> Creating db table
>
I downloaded the latest version of MySQL and installed it on my Sparc
Ultra5. I used the pkgadd -d to install it. It said the install was
successful. When I run mysql_install_db, I get the following error message:
# ./mysql_install_db
Creating db table
Creating host table
Creating user table
Crea
Hi,
I attached a wrong file in my last email. I should have sent you
config.log file. Here it is.
Sorry for the mistake.
Thanks again.
Huai Liu
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:813: ch
Hi,
I am trying to install MySQL in my own account on Sun Sparc
solaris2.7. I am an EE student trying to finish a project. Here
is my problem:
I downloaded source MySQL file to my home directory. As I am not
root user, I failed to run "groupadd mysql" and "useradd -g
mysql mysql". After I g
This site has precompiled MySQL binaries for Mac OS X:
http://www.entropy.ch/software/macosx/mysql/
It also has easy to follow installation instructions. You need to use
your Users utility to add the MySQL user instead of the useradd and
groupadd commands. Complete instructions are at the site
I am having a few problems with the install.
First off Mac OS X does not support the groupadd or useradd
commands.
Next the scripts/mysql_install_db fails and tells me to look for
more i\
nformation in ./data logs, however in the data directory there are no
log files\
.
>How
Eldon Ziegler writes:
> Running ./configure fails check for MySQL include directory. The library
> directory is found and the include directory is there when I list it. What
> is it looking for?
>
> Eldon Ziegler
> ProAtion Systems
> [EMAIL PROTECTED]
> http://www.proation.com
>
There are op
Running ./configure fails check for MySQL include directory. The library
directory is found and the include directory is there when I list it. What
is it looking for?
Eldon Ziegler
ProAtion Systems
[EMAIL PROTECTED]
http://www.proation.com
-
Hello,
concerning problem with installing/compiling mysql 3.23.39 on solaris 8 using gcc 3.0
Solution: compile with gcc 2.95.3
I would still like to use gcc 3.0 thou :-)
peter gad
-
Before posting, please check:
http://w
Hi.
I need to install mysql on Solrais (5.5.1 Generic sun4m sparc
SUNW,SPARCstation-20), but config procedure stop with this message:
>checking for restartable system calls... configure: error: can not
run test program while cross compiling
Looking in config.log i see some fatal errors:
Hi
I am a newbie to linux and mysql and would like some advice re
installing mysql source code on corel linux.
I have successfully installed a binary version of Mysql (now
deleted) but need to compile and install a source version, as I want
to next install PHP.which I understand needs the sou
Hello every/any-one,
hopefully someone can point me to a solution to this problem...
(As I'm not sure my subcription to the mysql list(s) is yet valid,
could you please respond to mail address "[EMAIL PROTECTED]".)
thank you.
Peter Gad
The problem: I'm trying to install/compile mysql 3.23.39
Hi... I downloaded the mysql binary for HPUX10.20 and when I run
script/mysql_install_db I got the followin message:
---
$> scripts/mysql_install_db
Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Magnus Larsson (EUS) writes:
> Hello,
>
> When I am trying to install mySQL on a Solaris8 server I get the
> following error:
>
> # ./configure
> .
> .
> .
> checking return type of sprintf... configure: error: can not run test
> program while cross compiling
>
> Any idea what I need to do?
>
Hello,
When I am trying to install mySQL on a Solaris8 server I get the
following error:
# ./configure
.
.
.
checking return type of sprintf... configure: error: can not run test
program while cross compiling
Any idea what I need to do?
I have tried to add the
ac_cv_sys_restartable_syscalls=$
From: [EMAIL PROTECTED]
Date: Thu, 12 Apr 2001 17:12:06 +0200
To: [EMAIL PROTECTED]
Hi there,
Although I am using AIX4.3.1, I tried to install the binary version (which
is built for AIX4.3.3). Most of the time, it does not make any difference,
but when I run:
scripts/mysql_install_db
I get:
Hi friends,
I am a beginner for mysql. finally i was able to set it up. now i have
problems to set myodbc upthe error is like
"An error occured while copying C:\WINDOWS\SYSTEM\MFC30.DLL the computer
asks me to restart the computer and try install again. but it does not
work,
so i am looking f
Hi!!
I have a system FreeBSD 3.5 - STABLE and I am trying to install the mysql
3.23.33
It is the first time that I install a mysql and let us meet with a problem
that I didn't know
as solving. During the compilation I send myself the following message:
hostname.o: In function `ip_to_hostname(i
Dear Sirs :
I'm attempting to install mysql 3.23.33 from source
distribution (I need source , not binary)
on my Digital Unix 4.0F , (I have a previous mysql 3.22.32
installed).
I follow the steps :
CC=gcc CXX=gcc ./configure
I can view on at config.log , that's all is fine, but when I
run m
ncies. After a reboot,
I can connect to MySQL databases with php.
Ken Nordquist
"Did I Do That?"
- Original Message -
From: "Pope, Alan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 22, 2001 2:25 PM
Subject: Problem installing MyS
At 19:25 22-2-01 +, Pope, Alan wrote:
>Hi all,
>
>Newbie alert, please be gentle.
Great resource: www.devshed.com including how to install MySQL and PHP with
Apache.
You might want to apply all the patches from Redhat. RH 7.0 is not
considered to be a good distro. NOT my opinion, others sa
Hi all,
Newbie alert, please be gentle.
My system is Redhat 7.0 with glibc-2.2-12, kernel 2.2.16-22.
I have started a project which involves learning php & mysql, so I bought
myself a couple of big books to sit down and do some learning!
Problem is, I cannot get MySQL & php installed together
98 matches
Mail list logo