your distro has a
confusingly named startup file in /etc/init.d.
HTH!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Mailing List
F
on
linux start up but wake up smoothly when I issue a manual
/etc/init.d/mysql start. It looks like a bug in Ubuntu distro.
Yes to both; again, look in the MySQL log files, and possibly your
system log files as well to see if there's something relating to
this.
HTH,
--
Hassan Schroeder -
mysql-4.1.12 or whatever.
It will be *so* much simpler to switch between the old and new, or
run them simultaneously as needed.
FWIW!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
atever the second word is.
SELECT... ORDER BY Subscriber ASC, TRIM(LEADING "The " FROM Name) ASC;
:: should work :-)
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream
rder
| Xylophone |
| Zyxel |
| The |
| The |
| The |
| The |
| |
+--------+
Quick test: SELECT REPLACE(name,'^The ','woohoo') FROM names; -- :-)
--
Hassan Schroeder -
same result as:
SELECT * FROM names ORDER BY TRIM(LEADING "The " FROM name);
But I guess when simplicity just won't do... :-)
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
ing
index value storage. Currently they are parsed but ignored; index values
are always stored in ascending order.
HTH!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. c
difference.
Does the size of the contents of that field exceed your defined
max_allowed_packet size?
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General
and see if it fails on the same row every time.
HTH!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Mailing List
For list archives: h
ults...
That would depend on, among other things, what language/environment
your server is using, eh? :-)
There's a nice JSP Taglib in the Sandbox for exactly this purpose:
<http://jakarta.apache.org/taglibs/sandbox/doc/datagrid-doc/intro.html>
:: if you're using Java, for exampl
Obantec Support wrote:
I found upgrading info but no info on how to install a second mysql server.
`tar xvfz` works the same for one or many :-)
Do you have a specific question?
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567
and yes, configure
it to use a different port and socket.
I always have multiple versions installed on my dev and production
machines for testing.
FWIW!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
clint lenard wrote:
can anyone help me with this question? (about using Smarty)
No doubt -- but that "anyone" would likely be on a Smarty-specific
(or at least PHP-oriented) mailing list, eh? :-)
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Desig
t; | SWAP5| 2005-09-21 |
> | SWAP5| 2005-09-26 |
> | SWAP5| 2005-09-23 |
> | SWAP5| 2005-09-22 |
> +--++
HTH,
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
09-26 |
> | SWAP3| 2005-09-23 |
> | SWAP3| 2005-09-22 |
> | SWAP5 | 2005-09-21 |
> | SWAP5| 2005-09-26 |
> | SWAP5| 2005-09-23 |
> | SWAP5| 2005-09-22 |
> +--++
HTH!
--
Hassan Schroeder - [EMAIL PROTECTED]
W
Wolfram Kraus wrote:
>> can we execute shell commands inside mysql client
> Use \!
Whoa. I didn't know that. Is that controlled in any way by GRANT?
Or by conf/startup options?
It seems like something you might (strongly!) want to disallow in
a shared environment :-)
--
Ha
[EMAIL PROTECTED] wrote:
> The system commands you execute through the MySQL client are not performed
> at the server ...
Ah, OK, got it. Of course. I plead temporary under-caffeination :-)
Thanks for the clarification.
--
Hassan Schroeder - [EMAIL PRO
plans to negotiate to
extend the deal between Innobase and MySQL when it needs to be renewed
next year.
<http://www.bizjournals.com/sanjose/stories/2005/10/03/daily52.html?hbx=e_du>
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-93
location
> It appears that both relocation methods indicated above cause EVERYTHING to
> be relocated, i.e. not only the "hard" files, but the socket "file" also.
?! I've relocated datadirs frequently and never seen it affect the
location of the socket "fil
-e 'show databases; use test; show tables;'
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Mailing List
For list archives: http://l
o
idea what:
> 10.4's default MySQL install
:: is, but:
> Entropy PHP 4.3.11
:: obviously this version of PHP is compiled against old libraries;
time to recompile or find a newer binary :-)
HTH,
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design
0001'.
>
> Try something like this:
>
>select * from price where amount > 3.44 and amount <= 3.46
Or maybe ... where ROUND(amount,2) = 3.45;
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ==
s not surprising that didn't work :-)
But the first one is OK, and shows that this has nothing whatsoever
to do with MySQL; you'll have to find out why your XP machine is not
apparently able to create outbound connections.
Good luck,
--
Hassan Schroeder - [EMAIL
n't help
there.
If you *can* reach that port, but not access the database, you need
to add the appropriate permissions to the grant tables.
HTH!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
this issue, the system administrator has to
> be involved? Or say, it has nothing to do with Mysql database at this
> point?
I'd say it looks like an XP- (or at least that-particular-machine-)
specific problem if you can connect from other systems :-)
Good luck,
--
Hassan Schroeder --
les.html>
:: might be helpful :-)
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysq
Jerry Swanson wrote:
> I have sudo access to Linux box. How to start mysql 4.0.14.
For 4.1, but you can probably figure out the differences :-)
<http://dev.mysql.com/doc/refman/4.1/en/server-side-scripts.html>
--
Hassan Schroeder - [EMAIL PROTECTED]
W
is as simple as
`mysqldump --xml {database} {table}`
P.S. Don't hijack threads, please.
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Maili
27;#*#*#'
Any of the field- or line-handling options can specify an empty
string (''). If not empty, the FIELDS [OPTIONALLY] ENCLOSED BY
and FIELDS ESCAPED BY values must be a single character.
FWIW,
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtui
u tried the default settings? If so and you're seeing this
problem, let's see some sample records that are failing.
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream
wangxu wrote:
> I can't operate utf8 characters within command-line in linux operating system.
> Mysql doesn't support?
I can enter utf8 characters using the mysql command-line client just
fine -- SuSE 9.1, MySQL 4.1.13 on this system.
FWIW!
--
certain methods or calls.
>
> I use Java. I don't know where to look for such a function.
The java.sql and javax.sql sections of the JavaDoc would be a good
place to start :-)
/* hint: java.sql.PreparedStatement */
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtu
We're talking about escaping certain characters automatically, the
capability provided by PreparedStatements, implemented in this case
by Connector/J, which *is* MySQL-specific :-)
<http://dev.mysql.com/doc/refman/5.0/en/cj-implementation-notes.html>
HTH,
--
Hassan Schroeder ---
escape the percent sign?
Again, this is a function of *PreparedStatement*s. You'll also find
references to them as you research "SQL injection attack" :-)
HTH!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===
On Wed, Jan 6, 2010 at 5:47 PM, Daevid Vincent wrote:
> <http://intevydis.com/> Intevydis has published a flash video showing what
> appears to be a new 0day exploit against MySQL 5.x.
Gah. Is there a text description available that doesn't require sitting
through some #%#$ v
ised if other comparable
(i.e., Rails clone) platforms have similar features.
FWIW,
--
Hassan Schroeder hassan.schroe...@gmail.com
twitter: @hassan
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org
gle being overzealous?
See: http://www.net-security.org/malware_news.php?id=1853
Not personally confirmed, but...
--
Hassan Schroeder hassan.schroe...@gmail.com
http://about.me/hassanschroeder
twitter: @hassan
--
MySQL General Mailing List
For list archives: http
t the server is performing "reverse
> DNS lookups" for some reason.
>
> Is there a quick way of disabling these calls to the DNS server?
See <http://dev.mysql.com/doc/refman/5.0/en/dns.html>
HTH,
--
Hassan Schroeder [EMAIL PROTECTED]
--
MySQL Gene
27;ve installed, or with
the Apache httpd -- phpinfo() is showing you what MySQL libraries
*PHP* was compiled with.
If you want PHP to use newer (4.x) client libraries, either find a
binary distribution that suits you or compile it yourself.
--
Hassan Schroeder - [
p of the list on the MySQL
downloads page :-)
Linux (x86, glibc-2.2, static, gcc) Standard 4.1.9 26.9M
HTH!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
M
ld, I can run
only one instance at a time, it will exit without running a new instance if
it detects one already running.
FWIW, `/etc/init.d/mysql` and `safe_mysqld` are just shell scripts.
Hence you can copy and change them easily to run multiple versions
or instances of most software...
--
H
ay /etc/alt.cnf, and use that to configure the second process.
That way you can be relatively sure there aren't any overlapping
resources.
HTH!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
reating two config files will make it a *lot*
easier to get this going :-)
FWIW!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Mailing List
For lis
reinstall.
`mysql` is the *client* executable, most definitely *not* a symlink
to `mysqld_safe`.
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Mailing
Mark Sargent wrote:
when typing
localhost/phpMyAdmin-2.6.1-pl3/index.php, I get the following,
cannot load mysql extension,
please check PHP Configuration
What am I mising.? Cheers.
Uh, mysql support in your PHP installation? :-)
What does phpinfo() show?
--
Hassan Schroeder
ation.
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[
Mark Sargent wrote:
I'm figuring you wanted to know if php was working, yes..?
No, I wanted to know if your PHP was compiled with MySQL support.
It doesn't have to be, and in your case seems it probably *isn't*.
But we still don't know :-)
--
Hassan Schroeder
Reinhart Viane wrote:
How can I see the running queries on a linux comp?
If you have a fairly standard config, with a log file defined --
prompt> grep '^log=' /etc/my.cnf | sed 's/log=//g' | xargs tail -f
If there's no log file in /etc/my.cnf, start by putting
what version is on the server so you can
get the corresponding package(s) for your own system(s)?
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Mailin
a TINYTEXT?
:: which is "nope" :-)
FWIW!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/
ave this
information at the very begining of the cited page.
I'd have probably put it there in plain English (and numbers) too,
but no one asked me :-)
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
ng I'd have my number but I don't know of anyway to that within
MySQL.
I believe SELECT LENGTH(REPLACE(BIN(mySetCol+0),0,'')) FROM projects
will give you what you want...
HTH!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-9
1500.99
I can't imagine any reason to use a type other than DECIMAL for a
currency value.
YMMV!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Ma
TEGER?
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysq
the
impact of using DECIMAL instead of INTEGER for currency? I'd just
wonder if it's enough to make up for all the required conversions
going on in the app layer :-)
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-05
with FC3, and it's first in your path; try:
prompt# which mysql
:: and see if it's the 4.1 version you installed. I'll bet it's not :-)
If so, remove it or set your PATH appropriately.
HTH,
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Desi
d using
a script called `mysqld_safe` or `safe_mysqld` ; look in the 'bin'
directory of your MySQL install...
You may also find it useful to run something like:
prompt# find / -type f -name 'mysql*' -print
:: to see what-all's scattered around your system :-)
HTH!
--
Hassan Sch
, /usr/local/mysql/bin/mysqld_safe).
Then try to connect with your new client.
HTH,
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Mailing List
For l
o run the script from the MySQL *base*
install directory -- it sounds like you were trying to run it from
./scripts, which makes a big difference in the interpretation of the
'current working directory' :-)
HTH!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webt
u should recompile PHP using the newer MySQL client libraries.
HTH!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Mailing List
For list archiv
TE/INSERT to an even
simpler test case.
I just ran your test case on a Win2000 box w/ MySql 4.0.14 (standard
binary) without problem; mysqlcheck following it reports no problems
with any table in the DB used.
FWIW!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ==
LAST_INSERT_ID() is connection specific, so it is safe from the
concurrency issue.
Note: "safe" may not apply if you're using connection pooling :-)
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http:/
to multiplex
requests for *multiple* end users over a single connection?
If so, how would LAST_INSERT_ID() be able to guarantee that another
end user's INSERT hadn't preceded it? Or am I totally OTL? :-)
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Desig
process in the query log match to a single
active connection? Or is that connection-pool-implementation dependent?
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
ernal mysql "process
id" (actually connection id) without creating a new connection.
OK, I'd say that answers it: I can watch (tail -f) my query log and
see *one* MySQL connection id handle requests from different users
on different systems. Or am I still misinterpreting somethi
sn't really
guaranteed in this circumstance.
That's using Tomcat 4.1.x + Jakarta commons-dbcp pooling, BTW.
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQ
no. Haven't had a need.
I don't know dbcp, but being under the wings of Jakarta I would expect a
certain level of quality... I don't have any experience with Tomcat either,
Well, that could explain why this seems unfamiliar :-)
Do the Web application environments you'
/to/dumpfile.sql
I'm not sure how a path with spaces -- "My Documents" -- is going
to work, but experiment (or pick another location). :-)
HTH!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
/path/to/msyql -umack -ptheknife -e "use serialDB; select serial from
serials;"
Not tested with cron, but ...
HTH,
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dr
dy, it needs to be
escaped, historically (*) by prefixing it with '>'.
* might be specified by the RFC, don't recall at the moment...
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
tore" it to the original machine as a different
name, and copy the target table back to the original DB.
HTH,
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL
e.
Why not just use that?
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsub
find
tables with uppercase letters in their name.
That would be great, though I've solved the problem for myself by
abandoning Windows as a dev platform in favor of Linux :-)
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 ===
E kinda guy :-)
Have you thought of trying this from a standalone Tomcat? Wouldn't
take long to install and test...
FWIW!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream.
ient -- why is this challenging?
Note: if you installed from the tar file distribution rather than
using RPMs, you'd have everything you need to start with...
FWIW,
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://web
_4.1.7
HTH,
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists
field, what type should I use?
For currency fields, I use DECIMAL. See:
<http://dev.mysql.com/doc/mysql/en/Numeric_type_overview.html>
HTH!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuiti
1.1."
FWIW,
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.m
Ed Patterson wrote:
First I am looking for a way to shutdown and or restart MySQL via
telnet. mysqld -restart returns
You want `mysqladmin [command]` -- try `mysqladmin --help` for a
quick list of available commands.
HTH!
--
Hassan Schroeder - [EMAIL PROTECTED
"pass" field above is too small? :-)
FWIW,
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Mailing List
For list archives: http://lists.mysq
. :-)
FWIW,
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com
need besides the error message above? It appears
that MySQL isn't running.
Have you *tried* accessing it from the command-line client, using
the username/password set in your "localconfig"? That would be the
first logical step...
--
Hassan Schroeder - [EMAIL P
he MySQL client?
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://
'marvin' are the values in bugzilla's config
file; can you log in from the MySQL client using them instead of the
root user/pwd?
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
d does anything show up in the
MySQL logs when bugzilla runs (or tries to)?
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Mailing List
For list
and the compile install
> is there?
I run RedHat but I'm not that much of an RPM fan; tried it a few
times and got tired of wierd installation defaults... :-)
It's certainly possible the RPM was compiled with different options
than the configure/make d
lists twelve
attributes (plus [%coreattrs, %i18n, %events]) for the anchor tag
*in addition to* "href"; how would you propose to determine those
values? :-)
FWIW,
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://we
ng
> like this?
Yes, REGEXP / RLIKE will work fine for this -- for example:
SELECT hostname, ip FROM addr WHERE ip RLIKE '^192.168.10.[0-9]+$';
HTH!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567
Charlie Brewer wrote:
> http://hostultra.org/brewer/mysql.jpg
'Error 1046: No Database Selected' means just that :-) So you have
to select one -- see <http://www.mysql.com/doc/en/USE.html>
HTH!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive D
, INTERVAL '1' DAY);
Refs:
<http://www.mysql.com/doc/en/Date_and_time_types.html>
<http://www.mysql.com/doc/en/Date_and_time_functions.html>
HTH!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === htt
(from the console or via page reload) results
in "ERROR 1062: Duplicate entry 'foo' for key 1"
I expected it to simply exit silently when it finds that the table
*does* already exist. So what am I missing? :-)
/* environment: MySQL 3.23.58 (on W2K)
ready displayed.
So back to the drawing board, I guess. :-)
Thanks again,
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Mailing List
For
ttp://cocoamysql.sourceforge.net/>
HTH!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsub
ide.
When you're troubleshooting a network-related problem, there's no
substitute for a "sniffer" to view what's actually happening on the
wire.
Ethereal <http://ethereal.com/> is easy to install (and GPL'd)...
FWIW!
--
Hassan Schroeder
If this is documented anywhere, I sure can't find it, so --
The query log fields are headed: Time, Id, Command, Argument.
What is 'Id'?
TIA!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http:/
a method implementing HttpSessionBindingListener to drop that
table when the session terminates;
2) just keeping the original ResultSet in memory and manipulating
it there...
Neither quite as graceful as using a real temporary table, so I'm
also open to other sugge
gh an
explicit close or timeout?
(in this case "pool" being a DataSource managed by Tomcat)
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General M
g_permissions.html>
HTH,
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To
code 13: Permission denied
prompt$
In this case, it indicates the *MySQL process* doesn't have proper
file system permissions to create the new database; you need to fix
that...
HTH!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938
ories. Depending
on how you installed MySQL, you may want to read this page also:
<http://www.mysql.com/doc/en/Changing_MySQL_user.html>
HTH,
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+1) 408-938-0567 === http://web
1 - 100 of 114 matches
Mail list logo