x27;d check that s// expression before I used it)
>
You'd want to use sed, not grep.
--
Jack Challen
Technical Consultant
OCSL
http://www.ocsl.co.uk/
-
Before posting, please check:
http://www.mysql.com/manual.php
[EMAIL PROTECTED] wrote:
>
> try
>
> echo file.sql > mysql -u username -p password databasename
>
You mean:
^
cat file.sql | mysql -u username -p password databasename
^
Or, better:
mysql -u username -p password databasename <
ines.
Hope this helps.
Jack Challen
Technical Consultant
OCSL
Varvarigos Harry wrote:
>
> Is there some kind soul out there that can email me a
> tarball og the MySQL module for an HP-UX machine? I've tried to compile the
> module - but it says
Michael Widenius wrote:
> Jack> Configure Command:
> Jack> --
> Jack> CFLAGS="-D_REENTRANT"
> Jack> CXXFLAGS="-D_REENTRANT" \
> Jack> ./configure
> Jack> --prefix=/opt/mysql
> Jack> \
> Jack> --with-pthread
> Jack> --with-named-thread-libs="-
ok, good call :)
Ran the mysql-test (it failed some), details below:
FAILURES:
$>./mysql-test-run --force 2>/dev/null | grep "\[ fail \]"
rpl01 [ fail ]
rpl04 [ fail ]
rpl07
Hi,
First of all, this is irrelevant if you're not using HP-UX.
Second, apologies if this isn't the correct list, but I've been unable
to find
a more suitable one.
This is just some info on how I got Mysql-3.23.39 to compile on HP-UX
11.00 using gcc,
because I thin