Re: MySQL Installation Problem

2004-06-18 Thread Kofirowster
First, you'll get more help if you post to the list (Mysql General mailing
list <[EMAIL PROTECTED]>)

All the --console does is directs error messages to the console, i.e., the
dos window you have open.
If you leave it off the error messages go to a file.
What you describe below
> without --console as para I'm able to start the
> server.
 is _not_ the server starting correctly. It's _not_ starting and the error
message is going to file when you do it without the --console.
If it had started you would not have gotten back to the prompt, it would
just never come back until the server was stopped elsewhere.


- Original Message -
From: "Chukkala Bhaskar" <[EMAIL PROTECTED]>
To: "Kofirowster" <[EMAIL PROTECTED]>
Sent: Thursday, June 17, 2004 10:28 PM
Subject: Re: MySQL Installation Problem


> Hi guys,
> I'm new to MySQL.
>
> I tried the following on my test pc with Win98.
> It gave me error if I use --console as para.
> Any clue?
>
> without --console as para I'm able to start the
> server.
>
> Regards
>
> D:\MySQL\bin>mysqld --console
> 040618 13:11:07  InnoDB: Operating system error number
> 32 in a file operation.
> InnoDB: See http://www.innodb.com/ibman.php for
> installation help.
> InnoDB: See section 13.2 at
> http://www.innodb.com/ibman.php
> InnoDB: about operating system error numbers.
> InnoDB: File name .\ibdata1
> InnoDB: File operation call: 'open'.
> InnoDB: Cannot continue operation.
>
> D:\MySQL\bin>mysqld
>
> D:\MySQL\bin>
>
>
>
> --- Kofirowster <[EMAIL PROTECTED]> wrote:
> > I have a windows installation of myql. The links
> > Michael gave give correct
> > info.
> > Here's a synopsis:
> > To test a mysql install on windows open the
> > mysql/bin dir in a dos window.
> > At the prompt type
> > mysqld --console
> >
> > you should get a message back that indicates the
> > server is running, such as
> > mysqld: ready for connections
> >
> > open a second dos window at the same location and at
> > the prompt type
> > mysql
> >
> > you should get a message back similar to this where
> > the x's are replaced by
> > the version you are running:
> > Welcome to the MySQL monitor.  Commands end with ;
> > or \g.
> > Your MySQL connection id is 1 to server version:
> > x.xx.xx-debug
> >
> > Type 'help' for help.
> >
> > mysql>
> >
> > HTH,
> > Johnny
> > - Original Message -
> > From: "Michael Stassen"
> > <[EMAIL PROTECTED]>
> > To: "Singh, Bijay" <[EMAIL PROTECTED]>
> > Cc: "Mysql General mailing list"
> > <[EMAIL PROTECTED]>
> > Sent: Thursday, June 17, 2004 11:01 AM
> > Subject: Re: MySQL Installation Problem
> >
> >
> > >
> > > I'm including the list on this.  In general, you
> > will get better and
> > faster
> > > responses if you keep threads on the list.
> > >
> > > I've never run the mysql server under Windows, but
> > I assume the manual is
> > > accurate
> >
> <http://dev.mysql.com/doc/mysql/en/Windows_server_first_start.html>
> > > and
> > <http://dev.mysql.com/doc/mysql/en/NT_start.html>.
> > >
> > > You must configure phpmyadmin so that when it
> > attempts to connect to
> > mysql,
> > > it uses a username-password combination that mysql
> > will accept.  If you
> > have
> > > a mysql user with no password, you can use that,
> > but I wouldn't recommend
> > > allowing any unauthenticated connections to mysql.
> >  See the manual for
> > more
> > >
> >
> <http://dev.mysql.com/doc/mysql/en/Default_privileges.html>.
> > >
> > > Michael
> > >
> > > Singh, Bijay wrote:
> > >
> > > > I am using localhost with no password. how do
> > check whether MySQL is
> > > running or not. If not how do I start the MySQL on
> > Windows ?
> > > >
> > > >
> > > > -Original Message-
> > > > From: Michael Stassen
> > [mailto:[EMAIL PROTECTED]
> > > > Sent: Thursday, June 17, 2004 1:29 PM
> > > > To: [EMAIL PROTECTED]
> > > > Cc: Singh, Bijay; [EMAIL PROTECTED]
> > > > Subject: Re: MySQL Installation Problem
> > > >
> > > >
> > > > First, make sure mysql server is running.
> > > >
> > > > Second, make sure you have properly

Re: MySQL Installation Problem

2004-06-17 Thread Kofirowster
I have a windows installation of myql. The links Michael gave give correct
info.
Here's a synopsis:
To test a mysql install on windows open the mysql/bin dir in a dos window.
At the prompt type
mysqld --console

you should get a message back that indicates the server is running, such as
mysqld: ready for connections

open a second dos window at the same location and at the prompt type
mysql

you should get a message back similar to this where the x's are replaced by
the version you are running:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1 to server version: x.xx.xx-debug

Type 'help' for help.

mysql>

HTH,
Johnny
- Original Message -
From: "Michael Stassen" <[EMAIL PROTECTED]>
To: "Singh, Bijay" <[EMAIL PROTECTED]>
Cc: "Mysql General mailing list" <[EMAIL PROTECTED]>
Sent: Thursday, June 17, 2004 11:01 AM
Subject: Re: MySQL Installation Problem


>
> I'm including the list on this.  In general, you will get better and
faster
> responses if you keep threads on the list.
>
> I've never run the mysql server under Windows, but I assume the manual is
> accurate
<http://dev.mysql.com/doc/mysql/en/Windows_server_first_start.html>
> and <http://dev.mysql.com/doc/mysql/en/NT_start.html>.
>
> You must configure phpmyadmin so that when it attempts to connect to
mysql,
> it uses a username-password combination that mysql will accept.  If you
have
> a mysql user with no password, you can use that, but I wouldn't recommend
> allowing any unauthenticated connections to mysql.  See the manual for
more
> <http://dev.mysql.com/doc/mysql/en/Default_privileges.html>.
>
> Michael
>
> Singh, Bijay wrote:
>
> > I am using localhost with no password. how do check whether MySQL is
> running or not. If not how do I start the MySQL on Windows ?
> >
> >
> > -Original Message-----
> > From: Michael Stassen [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, June 17, 2004 1:29 PM
> > To: [EMAIL PROTECTED]
> > Cc: Singh, Bijay; [EMAIL PROTECTED]
> > Subject: Re: MySQL Installation Problem
> >
> >
> > First, make sure mysql server is running.
> >
> > Second, make sure you have properly configured phpmyadmin in file
> > config.inc.php.  In particular, you have to set how phpmyadmin will
connect
> > to mysql (user and pass).
> >
> > Michael
> >
> > Daniel Clark wrote:
> >
> >
> >>After the phpmyadmin login I got the same error.
> >>
> >>In the phpmyadmin config files I had to set the local IP address that
> >>phpmyadmin was on.
> >
> >
> > Strange.  Didn't it default to localhost?
> >
> >
> >>>Dear Michael,
> >>>
> >>>I want to use PHP, Apache, mySQL and phpMyAdmin for evaluation but I m
not
> >>>able to get this rite.
> >>>
> >>>
> >>>I am trying to instal MySQL with phpMyAdmin and i get the error  when
view
> >>
> >>>from :
> >>
> >>>http://localhost/phpMyAdmin/
> >>>
> >>>
> >>>#2003 - Can't connect to MySQL server on 'localhost' (10061)
> >>>
> >>>OS - WinXP Pro
> >>>Apache
> >>>phpMyAdmin 2.5.7
> >>>
> >>>I tried reinstalling but not able to get. I checked Apache and php they
> >>>work fine except mySQL.
> >>>
> >>>Any help will be appreciated. Feel free to email or contact me on phone
#
> >>>below.
> >>
> >>
> >
> >
>
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]
>
>

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: MySQL Installation Problem

2004-06-17 Thread Michael Stassen
I'm including the list on this.  In general, you will get better and faster 
responses if you keep threads on the list.

I've never run the mysql server under Windows, but I assume the manual is 
accurate <http://dev.mysql.com/doc/mysql/en/Windows_server_first_start.html> 
and <http://dev.mysql.com/doc/mysql/en/NT_start.html>.

You must configure phpmyadmin so that when it attempts to connect to mysql, 
it uses a username-password combination that mysql will accept.  If you have 
a mysql user with no password, you can use that, but I wouldn't recommend 
allowing any unauthenticated connections to mysql.  See the manual for more 
<http://dev.mysql.com/doc/mysql/en/Default_privileges.html>.

Michael
Singh, Bijay wrote:
I am using localhost with no password. how do check whether MySQL is
running or not. If not how do I start the MySQL on Windows ?

-Original Message-
From: Michael Stassen [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 17, 2004 1:29 PM
To: [EMAIL PROTECTED]
Cc: Singh, Bijay; [EMAIL PROTECTED]
Subject: Re: MySQL Installation Problem
First, make sure mysql server is running.
Second, make sure you have properly configured phpmyadmin in file 
config.inc.php.  In particular, you have to set how phpmyadmin will connect 
to mysql (user and pass).

Michael
Daniel Clark wrote:

After the phpmyadmin login I got the same error.
In the phpmyadmin config files I had to set the local IP address that
phpmyadmin was on.

Strange.  Didn't it default to localhost?

Dear Michael,
I want to use PHP, Apache, mySQL and phpMyAdmin for evaluation but I m not
able to get this rite.
I am trying to instal MySQL with phpMyAdmin and i get the error  when view

from :

http://localhost/phpMyAdmin/
#2003 - Can't connect to MySQL server on 'localhost' (10061)
OS - WinXP Pro
Apache
phpMyAdmin 2.5.7
I tried reinstalling but not able to get. I checked Apache and php they
work fine except mySQL.
Any help will be appreciated. Feel free to email or contact me on phone #
below.



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: MySQL Installation Problem

2004-06-17 Thread Michael Stassen
First, make sure mysql server is running.
Second, make sure you have properly configured phpmyadmin in file 
config.inc.php.  In particular, you have to set how phpmyadmin will connect 
to mysql (user and pass).

Michael
Daniel Clark wrote:
After the phpmyadmin login I got the same error.
In the phpmyadmin config files I had to set the local IP address that
phpmyadmin was on.
Strange.  Didn't it default to localhost?

Dear Michael,
I want to use PHP, Apache, mySQL and phpMyAdmin for evaluation but I m not
able to get this rite.
I am trying to instal MySQL with phpMyAdmin and i get the error  when view
from :
http://localhost/phpMyAdmin/
#2003 - Can't connect to MySQL server on 'localhost' (10061)
OS - WinXP Pro
Apache
phpMyAdmin 2.5.7
I tried reinstalling but not able to get. I checked Apache and php they
work fine except mySQL.
Any help will be appreciated. Feel free to email or contact me on phone #
below.



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: MySQL Installation Problem

2004-06-17 Thread Daniel Clark
After the phpmyadmin login I got the same error.

In the phpmyadmin config files I had to set the local IP address that
phpmyadmin was on.

> Dear Michael,
>
> I want to use PHP, Apache, mySQL and phpMyAdmin for evaluation but I m not
> able to get this rite.
>
>
> I am trying to instal MySQL with phpMyAdmin and i get the error  when view
> from :
>
> http://localhost/phpMyAdmin/
>
>
> #2003 - Can't connect to MySQL server on 'localhost' (10061)
>
> OS - WinXP Pro
> Apache
> phpMyAdmin 2.5.7
>
> I tried reinstalling but not able to get. I checked Apache and php they
> work fine except mySQL.
>
> Any help will be appreciated. Feel free to email or contact me on phone #
> below.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



MySQL Installation Problem

2004-06-17 Thread Singh, Bijay
Dear Michael,
 
I want to use PHP, Apache, mySQL and phpMyAdmin for evaluation but I m not able to get 
this rite.
 
 
I am trying to instal MySQL with phpMyAdmin and i get the error  when view from :
 
http://localhost/phpMyAdmin/
 
 
#2003 - Can't connect to MySQL server on 'localhost' (10061)
 
OS - WinXP Pro
Apache 
phpMyAdmin 2.5.7
 
I tried reinstalling but not able to get. I checked Apache and php they work fine 
except mySQL.
 
Any help will be appreciated. Feel free to email or contact me on phone # below.
 
Thanks,

Bijay K. Singh 
(757) 664-6808 
Information Technology
City of Norfolk, VA. 
www.norfolk.gov  

 


Re: MySQL installation problem

2003-12-06 Thread Chris Elsworth
On Sat, Dec 06, 2003 at 08:20:57PM +0100, Franz Edler wrote:
> > 
> > Errno 13 is Permission Denied. Is the mysql daemon running with
> > sufficient privileges to read the directory and files within it?
> > All the database files should be owned by the mysql user, and are
> > generally in the mysql group, mode 660. Check that's the case.
>  
> All mysql-database files in /var/lib/mysql/mysql/ are owned by user=root and
> group=root, mode =660.
> There is no mysql group.
> 
> I installed as user "root" (using YaST) and created the database-files with
> mysql_install_db also as user "root".

During normal operation, mysql should run as the user "mysql", so it
can't read those. You'll want to chown them. Not having a mysql group
isn't critical, but if you haven't got a mysql user then I dare say
you need to check the installation process, because it probably hasn't
worked correctly.

-- 
Chris

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: MySQL installation problem

2003-12-06 Thread Franz Edler
> From: Chris Elsworth  Sent: Saturday, December 06, 2003 5:09 PM
> 
> > The msqld.log file shows:
> > 031206 15:05:20  mysqld started
> > 031206 15:05:20   Fatal error: Can't open privilege tables:
> > Can't find file: './mysql/host.frm' (errno: 13)
> > 031206 15:05:20  Aborting
> > 031206 15:05:20  /usr/sbin/mysqld: Shutdown Complete
> 
> Errno 13 is Permission Denied. Is the mysql daemon running with
> sufficient privileges to read the directory and files within it?
> All the database files should be owned by the mysql user, and are
> generally in the mysql group, mode 660. Check that's the case.
 
All mysql-database files in /var/lib/mysql/mysql/ are owned by user=root and
group=root, mode =660.
There is no mysql group.

I installed as user "root" (using YaST) and created the database-files with
mysql_install_db also as user "root".

Franz


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: MySQL installation problem

2003-12-06 Thread Chris Elsworth
On Sat, Dec 06, 2003 at 03:52:05PM +0100, Franz Edler wrote:
> 
> The msqld.log file shows:
> 031206 15:05:20  mysqld started
> 031206 15:05:20   Fatal error: Can't open privilege tables: 
>   Can't find file: './mysql/host.frm' (errno: 13)
> 031206 15:05:20  Aborting
> 031206 15:05:20  /usr/sbin/mysqld: Shutdown Complete
> 
> What is wrong?

Errno 13 is Permission Denied. Is the mysql daemon running with
sufficient privileges to read the directory and files within it?
All the database files should be owned by the mysql user, and are
generally in the mysql group, mode 660. Check that's the case.

-- 
Chris

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



MySQL installation problem

2003-12-06 Thread Franz Edler
Hello,

I have made a fresh installation of SuSE Linux 9.0.
Now I try to install MySQL, but I cannot start mysqld, it always terminates.

These are the two installation commands I used after installing with YaST:

LPC:~ # mysql_install_db
-> all tables have been created in /var/lib/mysql/mysql/  
   including host.frm

LPC:~ # mysqld_safe
Starting mysqld daemon with databases from /var/lib/mysql
031206 15:05:20  mysqld ended


The msqld.log file shows:
031206 15:05:20  mysqld started
031206 15:05:20   Fatal error: Can't open privilege tables: 
Can't find file: './mysql/host.frm' (errno: 13)
031206 15:05:20  Aborting
031206 15:05:20  /usr/sbin/mysqld: Shutdown Complete

What is wrong?
What can I do now?

Franz


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: MySQL Installation problem

2003-08-18 Thread James Hughbanks
Andrew,
One, it sound like you have downloaded a binary distro, and this does 
not require a make.  If your want to compile from source, you will need 
to grab the source distro instead.  If you would like to continue with 
the binary, you can untar the package under /usr/local , and then add 
the group mysql, add a user mysql with membership to the mysql group, 
cd to the mysql dir(this should have been created when you untar'd the 
file under /usr/local, run scripts/mysql_install_db, which sets up all 
the mysql databases for privledges and stuff, chown -R root .   , chown 
-R mysql data, chgrp -R mysql .   , then start the server with 
bin/mysqld_safe --user=mysql &
This should let your db server start, after which you will need to run
shell> mysqladmin password 'your_new_password'
if you try to do the same command again, it should complain about auth 
errors.
If you need any other help, just ask.

--James Hughbanks
Mikro-Data Engineering Dept.
[EMAIL PROTECTED]
1-866-457-6287
http://www.mikro-data.net
On Monday, Aug 18, 2003, at 05:49 America/New_York, Andrew Keating 
wrote:

To whom it may concern,

We are having some trouble installing a MySQL database onto one of our
servers and would appreciate some assistance, details are below.
Installing MySQL v4.0.14 on a Solaris 8 (Sparc) system on a Netra X1.

We have downloaded the source files from your website and have had a 
go at
trying to install the software following the instructions on the user
manual. We get to the point of configure and we get the following 
output:

[EMAIL PROTECTED] > ./configure --prefix=/usr/local/mysql
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!
To help you a bit, I am now going to create the needed MySQL databases
and start the MySQL server for you.  If you run into any trouble, 
please
consult the MySQL manual, that you can find in the Docs directory.

Installing all prepared tables
030818 10:39:06  ./bin/mysqld: Shutdown Complete
To start mysqld at boot time you have to copy 
support-files/mysql.server
to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
This is done with:
./bin/mysqladmin -u root password 'new-password'
./bin/mysqladmin -u root -h stats1 password 'new-password'
See the manual for more instructions.
NOTE:  If you are upgrading from a MySQL <= 3.22.10 you should run
the ./bin/mysql_fix_privilege_tables. Otherwise you will not be
able to use the new GRANT command!
You can start the MySQL daemon with:
cd . ; ./bin/mysqld_safe &
You can test the MySQL daemon with the benchmarks in the 'sql-bench'
directory:
cd sql-bench ; perl run-all-tests
Please report any problems with the ./bin/mysqlbug script!

The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at https://order.mysql.com
Starting the mysqld server.  You can test that it is up and running
with the command:
./bin/mysqladmin version
[EMAIL PROTECTED] > Starting mysqld daemon with databases from
/opt/clients/stats/mark/mysql-standard-4.0.14-sun-solaris2.8-sparc/data
030818 10:39:07  mysqld ended
This seems to be all ok, but then I try to compile the program using 
the
'make' command and I get this message:

[EMAIL PROTECTED] > make
make: *** No targets specified and no makefile found.  Stop.
Has this error ever happened before and how could we go further on 
this.

A point to note would be that in the directory /usr/local/ there is no 
mysql
directory created!

Regards,
Mark A. Cauchi


--James Hughbanks
Mikro-Data Engineering Dept.
[EMAIL PROTECTED]
1-866-457-6287
http://www.mikro-data.net
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


MySQL Installation problem

2003-08-18 Thread Andrew Keating
To whom it may concern,

We are having some trouble installing a MySQL database onto one of our
servers and would appreciate some assistance, details are below.

Installing MySQL v4.0.14 on a Solaris 8 (Sparc) system on a Netra X1.

We have downloaded the source files from your website and have had a go at
trying to install the software following the instructions on the user
manual. We get to the point of configure and we get the following output:

[EMAIL PROTECTED] > ./configure --prefix=/usr/local/mysql
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!

To help you a bit, I am now going to create the needed MySQL databases
and start the MySQL server for you.  If you run into any trouble, please
consult the MySQL manual, that you can find in the Docs directory.

Installing all prepared tables
030818 10:39:06  ./bin/mysqld: Shutdown Complete


To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
This is done with:
./bin/mysqladmin -u root password 'new-password'
./bin/mysqladmin -u root -h stats1 password 'new-password'
See the manual for more instructions.

NOTE:  If you are upgrading from a MySQL <= 3.22.10 you should run
the ./bin/mysql_fix_privilege_tables. Otherwise you will not be
able to use the new GRANT command!

You can start the MySQL daemon with:
cd . ; ./bin/mysqld_safe &

You can test the MySQL daemon with the benchmarks in the 'sql-bench'
directory:
cd sql-bench ; perl run-all-tests

Please report any problems with the ./bin/mysqlbug script!

The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at https://order.mysql.com

Starting the mysqld server.  You can test that it is up and running
with the command:
./bin/mysqladmin version
[EMAIL PROTECTED] > Starting mysqld daemon with databases from
/opt/clients/stats/mark/mysql-standard-4.0.14-sun-solaris2.8-sparc/data
030818 10:39:07  mysqld ended

This seems to be all ok, but then I try to compile the program using the
'make' command and I get this message:

[EMAIL PROTECTED] > make
make: *** No targets specified and no makefile found.  Stop.

Has this error ever happened before and how could we go further on this.

A point to note would be that in the directory /usr/local/ there is no mysql
directory created!

Regards,
Mark A. Cauchi




Re: mysql installation problem

2003-08-09 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

On Wed, 6 Aug 2003, Anil Garg wrote:

> I am trying to install myql on redhat.

Red Hat Linux?

> mysql package used: mysql-3.23.52-unknown-freebsdelf4.6-i386.tar.gz

This is the wrong package - this one is for FreeBSD! Please use the Linux
binaries instead.

> scripts/mysql_install_db: ./bin/my_print_defaults: /usr/libexec/ld-elf.so.1:
> bad ELF interpreter: No such file or directory
> scripts/mysql_install_db: ./bin/mysqld: /usr/libexec/ld-elf.so.1: bad ELF
> interpreter: No such file or directory

FreeBSD binaries do not run on Linux.

Bye,
LenZ
- -- 
 Lenz Grimmer <[EMAIL PROTECTED]>
 Senior Production Engineer
 MySQL GmbH, http://www.mysql.de/
 Hamburg, Germany

 For technical support contracts, visit https://order.mysql.com/?ref=mlgr
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE/MhEhSVDhKrJykfIRAqNGAJkBJYbw9uzsIOv48A+wQ9ol/BWOHQCfeAu7
yXzHGHVLi4tLINiXyomftLM=
=3+9Z
-END PGP SIGNATURE-

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



mysql installation problem

2003-08-06 Thread Anil Garg
Hi,
I am trying to install myql on redhat.
mysql package used: mysql-3.23.52-unknown-freebsdelf4.6-i386.tar.gz

While following the instructions in install document..when i run the
follwing command..
scripts/mysql_install_db

following errors appear:
-
scripts/mysql_install_db: ./bin/my_print_defaults: /usr/libexec/ld-elf.so.1:
bad ELF interpreter: No such file or directory
WARNING: The host 'njsupport.niksun.com' could not be looked up with
resolveip.
This probably means that your libc libraries are not 100 % compatible
with this binary MySQL version. The MySQL deamon, mysqld, should work
normally with the exception that host name resolving will not work.
This means that you should use IP addresses instead of hostnames
when specifying MySQL privileges !
Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables
scripts/mysql_install_db: ./bin/mysqld: /usr/libexec/ld-elf.so.1: bad ELF
interpreter: No such file or directory
Installation of grant tables failed!

Examine the logs in ./data for more information.
You can also try to start the mysqld daemon with:
./bin/mysqld --skip-grant &
You can use the command line tool
./bin/mysql to connect to the mysql
database and look at the grant tables:

shell> ./bin/mysql -u root mysql
mysql> show tables

Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in ./data that may be helpful.

The latest information about MySQL is available on the web at
http://www.mysql.com
Please consult the MySQL manual section: 'Problems running
mysql_install_db',
and the manual section that describes problems on your OS.
Another information source is the MySQL email archive.
Please check all of the above before mailing us!
And if you do mail us, you MUST use the ./bin/mysqlbug script!
--
As i am new bie to mysql ..please tell how can i make mysql work.

Thanks and Regards
Anil.
p.s.(Can i get precomplied package (.tgz) to which i can directly pkg_add?).




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



MySQL Installation Problem

2003-01-07 Thread John R. Porter
I'm having difficulty installing MySQL 3.23.54 on a Windows 2000 server.

I downloaded the file mysql-3.23.54-win.zip. It unzipped and installed
smoothly on my Windows 2000 PC, but when I tried to install on the server
Setup failed with the Windows message: 'Cannot find file C:\...SETUP.EXE (or
one of its components)' etc.

I currently have version 3.23.49-nt installed. There were no problems
installing it.

Can anyone suggest what might be wrong?


John R. Porter
I.T.Services
University of Strathclyde
Jordanhill Campus
76 Southbrae Drive
Glasgow
G13 1PP
e-mail: [EMAIL PROTECTED]
Tel. 0141 950 3289


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




MySQL installation problem

2002-07-09 Thread Tang, Lianhong

Hi guys,
I am trying to install MySql on Linux (Mandrake 8). And everytime 
when I try to start the server. like this
[mysql@127 support-files]# ./mysql.server start
I get the message like:
"./mysql.server: @hostname@ command not found
 ./mysql.server: my_print_defaults command not found
[mysql@127 support-files]# Starting mysqld daemon with database 
from  /usr/local/mysql/data
020709 09:07:03 mysqld ended"

Anybody can give me a hint?
I really appreciate it!
Tang

---
Tang, Lianhong
Vanderbilt University
Email: [EMAIL PROTECTED]

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




MySQL Installation Problem

2002-05-03 Thread Jagadeesh Suryadevara

Hello,

I downloaded all the following files to load MYSQL software.

  mysql-4.0.0a-alpha-win-src.zip
  mysql-4.0.0a-alpha-win.zip

  mysql-4.0.1a-alpha-win-src.zip
  mysql-4.0.1a-alpha-win.zip

I installed mysql after unzipping the above two versions of
.zip files.

After installation it is not coming to the programs
but it is installing all the files.
What i have to do to show the shortcut in programs and to
use mysql database so plese send me all the required files or
URLS which will give me correct information to solve my problem

Thanks

_
Click below to visit monsterindia.com and review jobs in India or 
Abroad
http://monsterindia.rediff.com/jobs


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




MySQL Installation Problem

2002-05-03 Thread Jagadeesh Suryadevara

Hello,

I downloaded all the following files to load MYSQL software.

  mysql-4.0.0a-alpha-win-src.zip
  mysql-4.0.0a-alpha-win.zip

  mysql-4.0.1a-alpha-win-src.zip
  mysql-4.0.1a-alpha-win.zip

I installed mysql after unzipping the above two versions of
.zip files.

After installation it is not coming to the programs
but it is installing all the files.
What i have to do to show the shortcut in programs and to
use mysql database so plese send me all the required files or
URLS which will give me correct information to solve my problem

Thanks

_
Click below to visit monsterindia.com and review jobs in India or 
Abroad
http://monsterindia.rediff.com/jobs


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Mysql Installation problem with 3.23.49 Linux Source release on RH7.3 Beta 1.

2002-04-19 Thread Christopher Thompson

Do you have g++ installed?  It doesn't look like you do.

On Friday 19 April 2002 1:45 pm, Ricky Sun wrote:
> I am trying to install mysql 3.23.49 source release on RH7.3 Beta 1
> workstation... Encountered the following gcc C++ compiler executable
> creation problem
>
> when ./configure checks for C++ compiler it complains :
>
> 
> checking for gcc... gcc
> checking whether the C compiler (gcc   ) works... yes
> checking whether the C compiler (gcc   ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking for c++... no
> checking for g++... no
> checking for gcc... gcc
> checking whether the C++ compiler (gcc   ) works... no
> configure: error: installation or configuration problem: C++ compiler =
> =3D
> cannot create executables.
>
>
>
> The version of gcc I am using is 2.96 2731...  any hints? Why it's not
> recognized as a C++ compiler?
>
>
> $gcc -v
> Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
> gcc version 2.96 2731 (Red Hat Linux 7.2 2.96-109)
>
>
>
> -
> Before posting, please check:
>http://www.mysql.com/manual.php   (the manual)
>http://lists.mysql.com/   (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
> <[EMAIL PROTECTED]> Trouble
> unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: Mysql Installation problem with 3.23.49 Linux Source release on RH7.3 Beta 1.

2002-04-19 Thread Ricky Sun


I am trying to install mysql 3.23.49 source release on RH7.3 Beta 1 workstation...
Encountered the following gcc C++ compiler executable creation problem 

when ./configure checks for C++ compiler it complains :


checking for gcc... gcc
checking whether the C compiler (gcc   ) works... yes
checking whether the C compiler (gcc   ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... no
checking for g++... no
checking for gcc... gcc
checking whether the C++ compiler (gcc   ) works... no
configure: error: installation or configuration problem: C++ compiler =
=3D
cannot create executables.



The version of gcc I am using is 2.96 2731...  any hints? Why it's not recognized 
as a C++ compiler?


$gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 2731 (Red Hat Linux 7.2 2.96-109)



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Mysql installation problem on NT

2001-11-23 Thread DL Neil

Hi Joachim

I tried to install mySQL on Windows NT (Service Pack 6).
That means: Unzipping, installing, then starting mySQL as a service with
: mysqld-nt --install.
Until now everything worked fine and we saw the service in the NT's
Service list.
But we could not start the service. Neither with NT nor with "NET START
mysql" from the DOS box.
There was an error 1067.

=in the Services list what were the values? Was the status "started" and is startup 
automatic or manual.

=When mine installed, it came up auto and started automatically. Thus there was no 
need to use the DOS box/NET
command!

One more thing to explain: We installed mySQL in a directory
D:\inst\\
When we started: mysqld-nt --install there was no file my.cnf.
(Because my installation in the office is in C:\mysql I forgot to save
my.cnf in WINNT).
Maybe thats the problem. But I don´t know.

=use Windows Explorer or My Computer, navigate to the MySQL\bin sub-directory. Execute 
the WinMySQLAdmin program
and customise the relevant directory fields, then restart the MySQL server.

Second question: How to get rid of the mysql-service in the NT service
list.
You see I'm not very accustomed to WIN NT.

=the above answers this - it should start automatically. You should be able to use the 
admin GUI to stop and
restart it, if/when necessary, otherewise it will start automatically on every NT boot.

I hope somebody will help me.

=hope it has been helpful,
=dn



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Mysql installation problem on NT

2001-11-22 Thread Joachim Klöfers

Hi, all,
I tried to install mySQL on Windows NT (Service Pack 6). 
That means: Unzipping, installing, then starting mySQL as a service with 
: mysqld-nt --install.
Until now everything worked fine and we saw the service in the NT's 
Service list.
But we could not start the service. Neither with NT nor with "NET START 
mysql" from the DOS box.
There was an error 1067.

One more thing to explain: We installed mySQL in a directory 
D:\inst\\
When we started: mysqld-nt --install there was no file my.cnf.
(Because my installation in the office is in C:\mysql I forgot to save 
my.cnf in WINNT).
Maybe thats the problem. But I don´t know.

Second question: How to get rid of the mysql-service in the NT service 
list.
You see I'm not very accustomed to WIN NT.

I hope somebody will help me.

Many thanks in advance
Joachim

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL installation problem

2001-11-12 Thread Boyd Lynn Gerber

On Mon, 12 Nov 2001,  ? wrote:
> > You need to get gcc-2.95.2 over newer.  It is available on the
> > stage.caldera.com site.  or http://www.caldera.com/skunkware.
> >
> I do this, but message is the same:
> gcc -03 -DDBUG_OFF -DSCO -O conf_to_src conf_tosrc.o -lcrypt -lsocket -lm
> Undefined first referenced symbol in file
> main   /usr/ccs/lib/crt1.o
> conf_to_src: fatal error: Symbol referencing errors. No output written to
> conf_to_src
> ***Error code 1 (bu21)
> ***Error code 1 (bu21)
> ***Error code 1 (bu21)
> (I install MySQL  3.23.43 on SCO Open Server 3.2 v5.0.4
> Other software: FSU Pthreads 3.5, gcc-2.95.2, GNU Make 3.78.1)
> Can You help me?

Did you install the libraries and linkers from the CD.  That file is part
of the libraries and linkers.  Also have you installed all the patches?
I just did a complete make with out any problems on my OSR 5.0.4 system.
I am using GNU Make 3.79.1 and FSU Pthreads 3.8.  Foy can get the 3.8.
from.  I know that 5.0.4 and pervious versions are very buggy.
Unfortunately my ftp.zenez.com site is down.  The site below has many of
what I consider to be the most important files.

ftp://ftp.lerctr.org/pub/zenez

Good Luck,

--
Boyd Gerber <[EMAIL PROTECTED]>
ZENEZ   3748 Valley Forge Road, Magna Utah  84044
Office 801-250-0795 FAX 801-250-7975



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL installation problem

2001-11-12 Thread ???? ?????????


- Original Message -
From: "Boyd Lynn Gerber" <[EMAIL PROTECTED]>
To: "é×ÁÎ ðÏÎÏÍÁÒÅ×" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, November 11, 2001 5:57 PM
Subject: Re: MySQL installation problem


> You need to get gcc-2.95.2 over newer.  It is available on the
> stage.caldera.com site.  or http://www.caldera.com/skunkware.
>
I do this, but message is the same:
gcc -03 -DDBUG_OFF -DSCO -O conf_to_src conf_tosrc.o -lcrypt -lsocket -lm
Undefined first referenced symbol in file
main   /usr/ccs/lib/crt1.o
conf_to_src: fatal error: Symbol referencing errors. No output written to
conf_to_src
***Error code 1 (bu21)
***Error code 1 (bu21)
***Error code 1 (bu21)
(I install MySQL  3.23.43 on SCO Open Server 3.2 v5.0.4
Other software: FSU Pthreads 3.5, gcc-2.95.2, GNU Make 3.78.1)
Can You help me?



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Re: MySQL installation problem

2001-11-12 Thread Boyd Lynn Gerber

database,sql,query,table

You have written the following:

You need to get gcc-2.95.2 over newer.  It is available on the
stage.caldera.com site.  or http://www.caldera.com/skunkware.

Good Luck,

--
Boyd Gerber <[EMAIL PROTECTED]>
ZENEZ   3748 Valley Forge Road, Magna Utah  84044
Office 801-250-0795 FAX 801-250-7975




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




MySQL installation problem

2001-11-11 Thread Иван Пономарев

Hello!
I install MySQL  3.23.43 on SCO Open Server 3.2 v5.0.4
Other software: FSU Pthreads 3.5, gcc 98q2, GNU Make 3.78.1
Output of make execution:
gcc -03 -DDBUG_OFF -DSCO -O conf_to_src conf_tosrc.o -lcrypt -lsocket -lm
Undefined first referenced symbol in file
main   /usr/ccs/lib/crt1.o
conf_to_src: fatal error: Symbol referencing errors. No output written to
conf_to_src
***Error code 1 (bu21)
***Error code 1 (bu21)
***Error code 1 (bu21)
May be you are can help me to solve this problem?
Thanks.
Ivan Ponomariov.


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




mysql installation problem

2001-10-31 Thread amal wilson



I am using Linux7.1 PCQ  version for my PC.I am
getting problem with installation stating that
mysqld.log file is not found in the particular
directory.Could you help me at the earliest.i am
installing from the rpm file.
  
Amal

__
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




MYSQL installation problem (used mysqlbug script)

2001-09-19 Thread Gharagozlou, John


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: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [grant table installation failed]

>Description:
Tried to install MYSQL using
mysql-3.23.42-sun-solaris2.8-sparc.tar.gz
following the instructions in the install-binary file. When I try to
run
the mysql_install_db script I get the following: 

# scripts/mysql_install_db

./bin/my_print_defaults: syntax error at line 1: `(' unexpected
WARNING: The host 'cassini' could not be looked up with resolveip.
This probably means that your libc libraries are not 100 % compatible
with this binary MySQL version. The MySQL deamon, mysqld, should work
normally with the exception that host name resolving will not work.
This means that you should use IP addresses instead of hostnames
when specifying MySQL privileges !
Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables
./bin/mysqld: syntax error at line 1: `(' unexpected
Installation of grant tables failed!

Examine the logs in ./data for more information.
You can also try to start the mysqld daemon with:
./bin/mysqld --skip-grant &
You can use the command line tool
./bin/mysql to connect to the mysql
database and look at the grant tables:

shell> ./bin/mysql -u root mysql
mysql> show tables

Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in ./data that may be helpful.

The latest information about MySQL is available on the web at
http://www.mysql.com
Please consult the MySQL manual section: 'Problems running
mysql_install_db',
and the manual section that describes problems on your OS.
Another information source is the MySQL email archive.
Please check all of the above before mailing us!
And if you do mail us, you MUST use the ./bin/mysqlbug script!


Despite the message, there are no log files in the data folder!!

I am logged in as root.


>How-To-Repeat:

>Fix:


>Submitter-Id:  
>Originator:Super-User
>Organization:
 
>MySQL support: [none | licence | email support | extended email support ]
>Synopsis:  
>Severity:  <[ non-critical | serious | critical ] (one line)>
>Priority:  <[ low | medium | high ] (one line)>
>Category:  mysql
>Class: <[ sw-bug | doc-bug | change-request | support ] (one line)>
>Release:   mysql-3.23.42 (Official MySQL binary)

>Environment:

System: SunOS cassini 5.8 Generic_108529-01 i86pc i386 i86pc
Architecture: i86pc

Some paths:  /usr/local/bin/perl /usr/xpg4/bin/make /usr/local/bin/gcc
GCC: Reading specs from
/usr/local/lib/gcc-lib/i386-pc-solaris2.8/2.95.3/specs
gcc version 2.95.3 20010315 (release)
Compilation info: CC='gcc'  CFLAGS='-O3 -fno-omit-frame-pointer'  CXX='gcc'
CXXFLAGS='-O3 -fno-omit-frame-pointer -felide-constructors -fno-exceptions
-fno-rtti'  LDFLAGS=''
LIBC: 
-rw-r--r--   1 root bin  1573884 Mar 14  2000 /lib/libc.a
lrwxrwxrwx   1 root root  11 May 10 14:35 /lib/libc.so ->
./libc.so.1
-rwxr-xr-x   1 root bin   933184 Mar 14  2000 /lib/libc.so.1
-rw-r--r--   1 root bin  1573884 Mar 14  2000 /usr/lib/libc.a
lrwxrwxrwx   1 root root  11 May 10 14:35 /usr/lib/libc.so ->
./libc.so.1
-rwxr-xr-x   1 root bin   933184 Mar 14  2000 /usr/lib/libc.so.1
Configure command: ./configure  --prefix=/usr/local/mysql
'--with-comment=Official MySQL binary' --with-extra-charsets=complex
--with-server-suffix= --enable-assembler --disable-shared

john gharagozlou consultant
centrifusion 312-893- 8600 x8327


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySql++ Installation Problem

2001-08-23 Thread Sinisa Milivojevic

Antonio Scotti writes:
> I downloaded the libraries but I'm experiencing problems in installing
> them. I've decompressed them then I've run "automake" and "autoconf". No
> problem. At this point I tried "./configure" but during the process it stops
> with an error saying that cannot find mysql libraries in ' ' . What does it
> mean? What have i to do to install the APIs? Obviously I have installed the
> mysql server.
> 
> Thanks in advice to everybody.
> 
> Antonio Scotti
> 

There are options for configure that let you specify mysql C API
includes directory and libs directory.

-- 
Regards,
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
   <___/   www.mysql.com


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




MySql++ Installation Problem

2001-08-23 Thread Antonio Scotti

I downloaded the libraries but I'm experiencing problems in installing
them. I've decompressed them then I've run "automake" and "autoconf". No
problem. At this point I tried "./configure" but during the process it stops
with an error saying that cannot find mysql libraries in ' ' . What does it
mean? What have i to do to install the APIs? Obviously I have installed the
mysql server.

Thanks in advice to everybody.

Antonio Scotti


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL installation problem

2001-05-31 Thread Jeremy Zawodny

On Thu, May 31, 2001 at 06:27:38PM +0800, yewei wrote:
> Hi Dear Sir/Mdm,
> 
> I've encountered a problem when I run 'scripts/mysql_install_db'
> command.  The error message is following:
> 
> Starting mysql server
> ./bin/safe_mysqld: /my/gnu/bin/hostname: not found
> ./bin/safe_mysqld: /my/gnu/bin/hostname: not found
> ./bin/safe_mysqld: /my/gnu/bin/hostname: not found
> Starting mysqld demon with databases from
> /usr/local/mysql-3.21.33b-sun-solaris2
> .6-sparc/data
> mysqld demon ended
> 
> I've followed the procedure of installation. What's wrong? Need to
> configure something?

Wow. That's a really old version of MySQL.

I'd suggest getting one of the newer releases before you spend much
time with it.

Jeremy
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 349-7878Fax: (408) 349-5454Cell: (408) 439-9951

MySQL 3.23.29: up 6 days, processed 38,250,369 queries (73/sec. avg)

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




MySQL installation problem

2001-05-31 Thread yewei

Hi Dear Sir/Mdm,

I've encountered a problem when I run 'scripts/mysql_install_db' command.
The error message is following:

Starting mysql server
./bin/safe_mysqld: /my/gnu/bin/hostname: not found
./bin/safe_mysqld: /my/gnu/bin/hostname: not found
./bin/safe_mysqld: /my/gnu/bin/hostname: not found
Starting mysqld demon with databases from
/usr/local/mysql-3.21.33b-sun-solaris2
.6-sparc/data
mysqld demon ended

I've followed the procedure of installation. What's wrong? Need to configure
something?

Looking forward to your reply.
Thank you so much.

Ye Wei
31/05


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




mysql installation problem - configure script crashes.

2001-01-18 Thread Pires Claudio

I am getting this message when I run configure in mysql 3.23.30 gamma
installation on Solaris 2.7:

...
configure: error: can not run test program while cross compiling

My hardware is SPARC. 
I found in a discussion list that this problem would be related with libm.a
and LD_LIBRARY_PATH. I tried setting LD_LIBRARY_PATH to point libm.a
directory but it wasn't a solution.
Could anybody help me?

Thanks a lot

Claudio

P.S.: The complete message list of configure is the following:

bash-2.02# ./configure
loading cache ./config.cache
checking host system type... sparc-sun-solaris2.7
checking target system type... sparc-sun-solaris2.7
checking build system type... sparc-sun-solaris2.7
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for gawk... (cached) nawk
checking for gcc... (cached) gcc
checking whether the C compiler (gcc   ) works... yes
checking whether the C compiler (gcc   ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for c++... (cached) c++
checking whether the C++ compiler (c++   ) works... yes
checking whether the C++ compiler (c++   ) is a cross-compiler... yes
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for ranlib... (cached) :
checking for ld used by GCC... (cached) /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... (cached) no
checking for BSD-compatible nm... (cached) /usr/ccs/bin/nm -p
checking whether ln -s works... (cached) yes
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries...
yes
checking command to parse /usr/ccs/bin/nm -p output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/ccs/bin/ld option to reload object files... -r
checking dynamic linker characteristics... solaris2.7 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking for a BSD compatible install... ./install-sh -c
checking for bison... no
checking for byacc... no
checking for pdftex... no
checking return type of sprintf... configure: error: can not run test
program while cross compiling
bash-2.02#

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php