Re: mysql for freebsd 6.0

2006-03-23 Thread kalin mintchev
/usr/ports/databases/mysql50-server/ /usr/ports/databases/mysql51-server/ I suggest you familiarize yourself with the search feature at http://www.freebsd.org/ports/ thanks. familiar with it... doesn't always work... look for mplayer-plugin for example... i've tried to build this for the

mysql start on boot

2006-03-22 Thread eoghan
Hi Can I add something to my rc.conf to have mysql start at boot, something like: mysql_enable=YES? Thanks Eoghan ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

mysql for freebsd 6.0

2006-03-22 Thread kalin mintchev
hi all... i can't see the mysql 5 version for freebsd 6.0 on the mysql developer site? am i blind or it's on purpose?!?! curious... and actually need it... thanks... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: mysql for freebsd 6.0

2006-03-22 Thread Russell E. Meek
kalin mintchev wrote: hi all... i can't see the mysql 5 version for freebsd 6.0 on the mysql developer site? am i blind or it's on purpose?!?! curious... and actually need it... thanks... ___ freebsd-questions@freebsd.org mailing list

Do you use MySQL?

2006-03-16 Thread Greg 'groggy' Lehey
If you use MySQL on FreeBSD, you have many choices, probably too many: which version of FreeBSD? Which version of MySQL? Which threading libraries? Where do you get the MySQL software from? How do you install it? In all likelihood you'd be happier with less choice: just the right one

Re: Do you use MySQL?

2006-03-16 Thread Andrew Pantyukhin
On 3/16/06, Greg 'groggy' Lehey [EMAIL PROTECTED] wrote: Disclaimer: we run four mysql/freebsd servers under low load (a few web apps with 10-100 users). The servers are almost always idle. - Which version of FreeBSD are you running? Latest releases. 6.0 at the time, 6.1 as soon as the tree

Re: Do you use MySQL?

2006-03-16 Thread Chuck Swiger
Greg 'groggy' Lehey wrote: [ ... ] - Which version of FreeBSD are you running? 4.11, 5.4, 5-STABLE, 6-STABLE - Which version of MySQL are you running? Generally: mysql-server-4.1.18_2 Multithreaded SQL database (server) [ using native pthreads ] - If you're not running MySQL 5.0, why

Re: Do you use MySQL?

2006-03-16 Thread Daniel A.
On 3/16/06, Greg 'groggy' Lehey [EMAIL PROTECTED] wrote: If you use MySQL on FreeBSD, you have many choices, probably too many: which version of FreeBSD? Which version of MySQL? Which threading libraries? Where do you get the MySQL software from? How do you install it? In all likelihood

Re: Do you use MySQL?

2006-03-16 Thread Riemer Palstra
On Thu, Mar 16, 2006 at 11:18:46AM +0100, Greg 'groggy' Lehey wrote: - Which version of FreeBSD are you running? A mixture of 5.4 and 6.0 (new installs currently get 6.0, I plan on checking 6.1 and making it the default in the coming weeks or so). - Which version of MySQL are you running

Re: Do you use MySQL?

2006-03-16 Thread DAve
Greg 'groggy' Lehey wrote: - Which version of FreeBSD are you running? 4.11 and 5.4 We will not be upgrading to 6 anytime soon if at all. - Which version of MySQL are you running? 4.0.2 - If you're not running MySQL 5.0, why not? Why should we use 5.0? We use MySQL in a production

Re: Do you use MySQL?

2006-03-16 Thread DAve
DAve wrote: Greg 'groggy' Lehey wrote: - If you're not running MySQL 5.0, why not? Also we have many older pieces of hardware that cannot run a newer version because the older hardware cannot support the newer OS, which in turn is required to run the newest MySQL. The new MySQL

Re: Do you use MySQL?

2006-03-16 Thread Kövesdán Gábor
Greg 'groggy' Lehey wrote: - Which version of FreeBSD are you running? FreeBSD 5.3/amd64 - Which version of MySQL are you running? 4.1.18 - If you're not running MySQL 5.0, why not? I tried to find benchmarks to decide if it's worth to upgrade or not, but I didn't find any

Re: mysql install problems.

2006-03-06 Thread Derrick MacPherson
Derrick MacPherson wrote: Trying to upgrade mysql from 40 to 50 on a 5.4 system. The client will update, but when I go to update the server, I get the following error. I was able to use pkg_add get 5.0.2 installed so at least it's functioning. I've tried to reinstall 40, and then deinstall

mysql install problems.

2006-03-05 Thread Derrick MacPherson
Trying to upgrade mysql from 40 to 50 on a 5.4 system. The client will update, but when I go to update the server, I get the following error. I was able to use pkg_add get 5.0.2 installed so at least it's functioning. I've tried to reinstall 40, and then deinstall, but it doesn't seem to help

Re: PHP for MySQL question

2006-03-02 Thread Robert Uzzi
Forwarding to the list. A quick google make's me think aclocal is part of automake and I actually found several versions on my system. Check your system and if one is not installed that could be the problem. I would have thought it would have been installed as a dependency by something along

MySQL - FBSD 6.0 Freezing server.

2006-03-01 Thread Grant Peel
Hi all, I been getting server freezups the past two weeks, but have determined it is happening when connecting to mysql port 3306 remotely. I have a firewall, so I am only one whe can connect to port 3306. I connected this morning, and sure enough the server frooze. It frooze during

PHP for MySQL question

2006-03-01 Thread John Cruz
Hi all, I've been a member a few days, this is my first post. I'm trying to install mysql support for PHP on my FreeBSD6.0 box, but when I try to install the port /databases/php5-mysql, this is what I get: --- === php5-mysql

Re: PHP for MySQL question

2006-03-01 Thread John Cruz
Sorry, the make install file.txt didn't copy everything. Here's the output copied from putty --- taurus# cd /usr/ports/databases/php5-mysql taurus# make install === php5-mysql-5.1.2_1 depends on executable: phpize - found === php5-mysql-5.1.2_1 depends

Re: PHP for MySQL question

2006-03-01 Thread Robert Uzzi
Sorry, the make install file.txt didn't copy everything. Here's the output copied from putty --- taurus# cd /usr/ports/databases/php5-mysql taurus# make install === php5-mysql-5.1.2_1 depends on executable: phpize - found === php5-mysql-5.1.2_1

Re: PHP for MySQL question

2006-03-01 Thread John Cruz
Robert Uzzi wrote: Install the meta-port lang/php5-extensions and it will install the php5 modules. I tried that, it still gives me the same thing about the aclocal15 not being found. It doesn't stop with the mysql part of php either, there's other stuff earlier in the php extentions list

Re: PHP for MySQL question

2006-03-01 Thread Robert Uzzi
I tried that, it still gives me the same thing about the aclocal15 not being found. It doesn't stop with the mysql part of php either, there's other stuff earlier in the php extentions list it stops on as well. -john I'm not seeing the problem here or on another system but a quick scan

Re: Problem with mysql-server.sh script (5.0.18 on 6.1-PRE)

2006-02-28 Thread Björn König
James Long schrieb: Hello, I suppose the owner of /var/db/mysql is not mysql. Check this and show ls -ld /var/db/mysql. Thank you for your reply. www : 23:54:45 /root# ls -ld /var/db/mysql drwx-- 4 mysql mysql 512 Feb 27 21:52 /var/db/mysql/ Ok, I would try to delete /var/db

Re: Problem with mysql-server.sh script (5.0.18 on 6.1-PRE)

2006-02-28 Thread James Long
- Forwarded message from James Long [EMAIL PROTECTED] - Date: Tue, 28 Feb 2006 01:48:09 -0800 From: James Long [EMAIL PROTECTED] To: Bj?rn K?nig [EMAIL PROTECTED] Cc: Jeremy Cole [EMAIL PROTECTED] Subject: Re: Problem with mysql-server.sh script (5.0.18 on 6.1-PRE) In-Reply-To: [EMAIL

Problem with mysql-server.sh script (5.0.18 on 6.1-PRE)

2006-02-27 Thread James Long
I'm migrating a system from MySQL 3.x to 5.0.18 on a server running 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Wed Feb 22 08:53:15 PST 2006. With no mysql running: www : 19:42:23 /usr/local/etc/rc.d# ps -axl | grep mysql www : 19:42:33 /usr/local/etc/rc.d# And the following defined: www : 19

Re: Problem with mysql-server.sh script (5.0.18 on 6.1-PRE)

2006-02-27 Thread Björn König
Hello, I suppose the owner of /var/db/mysql is not mysql. Check this and show ls -ld /var/db/mysql. Björn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Problem with mysql-server.sh script (5.0.18 on 6.1-PRE)

2006-02-27 Thread James Long
Hello, I suppose the owner of /var/db/mysql is not mysql. Check this and show ls -ld /var/db/mysql. Thank you for your reply. www : 23:54:45 /root# ls -ld /var/db/mysql drwx-- 4 mysql mysql 512 Feb 27 21:52 /var/db/mysql/ ___ freebsd

dovecot-1.0.alpha5 + mysql

2006-02-24 Thread fa
Hi. Sorry if this is a wrong place to ask. I've just compiled dovecot-1.0.alpha5 with mysql support.from freebsd ports (FreeBSD 6.0-RELEASE). It looks like dovecot has problems connecting to mysql. In the log I'm getting: dovecot: Feb 24 16:57:41 Error: auth-worker(default): mysql: Connect

Re: dovecot-1.0.alpha5 + mysql

2006-02-24 Thread Peter Giessel
On Friday, February 24, 2006, at 10:21AM, fa [EMAIL PROTECTED] wrote: Hi. Sorry if this is a wrong place to ask. I've just compiled dovecot-1.0.alpha5 with mysql support.from freebsd ports (FreeBSD 6.0-RELEASE). It looks like dovecot has problems connecting to mysql. What version of MySQL

Re: dovecot-1.0.alpha5 + mysql

2006-02-24 Thread Wes Santee
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 fa wrote: Hi. Sorry if this is a wrong place to ask. I've just compiled dovecot-1.0.alpha5 with mysql support.from freebsd ports (FreeBSD 6.0-RELEASE). It looks like dovecot has problems connecting to mysql. In the log I'm getting: dovecot

Re: Looking for a mentor on php/mysql

2006-02-23 Thread Duane Whitty
Robert Uzzi wrote: I am trying to teach my self php/mysql/html programming. I have done native static html web sites before. Running FreeBSD 6.0 with apache13, php, and mysql all installed and working. Have read a few php books and searched the web for code snippets. Have been on some

Build Backwards Compatible MySQL Client Libs

2006-02-23 Thread Don O'Neil
Hi all... I have some OLD programs I don't have the source for that were built with the MySQL 3.23.55 client libraries. They still work great, even when using those libraries to connect to 4.1.18 Mysql (I have a copy of the old lib in the new lib dir) However, is there some way I can build a 3

Looking for a mentor on php/mysql

2006-02-22 Thread fbsd_user
I am trying to teach my self php/mysql/html programming. I have done native static html web sites before. Running FreeBSD 6.0 with apache13, php, and mysql all installed and working. Have read a few php books and searched the web for code snippets. Have been on some of the php forum sites

Re: Looking for a mentor on php/mysql

2006-02-22 Thread Robert Uzzi
I am trying to teach my self php/mysql/html programming. I have done native static html web sites before. Running FreeBSD 6.0 with apache13, php, and mysql all installed and working. Have read a few php books and searched the web for code snippets. Have been on some of the php forum sites

Re: Looking for a mentor on php/mysql

2006-02-22 Thread Daniel A.
good at coding PHP. On 2/22/06, fbsd_user [EMAIL PROTECTED] wrote: I am trying to teach my self php/mysql/html programming. I have done native static html web sites before. Running FreeBSD 6.0 with apache13, php, and mysql all installed and working. Have read a few php books and searched

Re: Remving All of MySQL Database

2006-02-18 Thread Björn König
Roman Shakin schrieb: hello i need to remove all of the mysql databases... i messed it up... and now cant log in? please help. I tried deleting the /var/dg/mysql and running mysql_install_sh just start mysql after removing the database, i.e. /usr/local/etc/rc.d/mysql-server.sh stop rm -R

Remving All of MySQL Database

2006-02-17 Thread Roman Shakin
hello i need to remove all of the mysql databases... i messed it up... and now cant log in? please help. I tried deleting the /var/dg/mysql and running mysql_install_sh --roman ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: Remving All of MySQL Database

2006-02-17 Thread Robert Uzzi
hello i need to remove all of the mysql databases... i messed it up... and now cant log in? please help. I tried deleting the /var/dg/mysql and running mysql_install_sh Try looking at the MySQL manual. http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html

Mysql 5 Cluster FreeBSD

2006-02-16 Thread Mathieu CHATEAU
Hello, Mysql Cluster is now part of Mysql 5. Does someone successfully set up a Mysql 5 cluster on FreeBSD 5.4 ? thanks in advance, Mathieu CHATEAU ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Mysql 5 Cluster FreeBSD

2006-02-16 Thread Robert Uzzi
Add this to /usr/local/etc/pkgtools.conf in your MAKE_ARGS statement. It's the WITH_NDB=1 switch that will enable building with cluster support, the rest is up to you. Then use the portinstall command to build the port. From there on it is like any other OS to build the MySQL cluster. MAKE_ARGS

Re[2]: Mysql 5 Cluster FreeBSD

2006-02-16 Thread Mathieu CHATEAU
Hello Robert, thank you for your support ! do you have a mysql cluster on FreeBSD in production ? do you think it can run on a 2 nodes cluster ? I am willing fault tolerant system, not high performance (but the standard replication master/slave isn't enough fault tolerant for me) thanks

MySQL Connection Problems

2006-02-09 Thread Michael Jeung
Hello all, I'm running into a intermittent and very annoying problem with all of my servers. I'm currently running FreeBSD 4.11, exim-4.51-0, and mySQL 4.1.13. My exim config is setup to have exim do a mySQL lookup in order to determine whether a given user's e-mail is hosted by our e

MySQL port

2006-02-08 Thread Robert Uzzi
Am I missing something or is the MySQL ports missing the switches to compile with the CSV engine enabled? Mysql itself has them but not the port? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: MySQL version for 6.0

2006-02-06 Thread Björn König
Greg 'groggy' Lehey schrieb: I'd be interested to know why you recommend version 4.1 over 5.0. I still had not enough time to investigate 5.0. I just ran sql-bench a few times on a dual Pentium III 733 machine and noticed that 5.0 was up to 10% slower than 4.1 with the default

Updating php5-mysql-5.1.1

2006-02-06 Thread Gerard Seibert
I have not been able to update from version 'php5-mysql-5.1.1' to 'php5-mysql-5.1.2_1'. I continually receive an error message. I have created a log of the actual build available here: http://www.seibercom.net/log/php5-mysql-build The listing of /var/db/pkg: http://www.seibercom.net/log/files

MySQL install fails - can't find mysqlclient.14

2006-02-06 Thread Seth Burgess
I am working on installing MySQL 4.1 - Server on Freebsd 4.8. I have gone through several tries and am now stuck with the following error which comes up very quickly when I run make. seth# make === mysql-server-4.1.16 depends on file: /usr/local/bin/libtool15 -found

Re: MySQL install fails - can't find mysqlclient.14

2006-02-06 Thread Kent Stewart
On Monday 06 February 2006 14:18, Seth Burgess wrote: I am working on installing MySQL 4.1 - Server on Freebsd 4.8. I have gone through several tries and am now stuck with the following error which comes up very quickly when I run make. seth# make === mysql-server

Re: MySQL version for 6.0

2006-02-06 Thread Greg 'groggy' Lehey
that 5.0 was up to 10% slower than 4.1 with the default configuration. So my recommendation is neither binding nor reasonable; it's just a random proposal according to my feeling. :-) If people do have issues with MySQL performance, let me remind you of the mailing lists at http://forums.mysql.com

Re: MySQL install fails - can't find mysqlclient.14

2006-02-06 Thread Greg 'groggy' Lehey
On Monday, 6 February 2006 at 14:28:31 -0800, Kent Stewart wrote: On Monday 06 February 2006 14:18, Seth Burgess wrote: I am working on installing MySQL 4.1 - Server on Freebsd 4.8. I have gone through several tries and am now stuck with the following error which comes up very quickly when I

MySQL version for 6.0

2006-02-05 Thread je killen
Greetings: I'm looking to find out if there is a current version of MySQL specific for v6 FreeBSD on AMD64. I don't see one on the MySQL site and I don't know if I can successfully build it from source on this machine. thanks; Jeff K ___ freebsd

Re: MySQL version for 6.0

2006-02-05 Thread Björn König
je killen schrieb: Greetings: I'm looking to find out if there is a current version of MySQL specific for v6 FreeBSD on AMD64. I don't see one on the MySQL site and I don't know if I can successfully build it from source on this machine. thanks; Jeff K You can use FreeBSD's software

RE: MySQL version for 6.0

2006-02-05 Thread fbsd_user
Look in the FreeBSD ports system for mysql-server. its there -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of je killen Sent: Sunday, February 05, 2006 3:45 PM To: freebsd-questions@freebsd.org Subject: MySQL version for 6.0 Greetings: I'm looking to find

Re: MySQL version for 6.0

2006-02-05 Thread Greg 'groggy' Lehey
On Sunday, 5 February 2006 at 22:00:13 +0100, Bjrn Knig wrote: je killen schrieb: Greetings: I'm looking to find out if there is a current version of MySQL specific for v6 FreeBSD on AMD64. I don't see one on the MySQL site and I don't know if I can successfully build it from source

Cracking MySQL Passwords

2006-02-02 Thread Drew Tomlinson
I'm frantically trying to recreate 3 users in the mysql.user table after accidentally deleting them. I have the names and the password hashes but don't know the password. I installed the security/john port but it does not seem to support mysql cracking. Google searches have revealed patches

Re: Cracking MySQL Passwords

2006-02-02 Thread Peter Giessel
password then login to mysql as root and: use mysql; update user set Password=password hash where User=recreated user; flush privaleges; ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Cracking MySQL Passwords

2006-02-02 Thread Drew Tomlinson
the password. Recreate then users with a different password then login to mysql as root and: use mysql; update user set Password=password hash where User=recreated user; flush privaleges; Thank you very much. That should work! Drew -- Visit The Alchemist's Warehouse Magic Tricks, DVDs

exim-mysql requires ldconfig but doesn't?

2006-02-01 Thread daniel quinn
for exim-mysql with the following command: # portupgrade --package --recursive --new exim-mysql And it *appears* to work. However, when I rsync the ports tree to another machine (including the newly created package in packages/All/) doing the following results in an error: # PKG_FETCH

mysql unixodbc

2006-01-29 Thread fbsd_user
I installed unixodbc mysql2odbc from the ports system. The /usr/local/etc files odbc.ini odbcinst.ini were empty. A mysql reference says odbcinst.ini should look like this [MySQL] Description = MySQL Driver Driver= /usr/local/lib/libmyodbc.so Setup = /usr/local

Starting mysql at boot time.

2006-01-29 Thread fbsd_user
I installed the mysql-server port. How do I get it to start at boot time? Is there some how-to for apache/mysql? Thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: Starting mysql at boot time.

2006-01-29 Thread Robert Slade
On Sun, 2006-01-29 at 20:32, fbsd_user wrote: I installed the mysql-server port. How do I get it to start at boot time? Is there some how-to for apache/mysql? Thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: Starting mysql at boot time.

2006-01-29 Thread Garrett Cooper
fbsd_user wrote: I installed the mysql-server port. How do I get it to start at boot time? I assume that you can do this by adding mysqld_enable=YES to rc.conf. Is there some how-to for apache/mysql? Uhm, there's a manual that's served by apache by default, so that's a good start

Re: Starting mysql at boot time.

2006-01-29 Thread Adam Nealis
fbsd_user wrote: I installed the mysql-server port. How do I get it to start at boot time? Is there some how-to for apache/mysql? If you are using FreeBSD 6, then read the start-up scripts that were installed as part of the ports. The scripts are in /usr/local/etc/rc.d

Re: mysql - linuxthreads

2006-01-28 Thread Chris
On 27/01/06, Kris Kennaway [EMAIL PROTECTED] wrote: On Fri, Jan 27, 2006 at 03:15:05PM -0500, Romeo Theriault wrote: A week or so ago I wrote to the this list asking about Freebsd and Mysql, wondering if you still needed to compile Mysql with linuxthreads to get better performance under

Re: mysql - linuxthreads

2006-01-28 Thread Kris Kennaway
On Sat, Jan 28, 2006 at 01:03:31PM +, Chris wrote: On 27/01/06, Kris Kennaway [EMAIL PROTECTED] wrote: On Fri, Jan 27, 2006 at 03:15:05PM -0500, Romeo Theriault wrote: A week or so ago I wrote to the this list asking about Freebsd and Mysql, wondering if you still needed to compile

Mysql on freebsd strange core dumps

2006-01-28 Thread Mihai Tanasescu
Hello, I'm running a mysql server mysql-server-4.1.16 on a FreeBSD 6.0-RELEASE-p1 and I'm constantly getting this: pid 82947 (mysqld), uid 88: exited on signal 11 (core dumped) (about 10-15 times a day). I ran the gdb debugger on the core dump and saw the following: Loaded symbols

mysql - linuxthreads

2006-01-27 Thread Romeo Theriault
A week or so ago I wrote to the this list asking about Freebsd and Mysql, wondering if you still needed to compile Mysql with linuxthreads to get better performance under Freebsd 6. I didn't get much of a response so I looked around for the answer. I thought I'd write back to the mailing

Re: mysql - linuxthreads

2006-01-27 Thread Kris Kennaway
On Fri, Jan 27, 2006 at 03:15:05PM -0500, Romeo Theriault wrote: A week or so ago I wrote to the this list asking about Freebsd and Mysql, wondering if you still needed to compile Mysql with linuxthreads to get better performance under Freebsd 6. I didn't get much of a response so I

Re: mysql - linuxthreads

2006-01-27 Thread Romeo Theriault
I didn't personally measure it, though someday I hope to be able to, but I did read in several places that using the ULE scheduler was the better choice to use with FreeBSD. Here are the links that are noteworthy: http://wikitest.freebsd.org/moin.cgi/MySQL http://blog.gslin.org/archives

Re: mysql - linuxthreads

2006-01-27 Thread Kris Kennaway
://wikitest.freebsd.org/moin.cgi/MySQL ^-- This just refers to this --v http://blog.gslin.org/archives/2005/12/12/252/ And this only tests ULE, so you can't conclude it's better. Kris pgpX9yOZEiEqK.pgp Description: PGP signature

php5-mysql old client

2006-01-23 Thread Christopher Umina
hello, i was wondering if it were possible to have the php5-mysql port use mysql50-client rather than mysql41-client. thank you chris e: [EMAIL PROTECTED] w: http://www.easymac.org ___ freebsd-questions@freebsd.org mailing list http

Re: php5-mysql old client

2006-01-23 Thread Matthew Seaman
Christopher Umina wrote: hello, i was wondering if it were possible to have the php5-mysql port use mysql50-client rather than mysql41-client. Put WITH_MYSQL_VER ?= 50 into /etc/make.conf, and try again. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil

mysql with linuxthreads

2006-01-21 Thread Romeo Theriault
I've read alot about FreeBsd 5.x series being so much faster with mysql when it's built with linuxthreads. Is this still true for Freebsd 6.x. If so how do I build mysql with linuxthreads? How do I know what the options are when I build any package for that matter? Thank you romeo

Re: mysql with linuxthreads

2006-01-21 Thread Kris Kennaway
On Sat, Jan 21, 2006 at 02:54:54PM -0500, Romeo Theriault wrote: I've read alot about FreeBsd 5.x series being so much faster with mysql when it's built with linuxthreads. Is this still true for Freebsd 6.x. If so how do I build mysql with linuxthreads? How do I know what the options

Re: mysql backups (was Re: Remote backups, reading from and writing to the same file)

2006-01-15 Thread Greg 'groggy' Lehey
On Sunday, 15 January 2006 at 4:28:15 +0100, Hans Nieser wrote: N.J. Thomas wrote: * Hans Nieser [EMAIL PROTECTED] [2006-01-13 00:25:14 +0100]: Among the things being backed up are my mysql database tables. This made me wonder wether the backup could possibly get borked when mysql writes

Re: mysql backups (was Re: Remote backups, reading from and writing to the same file)

2006-01-14 Thread Hans Nieser
N.J. Thomas wrote: * Hans Nieser [EMAIL PROTECTED] [2006-01-13 00:25:14 +0100]: Among the things being backed up are my mysql database tables. This made me wonder wether the backup could possibly get borked when mysql writes to any of the mysql tables while tar is reading from them. Yes

mysql backups (was Re: Remote backups, reading from and writing to the same file)

2006-01-13 Thread N.J. Thomas
* Hans Nieser [EMAIL PROTECTED] [2006-01-13 00:25:14 +0100]: Among the things being backed up are my mysql database tables. This made me wonder wether the backup could possibly get borked when mysql writes to any of the mysql tables while tar is reading from them. Yes. While MySQL is writing

Mysql-5.018 fails to build from the ports

2006-01-11 Thread Barry Byrne
Hi: I've got a freebsd 4.11-release box which is kept up to date using portupgrade. Haven't had any problem until recently - but now attempting to build mysql 5.0.18 fails. It worked as far as .16, but both .17 and .18 have failed. I get the following error: --- libtool15: link

RE: Mysql-5.018 fails to build from the ports

2006-01-11 Thread Barry Byrne
January 2006 10:42 To: 'freebsd' Subject: Mysql-5.018 fails to build from the ports Hi: I've got a freebsd 4.11-release box which is kept up to date using portupgrade. Haven't had any problem until recently - but now attempting to build mysql 5.0.18 fails. It worked as far as .16, but both

Ports dependencies questions (php5-mysql-5.1.1 and php5-mysqli-5.1.1)

2006-01-03 Thread Ian Lord
Hi, I have installed the ports php5-mysql-5.1.1 and php5-mysqli-5.1.1 during the make, the port mysql-client-4.1.16 got installed I need the newer version of mysql-client-5.x When I try to install it, I get an error saying I cannot install because mysql-client-4.1.16 is already installed

Ports dependencies questions (php5-mysql-5.1.1 and php5-mysqli-5.1.1)

2006-01-03 Thread Ian Lord
Hi, I have installed the ports php5-mysql-5.1.1 and php5-mysqli-5.1.1 during the make, the port mysql-client-4.1.16 got installed I need the newer version of mysql-client-5.x When I try to install it, I get an error saying I cannot install because mysql-client-4.1.16 is already installed

Installing mysql 5 with linuxthreads from ports

2005-12-20 Thread Valerio daelli
Hi I have problem installing mysql 50 on FreeBSD 5.4. I am trying to install it with linuxthreads and I keep getting these errors: $ cd /usr/ports/databases/mysql50-server $ make -DWITH_LINUXTHREADS -DDATA_DIR=/data/mysql CONFIGURE_ARGS=--without-debug --without-readline

Re: Can't connect to local MySQL server

2005-12-14 Thread Odhiambo Washington
* On 13/12/05 23:20 -0800, Jose Borquez wrote: I am attempting to create a mysql database so that I can install Group Office using mysqladmin create groupoffice and I keep getting the following errors: mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL

Re: Can't connect to local MySQL server

2005-12-14 Thread Jose Borquez
Odhiambo Washington wrote: * On 13/12/05 23:20 -0800, Jose Borquez wrote: I am attempting to create a mysql database so that I can install Group Office using mysqladmin create groupoffice and I keep getting the following errors: mysqladmin: connect to server at 'localhost' failed error

PHP MySQL extensions problem

2005-12-14 Thread Jose Borquez
I am attempting to configure Group Office and every time I go to the site I get the following error: * Fatal error:* The required PHP MySQL extension is not installed.Please take a look at http://www.php.net for more information about installing this extension I did a pkg_info and it says I

Re: PHP MySQL extensions problem

2005-12-14 Thread Matthew Seaman
Jose Borquez wrote: Fatal error:* The required PHP MySQL extension is not installed.Please take a look at http://www.php.net for more information about installing this extension I did a pkg_info and it says I have php5-extensions-1.0 installed. I even uninstalled them and installed them

Re: PHP MySQL extensions problem

2005-12-14 Thread Jose Borquez
Matthew Seaman wrote: Jose Borquez wrote: Fatal error:* The required PHP MySQL extension is not installed.Please take a look at http://www.php.net for more information about installing this extension I did a pkg_info and it says I have php5-extensions-1.0 installed. I even uninstalled

Order of installation for Apache, PHP, IMAP, and MySQL

2005-12-13 Thread Jose Borquez
I need to install and configure Apache, PHP, IMAP, and MySQL because I would like to install Group Office which is a groupware application sweet. I need to know if there is a specific order that I need to install the applications listed above. Any help on this would be greatly appreciated

Re: Order of installation for Apache, PHP, IMAP, and MySQL

2005-12-13 Thread Kevin Kinsey
Jose Borquez wrote: I need to install and configure Apache, PHP, IMAP, and MySQL because I would like to install Group Office which is a groupware application sweet. I need to know if there is a specific order that I need to install the applications listed above. Any help on this would

Can't connect to local MySQL server

2005-12-13 Thread Jose Borquez
I am attempting to create a mysql database so that I can install Group Office using mysqladmin create groupoffice and I keep getting the following errors: mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2

Re: Can't connect to local MySQL server

2005-12-13 Thread Björn König
Jose Borquez schrieb: I am attempting to create a mysql database so that I can install Group Office using mysqladmin create groupoffice and I keep getting the following errors: mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/tmp

Re: MySQL forgot some of my data!

2005-12-12 Thread daniel
On Thursday 08 December 2005 18:29, Joao Barros wrote: On 12/8/05, daniel [EMAIL PROTECTED] wrote: Our company has a few very large databases (9gb) which required a shut down, mysql SELECT * FROM campaigns LIMIT 0; ERROR 1017 at line 1: Can't find file: 'campaigns.MYI' (errno: 2

FreeBSD 6 and Mysql

2005-12-10 Thread mohammad babaei
Hi, Is the problem with mysql freebsd threads still remaining ? Regards ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: FreeBSD 6 and Mysql

2005-12-10 Thread Björn König
mohammad babaei schrieb: Is the problem with mysql freebsd threads still remaining ? Which problem? Björn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: FreeBSD 6 and Mysql

2005-12-10 Thread Greg 'groggy' Lehey
On Saturday, 10 December 2005 at 12:16:10 +0100, Bjrn Knig wrote: mohammad babaei schrieb: Is the problem with mysql freebsd threads still remaining ? Which problem? There have been some performance issues with MySQL on newer versions of FreeBSD. A very few people have also documented

MySQL forgot some of my data!

2005-12-08 Thread daniel
Twenty minutes passed and the server continued to say that it was indeed shutting down. The only problem was that it wasn't shutting down. The server's load was 0.00 and i could access mysql via the command-line client. Ctrl-C'ing the shutdown and restarting it didn't seem to help either

Re: MySQL forgot some of my data!

2005-12-08 Thread Joao Barros
On 12/8/05, daniel [EMAIL PROTECTED] wrote: Our company has a few very large databases (9gb) which required a shut down, mysql SELECT * FROM campaigns LIMIT 0; ERROR 1017 at line 1: Can't find file: 'campaigns.MYI' (errno: 2) Was that using MyISAM or InnoDB ? So my questions to you, deal

Re: MySQL forgot some of my data!

2005-12-08 Thread Michael Vince
... and waited Twenty minutes passed and the server continued to say that it was indeed shutting down. The only problem was that it wasn't shutting down. The server's load was 0.00 and i could access mysql via the command-line client. Ctrl-C'ing the shutdown and restarting it didn't seem

Re: use Java LDAP and MySql

2005-12-06 Thread Benjamin J Doherty
On Dec 5, 2005, at 7:14 AM, marc andela wrote: how can i use Java applications to store information in MySql database through LDAP? can i use sql statements through LDAP to make query in MySql? if all this can be possible please tell me what are the requeriments Marc: It's very possible

use Java LDAP and MySql

2005-12-05 Thread marc andela
how can i use Java applications to store information in MySql database through LDAP? can i use sql statements through LDAP to make query in MySql? if all this can be possible please tell me what are the requeriments thanks marc.andela ___ freebsd

Re: mysql 5.0 on FreeBSD 5.3

2005-11-28 Thread Greg 'groggy' Lehey
On Thursday, 24 November 2005 at 20:43:56 -0500, Kris Kennaway wrote: On Thu, Nov 24, 2005 at 04:16:49PM -0800, Ron wrote: I went to upgrade mysql from 4.1 to 5.0. I updated my ports (no problems), but when I ran: pkg_add -r mysql50-server I get: Error: FTP Unable to get ftp

Re: mysql 5.0 on FreeBSD 5.3

2005-11-28 Thread Ron
Thanks. I updated my source tree, and am about to run the following (20.4.1 in the handbook): # make buildworld # make buildkernel # make installkernel # reboot But, it then says: After installkernel finishes successfully, you should boot in single user mode (i.e. using boot -s from the

<    3   4   5   6   7   8   9   10   11   12   >