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 104 of 508 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  

Segmentation fault error accrued when gcc -o test -L/usr/lib/mysql -lmysqlc

On Sunday 23 July 2006 10 26 pm ali asghar torabi parizy wrote > while ((row mysql_fetch_row(res_set)) ! NULL) { while (row mysql_fetch_row(res_set)) would do the same thing NULL check shou

Subject: Synro MySQL databases

On Monday 24 July 2006 16 16 Brian E Boothe wrote > HI all i have a question I have A server MySQL database in our > office location that stores Contact information / inventory etc... and > also

Need Restore Help

Jesse wrote > I have a backup that was created by a MySQL 5 server using MySQLDump. > When I try to restore the database using the following command > > mysql -u root -p -D BPA < c \backup\mydata

Subject: Will UPDATE block on SELECT?

Ratheesh K J wrote > I would like to know whether a SELECT query would block an Update on the > same table. The table is of InnoDB type. > Since InnoDB tables apply row level locks should the Update

undefined reference to `mysqlpp::Connection::Connection(bool) '

Hi Ali Your problem is as it states /usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld cannot find -lmysqlclient collect2 ld returned 1 exit status The linker ld does not kn

Subject: Select Query taking time

On Monday 24 July 2006 09 05 Ratheesh K J wrote > Hello All > > I run a select query to see its speed. It took around 5 seconds. Now i run > the same query simultaneously twice usng two instances o

Can Innodb reuse the deleted rows disk space?

On 7/28/06 Dan Nelson wrote > In the last episode (Jul 28) leo huang said > > > > So the deleted rows ' disk space in tablespace can 't re-use when I > > use Innodb can it? And the tablespace is gro

Segmentation fault error accrued when gcc -o test -L/usr/lib/mysql -lmysqlclien

hi to all. thanks luiz and mike for response. my code is compiled when i use -lmysqlclient option and executable file is now exist but when i try to execute this file it prompts "Segmentation fa

Is a "set current " TIMESTAMP operation atomic when updating/inserting multip

Dan Jakubiec wrote > Hi. I want to insert/update multiple rows into a table which has a > timestamp field and I want to set the timestamp field in each row to the > current timestamp. However it

Is a "set current " TIMESTAMP operation atomic when updating/inserting multiple r

Hi. I want to insert/update multiple rows into a table which has a timestamp field and I want to set the timestamp field in each row to the current timestamp. However it is important to me that al

gcc -o test -L/usr/lib/mysql -lmysqlclient test.c

hi to all. thanks luiz and mike for response. my code is compiled when i use -lmysqlclient option and executable file is now exist but when i try to execute this file it prompts "segmentation error "

Subject: Struggling with the logic

Hi I 'm struggling with some logic I have a table called submissions and each record has an approvedate field which stores the date mm/dd/yyyy I want to display all records for 7 days o

undefined reference to 'mysql_init '

Hi I am begeener to MySQL. I have installed Suse10 and MySQL and mysql++ in my pc. i want to connect to MySQL through C. When I am compiling the program I am getting the following err

Subject: SQLX (SQL-XML) Support

Dear all I 'm migrating a db grom Oracle 9ir2 to mysql 5.0. The data migrates smoothly. Some queries in my Legacy database have been developed using SQLX standard. I do not dare to hope that mySQL

mysql/syslog - 100,000s of log messages on restart

Hi In ur cnf file mention the log file path as log /mysql/logs/mysqllog/qry.log . log-slow-queries /mysql/logs/mysqllog/slowqry.log and restart mysql. Thanks & Regards Dilipkumar ----- Original Me

Subject: IP address and CIDR / netmask

Hi My table looks like this ipv4addr (INT PK) status (INT) status 0 free 1 used I 'm trying to get free IP addresses by only giving CIDR (0 to 32) or netmask (0.0.0.0 to 255.255.255.255). T

Generating SQL or flat file code for Object persistence

Do anyone know of any tools to automatically generate SQL tables and C++ or Objective C code for object persistence. What I want is code that takes for example code like this class MyClass { Persis

newbie needs help

While this is offtopic just a side note You probably want to store your images on disk with the filename in the database rather than the actual image binary data in the db. Filesystems are very goo

Subject: Left Join Problem

At 12 47 PM -0500 7/21/06 Stephen P. Fracek Jr. wrote >I 'm trying to upgrade from MySQL 4.1 to MySQL 5.0. > >A query that works in MySQL 4.1 does not work in MySQL 5.0 and I 'm at a loss >as to how

Searching through an alphabetical range

Hi Tim 's point is that you have someone with a last name of 'zebra ' they won 't be included in your results. Quentin -----Original Message----- From Paul Nowosielski [mailto paul@(protected)

Subject: MySQL Max Build Policy

Dear MySQL users Starting MySQL 5.1 (1) we?re simplifying life when it comes to the number of builds for each platform. We will be building only one binary package for each platform (2) the bina

Anyone interested in a 4gl compiler ?

Hello Have you taken a look at MySQL Forge? http //forge.mysql.com/ Great place check out other projects or users working on projects who may be interested in what your working on. Thanks Jimmy

Invalid syntax with STD() function when more than one field is used in selec

Oops the version numbers were 4.1.18-nt and 4.1.19-standard. I have tried it now on the latest 4.1.20 version and still have the same problem. Does anyone have any ideas? Is this a bug? Cheers B

Subject: HI, I am Annam Srinivas

hi, I am not able view all the records in the tabel

Annam Srinivas wrote > Hi > > Problem is like this. There is table with 'table_name-1 ' where when I > am executing the query like ' select * from table_name-1 ' it is showing > only 432 records

Unable to grant replication slave/client to class c

Michael M. schrieb > I 'm attempting to take a brand new mysql server build on gentoo and set up > replication. > > I 'm using > > GRANT REPLICATION SLAVE REPLICATION CLIENT ON *.* TO > 'repl '@ "192

Finding a point inside a polygon

I 'd like to test whether a point is truly inside a polygon not just insude the minimum bounding rectangle. Is there a way to do this in MySQL with the spatial extensions? I love mysql but I 'm forced

effects of aquiring exclusive lock on subsequent reads inside same TX?

Hi I 'm running into lost of DB deadlocks would really appreciate answers to the questions below which will help me diagnose the problem. I am running MySQL 5 InnoDB SERIALIZABLE mode. Let 's say

retrieve value from an external file?

At 02 48 PM 7/20/2006 you wrote >Hello everyone > >Without scripting can this be done from mysql > command line? The > 'publications ' field is mediumtext in table 'research '. Since > 'publication '

How to query on part of a date column?

At 12 02 PM 7/20/2006 you wrote >I 've got a table of people who registered for a convention. Each person >has a registration date kept in a standard date field. How do I select >for people who
Page 104 of 508 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100