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

database back up

/var/lib/mysql/ <database name > is a common location. If you 're on unix try the following command find /var -name "mysql " On 7/20/06 Martin Jespersen <mbj@(protected) > wrote > You can usually find the

Subject: FULL TEXT and Asian languages

Peter Lauri wrote > Best group member > > I have a problem. I was going to use FULL TEXT search for my Thai > client. It is working smooth with English text and wordings the > indexing and search w

Access violation in QueryBrowser

Ok MysqlCC is deprecated. I do not like this decision but... it is the thruth... I 'm trying MysqlBrowser. It start connection with my server but it writes in the status bar Access violation at addre

Images Table

On Thursday 20 July 2006 07 19 am Nicholas Vettese wrote > img_id INT NOT NULL auto_increment PRIMARY KEY > user_id INT NOT NULL > location VARCHAR(255) NOT NULL > imgtype VARCHAR(20

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

Hello I am encountering a strange issue when using the STD function. On my local development machine (MYSQL version 4.18-nt) I can run the following basic SELECT query with no problems SELECT STD

mysql.sock deleted

On 20 Jul 2006 at 16 56 Vitaliy Okulov wrote > Deniss. > > 20 2006 . 15 59 10 > > > Hi All > > > While I am doing portupgrade -vr mysql on freebsd server > > > than mysql socket "/tmp/mysql

replication from InnoDB to MyISAM

jsmforum@(protected) schrieb > anyone know if there 's any known issue with replication from InnoDB tables to MyISAM tables? > > I just switched a slave (mysql) to replicate from a different master

How to disable foreign_key_checks when using mysqlimport?

Try ALTER TABLE `tbl_name` DISABLE KEYS -- now insert in the TXT file ALTER TABLE `tbl_name` ENABLE KEYS I think this is what you were looking for ! -- Gabriel PREDA Senior Web Developer --

Problems with synchronisation master - > slave

Hi Thomas > I try to configure replication from master to one slave for a database > with various table types (InnoDB MyISAM) without stopping the master. > > Therefore I make a mysqldump on the sl

"CHARACTER SET COLLATE NULL " error with mySQL 4.0.27

Hola. With mySQL 4.0.27 I 'm trying to create this table ------ CREATE TABLE `test`.`user` ( `user_id` INT UNSIGNED NOT NULL AUTO_INCREMENT `email` TEXT CHARACTER SET COLLATE NULL `firstname` TEX

Subject: www.freecomputerjobs.com

We have just launched http //www.freecomputerjobs.com www.freecomputerjobs.com a website where nationwide IT and computer employers can post their jobs at no cost. Please take a minute to visit u

PHP won 't connect to MySQL - resolved

Andre Yes I sort of bypassed the problem by installing XAMPP. Works like a charm now. Thanks. Kay At 03 32 PM 7/19/2006 Wednesday Andre Matos wrote >Hello Kay > >Have you solved the issue or

mysqld-nt 100% CPU Utilization?

Robinson Eric wrote > Our MySQL-based medical application has been running fine for 3 years. > Last week mysqld-nt started jumping up to 100% CPU and staying there > until someone restarts the serv

Subject: udf configuration resources

Your udf is executing in a threaded environment so you have the option of creating a datastrucutre to store options in that will persist across udf executions. However since you won 't be deallocating

udf configuration

Hello If you have not already done so you may also try the MySQL forum for UDFs at http //forums.mysql.com/list.php?118 Thanks Jimmy Guerrero Sr Product Manager MySQL Inc > -----Original Me

connecting to the embedded server

On Thu Jul 20 2006 at 08 41 23AM +1200 Frank wrote > Dear all > > is it a desired feature that the embedded version of the client library > still tries to create a network connection when I pass

mysql order question

I have a sql query like SELECT * FROM table WHERE id IN (4 88 23) Result order in ID is 4 23 88 But I need to receive result in order 4 88 23. So how can I manage to receive result in order LIKE IN

Subject: Normailizing SQL Result Set

This is my ugly solution SELECT MAX(IF(articles_attribs.attrib_key 'content ' articles_attribs. attrib_value ' ')) AS content MAX(IF(articles_attribs.attrib_key 'description ' articles_attribs. at

Error when creating Foreign Key

I 'm using MySQL 5 with InnoDB tables. I 'm trying to create a foreign key but when I try it 's giving me an error. I 've tried this with the MySQLQuery Browser and EMS SQL Manager 2005. I get the

Is it possible to combine mysql with nis?

In the last episode (Jul 19) Cheng-Lin Yang said > I 'd like to know if it 's possbile to make MySQL auth the account > through system account via NIS? I want the user in my system who can > automatic

I can not find the "mysql " database, but "information_schema " and "test "

Hi there I am trying to install/configure the Mysql Ver. 5.0.22-standard on a SUN-Solaris 2.10 (SPARC) machine. After having installed the SUN-package I run the script "mysql_install_db " using the

Subject: FULL TEXT search and Thai

Best group member I have a problem. I was going to use FULL TEXT search for my Thai client. It is working smooth with English text and wordings the indexing and search works fine. The proble

Announce: LBPool 1.0 beta1 (Load Balancing JDBC Connection Pool)

Hey Gang. I wanted to get this out on the list and facilitate some feedback. http //www.feedblog.org/2006/07/announce_lbpool.html I CC 'd both lists because this might be of interest to the larger M

multiple InnoDB read-only server instances on same file system

pradhuman jhala wrote > I use MySQL version 4.1.18 with redhat-linux-gnu > (i686). I have created a InnoDB database consisting of > 210 GB ibdata files. I used InnoDB to allocate more > memory and sp

Subject: Permissions Weirdness

Chris White schrieb > Normally I try to be as descriptive as possible with subject lines but.. not > quite sure what else to call it. > > So basically I was given ALL access by our sysadmin to a p

Database or table level logging?

David Felio wrote > Is it possible to have general query type logging on just a specific > database or table? I don 't want all queries to all databases I just > need a log of accesses to a specifi

mysql hangs on connection attempt

On 7/18/06 Steve Strong <strong.s@(protected) > wrote > we are using php to connect to our mysql database and when we call the > php function with this line > > $dbh mysql_connect( "localhost " "geo

Mysql ver. 5.0.22-standard for sun-solaris2.10 (SPARC): Error #60718 Can 't o

On Tuesday 18 July 2006 08 23 am Calselli Fabrizio WI wrote > Hi there > > After having installed the Mysql Ver. 5.0.22-standard for sun-solaris2.10 > (SPARC) I get the error below when I try to s

Mysql ver. 5.0.22-standard for sun-solaris2.10 (SPARC): Error #60718 Can 't open

Hi there After having installed the Mysql Ver. 5.0.22-standard for sun-solaris2.10 (SPARC) I get the error below when I try to start the mysql server Sun-solaris# /usr/sbin/mysqld -u mysql Error

Multi master replication question

I 'm about to re-create a mulit master replication setup that was dismantled during server hardware/software upgrades. Replication setup A - > B - > A | C One thing I can 't remember is do I have to
Page 105 of 508 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100