  | | | MySQL General | /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 thePeter 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 wOk 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 addreOn 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(20Hello
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 STDOn 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/mysqljsmforum@(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 masterTry
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
--
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 slHola.
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
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 uAndre
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 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 servYour 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 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 MeOn 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 passI 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 INThis 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.
atI '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 theIn 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
> automaticHi 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 theBest 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 probleHey 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 Mpradhuman 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 spChris 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 pDavid 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 specifiOn 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 " "geoOn 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 sHi 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 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 |
|
 |