optimize? time? space?
nobody will be able to tell you anything unless you can do some profiling
of your application to pinpoint where the bottlenecks are.
--
Laurent Oget, Ph.D. [EMAIL PROTECTED]http://oget.net
Senior Engineer Zvolve Systems Inc http://zvolve.
(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
>
--
Laurent Oget, Ph.D. [EMAIL PROTECTED]http://oget.net
Senior
On Wed, Sep 26, 2001 at 12:41:43PM -0700, Pauljames Dimitriu wrote:
>
> Hello,
>
> Where can I get a version of MySQL for Solaris
> 8, Intel version? Do I use the FreeBSD version of
> MySQL or should I d/l the Linux version? I am just
> getting used to the Solaris / UNIX environment.
>
On Tue, Sep 25, 2001 at 06:26:58PM -0300, Walter Omar Autalán wrote:
> Hi.
>
> Please, excuse me for this Off topic message.
>
> I want to develop Windows-based client to interact with linux-based
> MySQL and I can't realize the best programming language suitable for
> that task.
> Clients
, but your linker (ld) does not know it is
supposed to look there..
there are many ways to fix that
add /usr/local/lib in the environment variable $LD_LIBRARY_PATH
compile with the -rpath /usr/local/lib option
add /usr/local/lib to /etc/ld.so.conf and run ldconfig
L
--
Laurent Oget, Ph.D. [EMAI
fn_format':
> mf_format.o(.text+0x201):undefined reference to '__lxstat64'
> /home/MySQL/MySQL/lib/libmysqlclient.a(my_open.o)In function 'my_open':
> my_open.o(.text+0x21):undefined reference to 'fopen64'
>
>
looks like you have
lease 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]>
racters which can be important when squeezing into cookie storage space.
> >
>
> And 4 byte unsigned integer has 256 times that.
>
but sending unsigned ints in binary encoding in a cookie might get you into trouble.
not that it has anything to do with mysql but
--
t; to do it. Can someone help me? Thanks.
>
> Ming Hsu
>
>
this is usually a good occasion to clean up databases, but if you do not want
to do that you can use mysqldump, compress the file and then have mysql read the dump
file. You do need a telnet access to that machine though
Is there a way to update a column of a table using values from other tables
something like
update table1 set table1.column1=table2.column1 where table1.column2=table2.column1
--
Laurent Oget, Ph.D. [EMAIL PROTECTED]
Senior Engineer Zvolve Systems Inc http://zvolve.com
10 matches
Mail list logo