Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
Subject: mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Subject: Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
Subject: MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Subject: Re: Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
MySQL General
Page 420 of 508 Previous 100   Previous 10   411   412   413   414   415   416   417   418   419   420   Next 10  

Subject: Can 't connect mysql.sock

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

Subject: MySQL 4.1.2 questions

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 proble

Subject: MySQL GROUP, ORDER problem.

John 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

ERROR: bogus data when reading binary log

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 ' f

How to Restore MySQL Database from VB?

Hi 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

Subject: How secure is your MySql

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)

Rank beginnner - very basic question

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 wo

Can I make empty MySQL use less disk space?

Hi 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) i

Subject: MySQL Tables Load Slowly

I 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 ca

load data question

You 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 m

Subject: License question.

Hello 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 m

Spreadsheet Inserting Double Quotes

From "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 problem

Subject: Connecting MySQL in Panther

chueewowee 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 th

ER_PARSE_ERROR???

Your 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. Mich

Subject: Back Tick Quoted Identifiers

Hi 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

Slow query: Getting first initials from an entire table 's data

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 storin

Re: Slow query: Getting first initials from an entire table 's
data

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 storing the >uppercased init

Replication speed

-----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 > set

Access Denied for CREATE TEMPORARY TABLE

On 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

Subject: autoincrement problem

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 de

Import Strategies

David 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 > tria

Slow query: Getting first initials from an entire table 's data

In 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 in

Nested Records...

On 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(1

Subject: "not unique table/alias "

At 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

Access Denied for CREATE TEMPORARY 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

using a column value in IN() in a join condition.

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

Subject: Unable to connect to DB

Check to make sure the linux box has its port open (do a MySQL "ping ").

Date/Time Difference Calculations

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 t

Possible problem with outer join in 4.1.2

Hi 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

Plugable Authentication Module

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
Page 420 of 508 Previous 100   Previous 10   411   412   413   414   415   416   417   418   419   420   Next 10