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 431 of 508 Previous 100   Previous 10   431   432   433   434   435   436   437   438   439   440   Next 10  

MySQL not finidng/using NON-system OpenSSL

hi all i 'm building MySQL-4.0.20 from source on OSX 10.3.3 fwiw my build env includes gcc (GCC) 3.3 20030304 (Apple Computer Inc. build 1640) autoconf --verautomake (GNU au

Subject: Duplicate does not exist

fr0g <fr0g@(protected) > wrote > > Well I 'm in despare. > I have a record in my DB with name Michalis and surname Ka*l*ogiannis. > When I try to add name Michalis and surname Ka*k*ogiannis I ge

building 4.0.20 on Solaris2.7-x86 - make errors after configure

Not sure if this will help but we recently ran into a problem building MySQL on a Solaris 9 system - the build failed at the point of trying to make "readline " because of a missing file Makefile.i

query to see if db exists...........mysql_query( myQuery)

On Thu May 27 2004 at 03 59 46PM -0400 Bono Saroj AA R62 wrote > I am going to use mysql_query() and want to find out if a certain > database exists. If mysql_real_connect() fails there are m

Feature Request: UPDATE 'error codes ' or mysql_affected_rows() to be more "a

Well my "hack " (which is sort of like what you suggest) is to change my primary key from just an auto_increment 'id ' field to a combination of two other fields (mac/scanner_id) that I know must be

MySQL Connector/J 3.0.13 (Production) Has Been Released

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi MySQL Connector/J 3.0.13 a new version of the Type-IV all-Java JDBC driver for MySQL has been released. Version 3.0.13 is a bugfix release

MySQL Benchmark. OT and beyond...

Hi I am sure all FreeBSD users are sick and tired of saying this. USE 4.10!!!! Lots of people blindly follow version numbers but 5.x is a lot different than 4.x in ways I don 't yet feel comfortab

Select

"MYSQL " <mysql_list@(protected) > wrote > Is it possible to write a SELECT statement that will select all columns but 1 or 2 certain > ones? Nope. > > I know I can do SELECT Col1 Col2 Col3

Textfile to table

Hi Paul assuming that the first three occurances of blanks can be regarded as field separators you can do prompt > cat file.txt | sed \ -e "s/ '/\\\\ '/g " \ -e "s/ */ ' '/ " \ -e "

How to Enable Full Query Logging?

"Robinson Eric " <eric@(protected) > wrote > Hi > > I included the following statement in my.ini > > log 3Dc \log.txt > > I then executed some queries. > > The file log.txt only sh

about mysql_query()

In C API after running mysql_query() I want to stop this query by mysql_kill(). But I can not get the specific process (query) ID. How could I solve this problem? mysql_list_processes() return

Libraries and header files/MySQL Devel RPM

Hello Libraries and header files RPM download at http //dev.mysql.com/downloads/mysql/4.0.html is the mysql-devel package right? Thanks! Carlos

Subject: help reading test-select

Hi I was running the test-select under the /usr/local/mysql/sql-bench dir and was wondering if someone could help break it down for me ( Or at least the "Testing big selects on the table " section

MySQL Benchmark.

Now the fun part becomes which linux distro do you use? Which is faster? Because trust me each distro will benchmark differently. Let the games begin! Donny > -----Original Message-----

MySQL clustering support for Windows

I wished to use MySQL clustering for application development that is Windows-based. Since the binaries aren 't available as yet I tried using the source distribution (tried to build using cygwin) but

Re: FW: Could not start MySQL after reinstall - Can 't open privilege
   tables:

Did you change the permissions for the files to include read/write/change for the user/account MySQL uses on your system? This doesn 't require deleting as far as I recall Windows permissions...

FW: Could not start MySQL after reinstall - Can 't open privilege
   tables: Tabl

Since the database I created was not critical I could simply throw it away. Therefore delete the whole MySql installation directory and unzip the alpha release zip file again to create the insta

Re: Could not start MySQL after reinstall - Can 't open privilege
tabl   es: Tabl

Check permissions on the mysql\data directory and files/folders below for the MySQL process/user (sorry for not knowing the right Windows terminology I 'm not a Windows user). HTH Robert J

Problems with "Order By " (phpMyAdmin)

David Blomstrom wrote > I 'm working on an add/edit form illustrated by the > screehnshot at http //www.geoworld.org/addedit2.gif > > I decided to arrange the rows by ID rather than > alphabet

Could not start MySQL after reinstall - Can 't open privilege tabl
   es: Table 'm

Hello I run into a problem after re-installing mySQL 4.1.1 today. When I tried to start the service on my Windows2K I got the following error 040527 15 37 49 Fatal error Can 't open pr

Optimization

"Abdul Aziz " <aaziz@(protected) > wrote > > How can we optimize MySQL queries plz define easy method > comparing as well as better performance for data retrieval. > The following chapter

Subject: error restoring and dumping

Fajar Priyanto <fajarpri@(protected) > wrote > > Hi all > I 'm trying to move my Mambo (content management) database from one server into > another. > > In the old server the mysql version is

Re: Feature Request: UPDATE 'error codes ' or mysql_affected_rows()
to be more

Daevid Vincent wrote > Well my "hack " (which is sort of like what you suggest) is to change my > primary key from just an auto_increment 'id ' field to a combination of two > other fields (mac/sca

Feature Request: UPDATE 'error codes ' or mysql_affected_rows() to be more "accur

I 'm developing a program where I try an "UPDATE ... LIMIT 1 " and if mysql_affected_rows 0 then I know nothing was updated and so I do an INSERT. I find this is much cleaner and the majority of t

Subject: Foreign Key Constraints

Hi > On Wednesday 26 May 2004 11 22 pm kyuubi@(protected) wrote > > Hi I am trying to use the foreign key constraints from InnoDB > > and creating indexes is a requirement for foreign key. >

Determine table type and comments

I can not find this in the docs. I can see in phpmyadmin what a table comment is and what type of table it is such as MyISAM etc.

Defaul of NOW()

I have a field in mysql 4 using InnoDB Field is timestamp 14 and defualt is set to 00000000000000 which I want to be the result of NOW() so that every record made will get NOW() as the value I c

MySQL Stats ?

Hello Is there any way to have per user stats? In the bin log we have nothing but exec_time 0 (seems this is "seconds ") - is there a way for more precise statistics what different users do regar

Mysqld stalls

Dear Mark You should be tweaking your mailer such that your mails originate fom msusol@(protected) and not my own email address. Thanks Mike > -----Original Message-----

Subject: Join locks the table?

If there is an FAQ where this is addressed please point me to it so I can RTFM. I need to find out if table joins lock the table or alternatively how to find out what query is locking the ta
Page 431 of 508 Previous 100   Previous 10   431   432   433   434   435   436   437   438   439   440   Next 10