  | | | MySQL General |
Curtis Seyfried 2 wrote
> I just installed mysql using Xampp an installer for Apache Mysql PHP
> installation.
>
> Everything else works fine but mysql will not start with the Apache
It
gabor.kozari@(protected) wrote
> Dear All
>
> Still this time I used MySQL 4.0.15 and now I have installed the
> 4.1.2-alpha. it OR WITH ME. Can anybody help me to solve
> I have 3 probleJohn
A couple of suggestions. First a better way to identify duplicate files in to
use MD5 sum - MySQL can compute it with MD5(LOAD_FILE(fname)) if the file is
residing on the server. It woul
I get this error on the slave
040614 10 19 07 Error reading packet from server bogus data in log
event (server_errno 1236)
040614 10 19 07 Got fatal error 1236 'bogus data in log event ' fHi all
I wish to restore an sql file in a mysql database though VB. One way of
doing it is writing the Create Database command and the mysql restore
command 'mysql -options < sql_file ' in a batch http //www.oxid.it/
--
MySQL General Mailing List
For list archives http //lists.mysql.com/mysql
To unsubscribe http //lists.mysql.com/mysql?unsub mysql@(protected)
I have zero experience really with Mysql although I compiled it on a Linux box and it works well for a couple of sites and messageboards that I host from my house. I do this strictly for fun and woHi
I just noticed that the MySQL (win32) program which empty databases take
up about 70Mb on my harddrive. I 'm deploying MySQL as a part of a
greater application (which is much smaller) iI have a MySQL table with about 3 500 rows and 30
columns. There are rows for each of the world 's
nations each of the 50 states some 3 000 U.S.
counties Canada 's provinces etc. Obviously I caYou have a file of SQL statements. LOAD DATA INFILE is for importing a file
of data (comma-separated for example) not for reading a SQL file. You can
do this from the command line with
mHello
I sent a message to sales in order to have more info about licenses
but I have not received any reply so I post to the list hoping
someone has any experience on it.
A customer asks mFrom "David Blomstrom " <david_blomstrom@(protected) >
> --- Chris W <1qazse4@(protected) > wrote
> > If you plan on using this process again you may
> > want to track down the
> > source of the problemchueewowee wrote
>[raisinspace /usr/local/mysql] chueewow% Starting mysqld daemon with
>databases from /usr/local/mysql/data
>040612 23 32 05 mysqld ended
mysqld isn 't starting. See what thYour last row attempts to declare a column named NB of type TEXT with size
of 5. TEXT columns don 't take a size specifier. Either drop the size of 5
or change NB to type CHAR or VARCHAR.
MichHi just wondering if anyone knows if using back ticks to quote indentifiers
is in the SQL standard. I understand double quotes are meant to quote
identifiers in the standard but does the standar
TK wrote
> At 05 02 PM 6/12/2004 +0200 Harald Fuchs wrote
>
> >Other DBMSs like PostgreSQL grok indexes on functional expressions
> >MySQL doesn 't. Thus your only choice seems to be storinAt 05 02 PM 6/12/2004 +0200 Harald Fuchs wrote
>Other DBMSs like PostgreSQL grok indexes on functional expressions
>MySQL doesn 't. Thus your only choice seems to be storing the
>uppercased init-----BEGIN PGP SIGNED MESSAGE-----
Hash SHA1
On Saturday 12 June 2004 09 12 am Fran?ois Schiettecatte wrote
> Hi
>
> I am running into an interesting issue with replication speed. The
> setOn Friday 11 June 2004 06 59 pm Robert Paulsen wrote
> I must be missing something about "create temporary table ". Here are two
> sql commands. The first works the second fails
>
> CREATE Nitin wrote
>Hi all
>
>What will be the best way to implement auto increment field. I dont want to use auto increment feature as it only appends the numbers but doesn 't check for the values deDavid Blomstrom wrote
> Talk about lousy timing! I planned on staying up all
> night to get my database squared away so I can launch
> my websites in the next couple days. But the 30-day
> triaIn article <4.01956188678741.333.320654392242@(protected) >
TK <kmysql@(protected) > writes
> I 'm still trying to come up with an efficient way to query my table of names for all first inOn 12.06.2004 09 36 (+0200) Ron Gilbert wrote
> CREATE TABLE `Comments` (
> `ID` int(10) unsigned NOT NULL auto_increment
> `ArticleID` int(10) unsigned default '0 '
> `ParentID` int(1At 14 40 -0400 on 06/07/2004 Jack Tanner wrote about "not unique table/alias "
>I have two complex subqueries that I need to join. I suspect this
>problem is due to using aliases instead of table
I must be missing something about "create temporary table ". Here are two sql
commands. The first works the second fails
CREATE TABLE mytable (id int(10) NOT NULL auto_increment da
Ken Easson wrote
> Hello
>
> I am trying to retrieve a cross join of two tables. Table one contains an id
> column table two contains a column that can list up to three id 's from
> table
Check to make sure the linux box has its port open (do a MySQL "ping ").
select sec_to_time(time_to_sec(transfer_end)-time_to_sec(transfer_start))
Dirk Bremer (NISC) wrote
>Looking at the results further reveals that a numeric subtraction is being
>performed on tHi all-
I 'm not certain if this is a bug in MySQL a bug in Oracle or a possible
miscoding of my outer join but I have a scenario in which I 've replicated a
table set up and query from an Oracle Hello
I 'm trying to find out if mysql 4.0.20 support PAM interface? I find a
pam_mysql utility but there is nothing in the documentation regarding to
pam.
Does anybody has any experince use  |
|
 |