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 381 of 508 Previous 100   Previous 10   381   382   383   384   385   386   387   388   389   390   Next 10   Next 100  

Script to fill a Date base....

Hello How I can fill a Database in MySQL with PHP whit the method POST??? I have a DB in MySQL and I have to fill with PHP I don 't know how I can I need a Script like this.... <? $serv

Best way to construct query for 1M records DB?

Hello all I am stuck on the best way to proceed in order to make a SQL query efficient and quick searching through a very large (near million and growing) database. I am working with MySQL 3.2

Subject: SQL_SLAVE_SKIP_COUNTER

Hi If I run these commands on slave SET GLOBAL SQL_SLAVE_SKIP_COUNTER 1 SET GLOBAL SQL_SLAVE_SKIP_COUNTER 1 SET GLOBAL SQL_SLAVE_SKIP_COUNTER 1 (3 times and then...) START SLAVE Ho

Database export

Edd The best way is likely dependent on some factors that involve your storage engine(s) (e.g. MyISAM Innodb etc) and the nature of the media you plan to use to move the file created. The

Subject: Recovering table structures.

Had to rebuild my laptop this weekend. Made sure to make a backup copy of /var/lib/mysql/*. Loaded on the mysql binary tar (as gentoo doesn 't have 4.1.3 in portage yet) and copied my data back

Subject: Tuning InnoDB situation

All I have been nosing about for some time now and think I need some help. The Problem Mytop is telling me that I am running no more than 1000 queries per second and the key efficiency is 1

Pinging

Can you describe your network setup? Are you expecting port 3306 to be open on your ISP? Are you ssh 'ed in and you can not connect? -----Original Message----- From EWAGW To mysql@(protected)

Slave crashing

That depends on the setup and configuration and network and other factors. I have been running slaves for months and a year with little to no problems. Are you asking something in specific or just l

Subject: problem with tables crashing

Johan Jonkers <johan@(protected) > wrote > and my table is marked crashed -( Please please upgrade to latest version (4.0.20) in binary format (download from www.mysql.com) and check on

Re: datadir specification, etc

Which flag did you use to define the datadir for configure? --datadir doesn 't do the trick. --localstatedir does. Also you might want to consider setting --prefix as well. --V sean c pet

Subject: (dumb) embedded question

hi is it possible to have 2 applications update/insert/delete records from a embedded database. example app1 on a repetitive process checks for record in table1 while app2 inserts a record in ta

Subject: Can connect with PHP to MYSQL

What error are you getting? My problem when moving to 4.1 was forgetting that I was using an older MySQL client. I 'm not positive but I think that in order to connect to MySQL 4.1 with PHP y

Subject: MyOLEDB and Stored Procedures

Hi Just wanted to check if anyone would know if the MyOLEDB / myODBC has been updated to support stored procedures / functions in MySQL server version 5.0.0 alpha. I am getting error DB_E_ERR

Indexes

Sebastian wrote > I read the manual on indexes but i am a little confused how i should > build the type of index i need. > > i have this structure > > | id | item | type >

Mysqlcheck -r very slow on big tables

Konstantin Yotov <konstantin_yotov@(protected) > wrote > mysqlcheck -r is very slow when repair big tables > (over 4GB data - repair it 1h and 40m). Is there any > config option to fasten it. C

quoting keywords

Hi > Hopefully a simple problem!? ... > > MySQL produces a server-error when performing a query like > > SELECT char FROM mytable WHERE id 4711 > > This seems to be 'char ' is a MySQL-keyword

Replication blocked

There is only one thread for replication on the slave. It does one step a time. If you use mysqlbinlog on one of your binary files on your master you will see exactly how it all works. Multi-t

Subject: datadir specification, etc

If possible and for testing purposes try starting the 4.1.3 server with the options given on the command line. (datadir pid socket port etc...) -----Original Message----- From sean c peter

multiple server versions on 1 box startup error#

Have you set it up so that these instances run on different ports and different sockets? If you are not using mysqld multi you will have to specify which mysql/bin/safe_mysqld you want to start on t

Query using join is not using index to sort the rows

Hi I am having trouble trying to figure out the reason of this. The query (explained) is EXPLAIN SELECT * FROM news users WHERE news.user_id users.user_id ORDER BY date DESC I divided the

Subject: my.cnf not read in 4.1.3

Hi all I am running MySQL 4.1.3 under Debian. I have the problem that my options in my.cnf are not going into effect. I want to increase max_heap_table_size from the default of 16M to 400

Re: Cannot connect via TCP ( "Lost connection to MySQL server during
query ")

What hardware and OS? How did you get and install mysql? MySQL supplied binary? 3rd party binary? Built from source? If the answer is not "MySQL supplied binary " my first suggestion would be

Subject: Documentation problem?

hi all. In my struggles to buildl MySQL 4.1.3deta i read a lot of online documentation and in the process i found a lot of info about various configure flags in writeups all over the web. One pr

Help with sql without using INTERSECT

Jeff Meyer wrote >I have the following table >+---------+-------------+ >| ID_AGE | ID_ENTRY | >+---------+-------------+ >| 1 | 1 | >| 1 |

AW: GUI for MySQL

Kirti Have a look at the free DBManager Pro from DBTools http //www.dbtools.com.br/EN/dbmanagerpro.php Freddie > -----Urspr?ngliche Nachricht----- > Von Kirti S. Bajwa [mailto kbajwa@(protected)

Cannot connect via TCP ( "Lost connection to MySQL server during query ")

Hi I 'm running into troubles trying to connect to MySQL (version 4.0.18) via TCP/IP. Connecting on the actual machine via Unix sockets works just fine--it 's solid as a rock. But as soon as I att

CSV Output

Im looking for a way to output a file into true CSV format (with quoted fields) using the Perl DBI. Does anyone know of a way to do this (in either native MySQL or Perl)? Thanks as always!

Subject: Replace delayed locks table

matt ryan wrote > SQL is replace delayed into table c1 c1 c3 select c1 c2 c3 from > temp table. > > > This takes 2 hours to comlete the temp table is rather large. > > The table b

Subject: Escaped BLOB data in XML

Hello i have a table with a LONGBLOB column. We store some small images in it. I want to export them in XML format with schema like <c >data </c > <c >data </c > ... ... Now the problem is e

Using Access as front-end for Blob.

Anyone know how to use access as front end for accessing blobs in mysql. I have found some sample code for storing blobs in mysql but for whatever reason when I export the tables to mysql and lin
Page 381 of 508 Previous 100   Previous 10   381   382   383   384   385   386   387   388   389   390   Next 10   Next 100