Hi all,
(B
(BAlthough an impression which is useless is received as long as a manual is
(Bread,
(Balthough he wants to install Mysql3.23.52 in Windows 98, may I install in D
(Bdrive etc.?
(B
(BThanks,
(B
(BHiroyuki Iiida
(B
(B
(B--
On Thu, Nov 07, 2002 at 12:03:12AM -0500, lewellen wrote:
> Hi all-
>
> I would like to use a mySQL table as a huge FIFO queue (too big
> for a hash) in a Perl program. However, I am worried about speed.
> A standard way to get an item off the queue would be to issue a
> SELECT statement sorted
mysqldump: Got error: 1030: Got error 127 from table handler when retrieving
data
from server
for some reason i get this when i dump all databases
using mysqldump -p --all-databases --add-drop-table --quote-names >
all_databases.sql
--
Tarin wrote:
Has anyone had any success in building the MySQL ODBC 3.51 Driver
(formerly MyODBC) against iODBC on Mac OSX 10.2 Jaguar?
Specifically, I would like to use the MySQL ODBC 3.51.04 Driver built
using the iODBC Unix libraries, rather than the iODBC frameworks
available on OSX through O
On Wed, 6 Nov 2002, Paul DuBois wrote:
> At 13:22 -0600 11/6/02, Raymer, Chris wrote:
> >Any opinions on running mysqld_multi? Our architecture, X-serve,
> >2GBs RAM,Dual Procs, 480 GB stogage as "Master" MySQL server
> >replicated to a less impressive server. Seems logical to separate
> >the "he
Hi,
InnoDB is under GPL as well as MySQL.
Anyway InnoDB is included in any distributions of MySQL-Max on any OS.
Bye,
Daniel
At 11:50 2002.11.07. +0530, you wrote:
Hello All,
I would like to know whether MySQL-Max or MySQL 4 with InnoDB is
freely available or InnoDB is available
Has anyone had any success in building the MySQL ODBC 3.51 Driver
(formerly MyODBC) against iODBC on Mac OSX 10.2 Jaguar?
Specifically, I would like to use the MySQL ODBC 3.51.04 Driver built
using the iODBC Unix libraries, rather than the iODBC frameworks
available on OSX through OpenLink.
Ha
Hello All,
I would like to know whether MySQL-Max or MySQL 4 with InnoDB is
freely available or InnoDB is available in free of cost and where can I
download it
Regards,
Charitha
-
Before posting, please check:
ht
Hi all-
I would like to use a mySQL table as a huge FIFO queue (too big for a
hash) in a
Perl program. However, I am worried about speed. A standard way to get
an
item off the queue would be to issue a SELECT statement sorted on the
index,
and then to just make one call to a row-fetching method
Well, I know from experience this:
PHP 3 and 4.various, sessions enabled on every page (using DB to store)
MySQL 3.23.various
Apache 1.2.various
300,000 users in the DB
2600 dynamic pages
No images or static multimedia content (on this server)
PC, Dual 800Mhz
1GB Ram
4 18GB drives, 7200RP
Anyone ever come across this compilation error?
g++ -DMYSQL_SERVER
-DDEFAULT_MYSQL_HOME="\"/usr/local/mysql\""
-DDATADIR="\"/usr/local/mysql/var\""
-DSHAREDIR="\"/usr/local/mysql/share/mysql\""
-DHAVE_CONFIG_H -I./..
Sorry for being vague. I think the closest thing I can find to it is,
possibly, a three-way join. I'm trying to figure out how to write the
query.
I've got the following tables:
systems
sys_nameID
Abrams 202
Patriot
> Hello All,
> I would like to know the some details regarding the transaction
> support in Mysql Version 4. May i know where can i find the related
> stuffs.
Transactions are supported in the current 3.23.53 release of MySQL-Max and
MySQL 4 (Pro version I think) with the InnoDB table type
Hello All,
I would like to know the some details regarding the transaction
support in Mysql Version 4. May i know where can i find the related
stuffs.
Thanx in advance
--
You feel a whole lot more like you do now than you did when you used to.
Regards,
Charitha
-
At 2:09 +0200 11/7/02, Galanis Nikolas wrote:
Yes, that is exactly what happens. It is updated with a simple select
statement. It is a select from a table which contains only one timestamp
column and the order by is made by this timstamp column. And every time
the value if the timestamp is updated
Hi Guys,
I wanna know what the steps MySQL perform when we do INSERT in Database?
Anyone can explain? Or anyone here have some reference about how MySQL
works?
Thanks,
Han Lin
-
Before posting, please check:
http://www.mysq
Hi,
I'm attempting to get the MySQL ODBC Drive to work with Visual Basic 6.0
Leaning version
I'm getting the following error:
Run-time error '429':
ActiveX component can't create object
On the following line
cnMySql.CursorDriver = rdUseOdbc
Does anyone have any idea what I might be doing wrong
Only the Filemaker server is available for Linux. The client is
Windows and Mac only.
You will need to use ODBC to get Filemaker to talk to MySQL. Even
then it's pretty limited.
> like FileMaker Pro. It's available for Windows, Mac and Linux. If you
> really want to empower your users to creat
[EMAIL PROTECTED] wrote:
Hi,
I have the following SQL statement that works fine on Access but it doesn't
work on MySQL...
select MarketData.* FROM MarketData where MarketData.CustID IN
(SELECT ContactID from Contacts where CustID =1)
Any advise please??
Regards,
Sam
Try something like
Sub-Selects do not work on MySQL Yet.
Wait for Version 4.1. I am waiting!
In the mean time you could do this
SELECT * FROM MarketData INNER JOIN Contacts ON MarketData.CustID =
Contacts.CustID WHERE Contacts.CustID = 1;
HTH
JFernando
** sql ***
Original Message:
-
From:
Hi,
I have the following SQL statement that works fine on Access but it doesn't
work on MySQL...
select MarketData.* FROM MarketData where MarketData.CustID IN
(SELECT ContactID from Contacts where CustID =1)
Any advise please??
Regards,
Sam
Peter Lovatt wrote:
Hi
There is an article on sitepoint.com about benchmarking J2EE and .NET and
some controversy over the result
http://www.sitepoint.com/newsletters/viewissue.php?fid=3&id=3&issue=52
If you're knowledgable about J2EE, and go read the benchmark, you see
that the J2EE 'Exper
I'm running MySQL 3.23.49 on Red Hat 7.3, with the latest kernel
(2.4.18-17.7.x) installed. It is running in smp mode on a dual P3 1.0
gHz.
MySQL works perfectly fine when connecting from the localhost. However,
I have another machine that needs to connect via ODBC. The ODBC client
can connect, bu
Description:
If I launch MySQL 3.23.38, everything is fine. If I open tables,
creat db,
add records whatever, no problem. When I close MySQL my hard
drive is ? alot and I can do nothing except a hard reboot.
I have tried quitting immediatly after launching MySQLadmin and
then ther
Hi
There is an article on sitepoint.com about benchmarking J2EE and .NET and
some controversy over the result
http://www.sitepoint.com/newsletters/viewissue.php?fid=3&id=3&issue=52
Does anybody have experience of php/MySql in comparison with either of the
above in terms of efficiency or ultimate
Hello All, I have a SQL query I need help with:
Here are my tables:
mysql> desc file;
+-+-+--+-+-+
---+
| Field | Type| Null | Key | Default |
Extra |
+-+-
thanks man
>= Original Message From Mark Matthews <[EMAIL PROTECTED]> =
>Dan Rossi wrote:
>
>> thats the thing group is a cell name, it should be totally seperate
>> from the
>> query command , it obviously worked in 3.23 but when moving over to 4 it
>> causes errors, this is not good, how
Yes, that is exactly what happens. It is updated with a simple select
statement. It is a select from a table which contains only one timestamp
column and the order by is made by this timstamp column. And every time
the value if the timestamp is updated.
On Wed, 6 Nov 2002, Paul DuBois wrote:
> A
At 23:47 + 11/6/02, Nikolas Galanis wrote:
Hello
I have a column of type timestamp(14) and I thought it would not be
updated on a query with simple select statements, though it does! I
read in the manual that it
shouldn't, what could be wrong? Thanks.
You're saying that performing a SELECT
try this:
1. export the data from ms access to a file on
the windows box.
2. fire up ftp from the command line and set it
to ascii mode.
3. ftp the file from the windows box to the
linux box.
if the eol is the problem, the ftp protocol will
insure that the eol is correctly translated wh
if a succinct statement is possible, perhaps you
could give us an idea of its nature?
somebody may be familiar with the concept under a
different name.
> I'm trying to find some documentation on creating intersecting entities
> in MySQL, but haven't been able to track any info down on the MyS
At 13:22 -0600 11/6/02, Raymer, Chris wrote:
Any opinions on running mysqld_multi? Our architecture, X-serve,
2GBs RAM,Dual Procs, 480 GB stogage as "Master" MySQL server
replicated to a less impressive server. Seems logical to separate
the "heavy-hitter" dbs to their own "servers" and take mo
At 11:09 -0800 11/6/02, Steven Webb wrote:
I'm using libmysqld so I can have an "embedded" mysql
server in my application. It helps with performance
because there is not socket communication and all I/O
is done from the program directly to the files.
Anyway, I have the need to also connect to a r
Hello
I have a column of type timestamp(14) and I thought it would not be
updated on a query with simple select statements, though it does! I read in the manual that it
shouldn't, what could be wrong? Thanks.
-
Bef
Hi,
I try to get courier-imap, mysql, postfix installed. I followed all the
howto's I could find, but I have still some problems. Perhaps anybody
ideas. I know the problem may not origin from an sql problem, but you
never know. I use debian woody 3.0 and installed with apt-get the
packages, also p
Hi all.
3 tables. "Ticket" "Pipeline_Dept", and "Ticket_Matrix". Ticket_Matrix
matches tickets to pipeline depts. A ticket can be posted to multiple pipeline
depts. I want to select all tickets and the pipeline departments they are
posted to but only one row per ticket. So:
SELECT
On Wed, Nov 06, 2002 at 12:28:00AM -0500, Murad Nayal wrote:
>
> thanks jeremy for the reply
>
> Jeremy Zawodny wrote:
> >
> >
> > >
> > > any idea why is it that the mysqld daemon is not using the CPUs and/or
> > > why is this taking so long??
> >
> > You might benefit from a larger key buffer
Dan Rossi wrote:
thats the thing group is a cell name, it should be totally seperate
from the
query command , it obviously worked in 3.23 but when moving over to 4 it
causes errors, this is not good, how are we supposed to move over an
entire
hosting site with client databases if some fields ar
Hi all.
This is a re-post of a problem I originally had under MySQL-4.0.3, which
I thought might be due to me compiling with K6 flags, but I have
recompiled using i686 flags (and using MySQL-4.0.4) and still get stray
processes running:
bash-2.05# ps ax | grep mysql
11565 ?S< 0:00
I figured it out. Thanks for all the tips everyone. I didn't know there
were 2 characters at the end of a line in Windows. For anyone who has this
problem:
Use "\r\n" to separate records
Use "\t" instead of a comma to deliminate fields
-Original Message-
From: Gelu Gogancea [mailto:gg
thats the thing group is a cell name, it should be totally seperate from the
query command , it obviously worked in 3.23 but when moving over to 4 it
causes errors, this is not good, how are we supposed to move over an entire
hosting site with client databases if some fields are going to cause erro
This is a good lead. Thanks.
>>> "Salada, Duncan" <[EMAIL PROTECTED]> 11/06/02 03:40PM >>>
I saw something mentioned here once about a product called Microweb. I have
never used it nor do I know anyone that has used it. For what it's worth, I
think the website is here http://www.indigostar.co
I saw something mentioned here once about a product called Microweb. I have
never used it nor do I know anyone that has used it. For what it's worth, I
think the website is here http://www.indigostar.com/microweb.htm.
Duncan
---
Duncan Salada
Titan Sy
Group is a reserved word. GROUP BY
Dan Rossi wrote:
hi having some issues dumping from mysql 3.23 to 4.0 getting table error
messages trying to import back into 4.0 sometimes i've had to change the
cell names ie group to groups somehow having a cell name group was causing
error :| sql
---
IIRC, "SQL For Smarties" has some excellent advice on how to handle tree
structures in an SQL database efficiently, by treating nodes as sets
("set" in the mathematical sense). You can efficiently do queries along
the lines of "get me everything in category X or any of it's
sub(-sub)-categories."
I've got a web-based mysql database solution that I'd like to publish to cd-rom. It's
a catalog solution using PHP and mySQL.
Is it possible to publish a website such as this to a cd-rom as a stand-alone
application?
Could somebody point me towards some resources for doing this or outline the
Hi,
You must use a HEX editor to see this characters which are not printable.I
use DOS NAVIGATOR...it's free and you can download it from the INTERNET.
You must view the file in HEX and find the characters "0A,0D"
on the end of line.
Regards,
Gelu
_
- Original Message -
From: "Victoria Reznichenko" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 06, 2002 11:47 AM
Subject: re: Problem creating InnoDB tables.
> David,
> Tuesday, November 05, 2002, 4:05:57 PM, you wrote:
>
> DAF> I'm have trouble creating InnoDB ta
ASCII table is the same for ALL OS.
In my understanding to be a "new line character" is to have a different
representation..
So ...always: the LineFeed is 0Ah and CarriageReturn is 0Dh
Windows use 0A,0D and some *nix editors use only 0A to make new line.
This is means only the "rule" for "breaking"
hi having some issues dumping from mysql 3.23 to 4.0 getting table error
messages trying to import back into 4.0 sometimes i've had to change the
cell names ie group to groups somehow having a cell name group was causing
error :| sql
---
On Wed, Nov 06, 2002 at 11:44:03AM +0100, Lenz Grimmer wrote:
>
> Yes, we plan to add more package formats apart from tarballs in the
> future, it's on my TODO. Debian packages are quite high on the
> priority list there, but I don't know, when I will be able to start
> with it - I have a lot of R
Your structure is going to be a lot like a message board:
Message Board-> Topic->Reply->Reply->...
Where you can reply to someone else's reply or reply to the main topic.
Your setup would have two tables, a "category" table and a "product"
table. You get your cascade by each category having a fie
The text file seems to be fine as far as I can tell. The columns are all in
the correct order.
It sounds like I need to look out for the "line feed" character, as well as
the carriage return since I'm working on Windows. Anybody know how the line
feed character is represented?
-Original Me
I've got a web-based mysql database solution that I'd like to publish to cd-rom. It's
a catalog solution using PHP and mySQL.
Is it possible to publish a website such as this to a cd-rom as a stand-alone
application?
Could somebody point me towards some resources for doing this or outline the
This is incorrect.
!google "new line character" linux windows
-Original Message-
From: Gelu Gogancea [mailto:ggelu@;arctic.ro]
Sent: Wednesday, November 06, 2002 11:33 AM
To: Black, Kelly W [PCS]; Schroeder, Bradley (Contractor);
[EMAIL PROTECTED]
Subject: Re: Problem importing data from
Hi,
Is no difference but in *nix some text editors (like "vi" for example) put
only the LineFeed(0Ah) character and not CarriageReturn and LineFeed like
in Windows(0Dh,0Ah).
Almost sure is something wrong with the .txt file.Few days a go i have a
similar situation and it was from the the dump/.tx
Any opinions on running mysqld_multi? Our architecture, X-serve, 2GBs RAM,Dual Procs,
480 GB stogage as "Master" MySQL server replicated to a less impressive server. Seems
logical to separate the "heavy-hitter" dbs to their own "servers" and take more
advantage of the server's resources.
Chr
>From the mysql docs on the website (URL:
http://www.mysql.com/documentation/mysql/bychapter/manual_Clients.html#mysql_real_connect)
The proto is:
MYSQL *mysql_real_connect(MYSQL *mysql, const char
*host, const char *user, const char *passwd, const
char *db, unsigned int port, const char *unix_soc
I'm using libmysqld so I can have an "embedded" mysql
server in my application. It helps with performance
because there is not socket communication and all I/O
is done from the program directly to the files.
Anyway, I have the need to also connect to a remote
database in the same application. My
I have seen this when Windows was involved.
Windows word and note pads have a different new
line character than Un*x type systems.
Perhaps that's what's foiling the sql query.
~K Black
-Original Message-
From: Gelu Gogancea [mailto:ggelu@;arctic.ro]
Sent: Wednesday, November 06, 2002 10
Hi Jeff.Again thanks for your help. Yes, as I said I have done all the
obvious (to me) things according to the windows install under win 2000. I am
not using .ASP to test so no point in playing with that. You did not explain
what or where is 'Method exclusions'.
Thanks again
Regards Bo
Hi,
Are you sure that .txt file is OK?
Regards,
Gelu
_
G.NET SOFTWARE COMPANY
Permanent e-mail address : [EMAIL PROTECTED]
[EMAIL PROTECTED]
- Original Message -
From: "Schroeder, Bradley (Contr
I've got a web-based mysql database solution that I'd like to publish to cd-rom. It's
a catalog solution using PHP and mySQL.
Is it possible to publish a website such as this to a cd-rom as a stand-alone
application?
Could somebody point me towards some resources for doing this or outline the
Try using dashes.
-mm-dd
-Original Message-
From: Andrew Sitnikov [mailto:sitnikov@;infonet.ee]
Sent: Wednesday, November 06, 2002 9:39 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: DateTime comparation problems
Hello bugs,
SELECT ... FROM table o WHERE o.date >= 20020901
At 12:38 -0500 11/6/02, Vivian Wang wrote:
I tried,
db.query("load data infile '/data/winshare/experian/test' into table
d_adds fields terminated by '' escaped by '' lines terminated by
'\\n'");
db.query("load data infile '/data/winshare/experian/test' into table
d_adds fields terminated by
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tuesday 05 November 2002 08:26, [EMAIL PROTECTED] wrote:
>scripts/mysql_install_db[292]: 28678 Memory fault(coredump)
>
This is not supposed to happen. Does it happen with all bina
In the documentation it says that InnoDB supports row level locking. How
can I ensure that rows are locked using ADO in a VB Applications
communicating with MySQL through MyODBC?
I have tried setting my Recordsets to adLockPessimistic, but that does not
seam to work.
Any help will be really appr
I tried,
db.query("load data infile '/data/winshare/experian/test' into table d_adds
fields terminated by '' escaped by '' lines terminated by '\\n'");
db.query("load data infile '/data/winshare/experian/test' into table d_adds
fields terminated by '' escaped by '' lines terminated by '\n
Hello bugs,
SELECT ... FROM table o WHERE o.date >= 2002090100 AND o.date<=2002110624
MySQL 3.23.xx - work (returns >0 rows)
MySQL 4.0.4 - not work (returns 0 rows)
P.S. also in 4.0.4 not work BETWEEN in this case (but as i can
see it will be fixed in next release)
Best regards,
Andr
I have been running a server for almost 2 years
completely without incident. I have made no significant
changes recently, but for the past month or so I have
been having connection problems. Users cannot connect,
but existing connections seem to be maintained.
Here are some symptoms:
I can
Hi listErs!
I need to design a database, under a hierarchical structure. This Mysql
database aims to store a catalog
in which I should be able to define:
CATEGORIES -> SubCategories -> Sub-SubCategories -> Product
the only problem, is that I usually use cascaded indexes, but in this case
I sho
When I import data from the text file I exported out of Access it works
correctly except that MySql seems to append and/or prepend some sort of
mystery character to the fields it imports. So, I can get the data into the
database, but I can't get it out (since the SQL statement can't match the
myst
Hello.
On Wed 2002-11-06 at 10:59:36 +0100, [EMAIL PROTECTED] wrote:
> What about the following info in the manual p. 55?
>
> "Add a PRIMARY KEY or UNIQUE key to the table and use this. New in Version
> 3.23.11: If the PRIMARY or UNIQUE key consists of only one column and this
> is of type intege
Aaron,
Tuesday, November 05, 2002, 9:38:34 PM, you wrote:
AA> My main problem is that I am unable to run the mysql_install_db file.
AA> Below is what I have tried:
AA> I can start mysql by using the folowing option:
AA> shell> BINDIR/safe_mysqld --skip-grant-tables &
AA> shell> BINDIR/mysql -u r
John,
Tuesday, November 05, 2002, 1:50:32 AM, you wrote:
JJ> I have a callers table and a citylist table. Both tables have a field
JJ> 'town' and both tables have a field called 'zipcode'.
JJ> The citylist is a list of cities and their zip codes.
JJ> citylist.city and citylist.zipcode
JJ> The c
Steve,
Tuesday, November 05, 2002, 7:47:34 PM, you wrote:
SB> I have messed up my server just a bit, it no longer starts ;) I have 2
SB> servers one on a 98 machine for testing, and another on a 2000 box that is
SB> being set up for intranet applications at my company. I usually do changes
SB> etc
Arthur,
Tuesday, November 05, 2002, 9:58:03 AM, you wrote:
A> Backpacker in the foot hills of mySQL
A> I have 4.04beta max-nt running on win 2k SP3
A> I can create manipulate InnoDB tables happily.
A> What are Folders ibdata & iblogs for?
A> Nothing ever appears in them.
A> my tabl
David,
Tuesday, November 05, 2002, 4:05:57 PM, you wrote:
DAF> I'm have trouble creating InnoDB tables. I'm using MySQL version
DAF> 3.32.51-max. I have "innodb_data_file_path = ibdata1:30M:autoextend" in my
DAF> "my.ini" file. According to the manual, I should be able to use and create
DAF> In
Petre,
Tuesday, November 05, 2002, 9:26:08 PM, you wrote:
PA> just out of interest,
PA> How can I create unique "data sets", or rather, set a set of data as
PA> unique, to prevent another entry in the table that meets the same
PA> criteria,
PA> for instance:
PA> id namesurname a
knauff,
Tuesday, November 05, 2002, 9:26:29 AM, you wrote:
kauduhdd> I want to use MySQL on a HP9000/800 server mith HP-UX 10.20:
kauduhdd> + HP9000/839 K210, 1 Processor HPPA1.1 7200 (32 Bit), 256 MB RAM
kauduhdd> 1. Binary Distribution
kauduhdd> --
kauduhdd>Version:
> sql,query
> Hi,
>
> Joseph Bueno suggested the following syntax:
>
> SELECT column_name,length(column_name) as len FROM table_name
> ORDER BY len DESC
> LIMIT 1
>
> When I tried this on a column that contains NULL values I get:
> +--+--+
> | text | len |
> +--+--+
> | NULL
[EMAIL PROTECTED] wrote:
"Add a PRIMARY KEY or UNIQUE key to the table and use this. New in Version
3.23.11: If the PRIMARY or UNIQUE key consists of only one column and this
is of type integer, one can also refer to it as _rowid"
Isn't _rowid some type of internal variable? What is its exact p
At 11:18 -0500 11/6/02, Vivian Wang wrote:
This is my statement using python,
db.query("load data infile '/data/winshare/experian/test' into table
d_adds fields terminated by '' escaped by '\' lines terminated by
'\n'");
Is python problem? not sure.
Looks like what's happening is that Python it
This is my statement using python,
db.query("load data infile '/data/winshare/experian/test' into table d_adds
fields terminated by '' escaped by '\' lines terminated by '\n'");
Is python problem? not sure.
At 10:01 AM 11/6/2002 -0600, Paul DuBois wrote:
At 10:03 -0500 11/6/02, Vivian Wang wrote:
So did you find the window with all the extension mappings?
Here's what you need to do -
Right click on your server root under IIS Manager
Under Master Properties click 'Edit'
Click on the 'Home Directory' tab
Click on 'Configuration' towards the bottom of that window
You should see a window with
At 10:03 -0500 11/6/02, Vivian Wang wrote:
I did my testing.
If I use ESCAPED BY '\\', I got
1064, "You have an error in your SQL syntax near ''' at line 2"
Using ESCAPED BY '\', then no error and result is fine.
If the data contains "\", then database will automatically takes "\"
away and shift
I'm trying to find some documentation on creating intersecting entities
in MySQL, but haven't been able to track any info down on the MySQL site
or on the web. At least we called them intersecting entities while I
was in Oracle training (which was some time ago). I think I remember
how to set the
At 10:23 + 11/6/02, nick gatsis wrote:
Hello there...
I have a problem with sort order. I use greek and
english characters.
The manual says to put the following lines to my.cnf:
[client]
character-sets-dir=/usr/local/mysql/share/mysql/charsets
default-character-set=greek
i restart the demon b
Can't connect to local MySQL server through socket '/tmp/mysql.sock'
(61) any suggestions on this
Jeremiah Ngure
#254733684376
___
Freeserve AnyTime, on
People,
now the site is running. Please, if anyone could get, send me suggestions
and criticals. Ok
I count with you.
Alexander
- Original Message -
From: "Chris Boget" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 06, 2002 11:13 AM
Subject: Re: My Database Mana
At 1:19 -0600 11/6/02, D. Walton wrote:
At 01:05 AM 11/6/2002 -0600, you wrote:
Paul, the point was to have 'value' be part of the primary key for
pure lookup speed (data file would not need be referenced), but
not to have it effect the uniqueness of the 'id'/'date' key pair
so that I could do
Flavio,
If your running RedHat check
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=75128
off topic question flavio. Did you ever work in New York City?
-Mike
On Wed, 2002-11-06 at 10:09, Flavio wrote:
> I try to update my linux to next version, and it was running a previ
When first used, the WinMySQLAdmin program puts up a box requesting
Username and Password. Can anybody tell me what this is intended to do?
Normally leave it blank, but when someone else did not do so, it created an
unwanted user with a forgotten password in the database. Furthermore, when
we unins
I try to update my linux to next version, and it was running a previous
version of mysql and when I update to version 3.23.52-3 it works correct,
but when I try to connect from a windows Workstation to server it broke with
this message in mysql.log :
Number of processes running now: 1
mysqld proce
I did my testing.
If I use ESCAPED BY '\\', I got
1064, "You have an error in your SQL syntax near ''' at line 2"
Using ESCAPED BY '\', then no error and result is fine.
If the data contains "\", then database will automatically takes "\" away
and shift 1 byte left.
My data will mass up. That is
mysql:ÄúºÃ!
90¿îÍøÉÏÓªÏúÈí¼þµÍ¼ÛתÈÃ.
±¾ÈËÒÔ400Ôª¹ºÈëȺ·¢Èí¼þ,ËÑË÷Èí¼þµÈ90¿îÍøÉÏÓªÏúÈí¼þ,
¼°1000Íò¸öEMAILµØÖ·,ÏÖÒò¹¤×÷±ä¶¯,ÒÔ50ÔªµÍ¼ÛתÈÃ
QQ:8223613
0574-63133687
ÖÂ
Àñ!
mike
¡¡
I've been looking at a similar scenario
Here is what I've arrived at so far:
There is little that rivals the ease of use of MS Access - but most alernatives
offer different features (like security, performance improvement, and other
database related functions) that make the loss of ease of use bea
If I want to create a database with an arabic
character-set, will only the data-cells be affected by
this or will the table names, column names etc also be
in arabic?
Can I mix two character-sets (English and Arabic) in
the same database, or does it have to be in two
separate databases?
Any thoug
Hi
Just I wondering the posibility of adding some functionality to MySQL
MyISAM fulltext functionality, but I am quite confused. I read the ft_*
files under $(MYSQL)/myisam, and there is nothing I can do.
I'm wondering to add SGML support to FullText searches, so I need to exclude
every thing b
Yesterday, someone (I cannot recall who) posted a link
for a piece of software called "My Database Manager".
I tried going to that link on and off for the last day and
I'm always getting a 404. Has anyone successfully DL'd
this app? If so, could you send me a copy? I'd be very
interested in chec
1 - 100 of 115 matches
Mail list logo