Re: Where is mysql-workbench SCM?

2015-10-16 Thread Karl-Philipp Richter
Found it (after some days of searching): https://code.launchpad.net/ubuntu/+source/mysql-workbench must be the official repository according to https://dev.mysql.com/doc/refman/5.7/en/installing-development-tree.html. -Kalle Am 15.10.2015 um 22:11 schrieb Karl-Philipp Richter: > Hi, > Th

Where is mysql-workbench SCM?

2015-10-15 Thread Karl-Philipp Richter
Hi, The only list of mysql-related SCM repositories I found was https://github.com/mysql which didn't contain a repository for `mysql-workbench`. I only found the source tarball at http://dev.mysql.com/downloads/workbench/. The development section at http://dev.mysql.com/downloads/workbench/

Event feature already working in Server 5.1.37

2010-01-23 Thread Philipp Maske [Location Bretagne]
to give up using it- but fortunately I tried it on my 5.1.37 server and it works fine.. So I you have a MySQL server version prior 5.1.6 an need the Event feature - I suggest just give it a try . Friendly Philipp Maske Software Developer Dipl.-Oec. Philipp Maske Location Bretagne

fulltext substringsearches?

2007-03-20 Thread Philipp Wabinski
with apple. Is it possible to seachr for *ppl* and find entries that contain apple or something like this without a like-search and and a full table scan? Thanks for any help Philipp -- View this message in context: http://www.nabble.com/fulltext-substringsearches--tf3433702.html#a9572461 Sent

Can't connect to local MySQL server through socket

2005-03-22 Thread Philipp Snizek
read SpamAssassin preferences from the database. I checked for the sticky bit on mysql.sock. No change. I added all in /var/lib/mysql/ to the 'daemon' group. No change. I hope somebody here can help me. I'm pretty much lost with this. Thanks Philipp -- MySQL General Mailing List For list

RE: referencial integrity problem

2005-02-23 Thread Philipp Snizek
sec) Philipp -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: referencial integrity problem

2005-02-23 Thread Philipp Snizek
Hi thanks for your help and your answers, it works now. foreign key (ownerdomain) references domains(domain) on delete cascade ^^ was missing. Philipp -Original Message- From: Philipp Snizek [mailto:[EMAIL PROTECTED] Sent

referencial integrity problem

2005-02-22 Thread Philipp Snizek
on delete cascade ); if I use the delete command like delete from domains where id_domains='1' the dataset that belongs to id 1 in domains is deleted while the email addresses belonging to this domain are left untouched. What am I missing? thanks Philipp -- MySQL General Mailing List For list archives

RE: referencial integrity problem

2005-02-22 Thread Philipp Snizek
make it work that way either. Philipp Hi I run a Postfix MTA attached to a mysql DB with various domains on it. A domain consists of email addresses. When I want to delete the domain the referenced email addresses should be deleted, too. But that doesn't work and I don't know why

RE: referencial integrity problem

2005-02-22 Thread Philipp Snizek
not null, belongs_to integer not null, foreign key (belongs_to) references domains on delete cascade ) type=innodb; Philipp Rhino - Original Message - From: Philipp Snizek [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Mysql List (E-mail) mysql@lists.mysql.com Sent: Tuesday, February 22

RE: InnoDB Row Lock test (A query maybe?)

2005-02-22 Thread Philipp Snizek
' (errno: 150) Where can I lookup up error codes? Thanks Philipp -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Mysql 4.0.18 crashed6384512

2004-03-31 Thread Philipp Steinkrüger
3044402982 040316 16:27:10 InnoDB: Starting an apply batch of log records to the database... InnoDB: Progress in percents: 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 InnoDB: Apply batch completed Regards, Philipp

memory leaks

2003-08-19 Thread Johannes Philipp Grohs
00 00 Object dump complete. Do you know how to avoid this problem? Thank you very much Philipp Grohs PS: I am working with MS Visual C++ 6.0 -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Selected items delete

2003-04-02 Thread Philipp Specht
Hi! Pag wrote: If i was too confusing, maybe this helps: How can i delete the records whose num field is 4,78,34 and 23, all in one command? Something along delete * in 'table' where num=1 and num=13 and num=34 etc. DELETE FROM table WHERE num=1 OR num=13 OR num=34 or better:

Re: Process Limit on Linux ?

2003-03-19 Thread Philipp
. Please someone correct me if i am wrong. Regards, Philipp On Wed, 19 Mar 2003 10:41:21 +0100 Joseph Bueno [EMAIL PROTECTED] wrote: Hi, Since shm (shared memory) in Unix/Linux is only used to share memory between independent processes and mysql server is a single process (multi-threaded), I am

Re: Process Limit on Linux ?

2003-03-19 Thread Philipp
that mysql is not able to handle this amount of connections ? My best Regards, Philipp On Wed, 19 Mar 2003 10:01:38 -0600 Dan Nelson [EMAIL PROTECTED] wrote: In the last episode (Mar 19), Philipp said: thank you for your answer. While i was reading about clustering some weeks ago i read

Re: Process Limit on Linux ?

2003-03-18 Thread Philipp
Philipp - Original Message - From: walt [EMAIL PROTECTED] To: Philipp [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, March 17, 2003 6:48 PM Subject: Re: Process Limit on Linux ? Philipp wrote: Hi there, i wrote several times to the list asking for help with a problem

Re: Process Limit on Linux ?

2003-03-18 Thread Philipp
Hi Walt, i am using PHP to generate the connections. The maximum was around 750 Connections. I am sure it never was more then 800. At the moment i have queries per second avg: 548.286 Regards, Philipp - Original Message - From: walt [EMAIL PROTECTED] To: Philipp [EMAIL PROTECTED] Sent

Process Limit on Linux ?

2003-03-16 Thread Philipp
memory should be no problem . Please, if you have any ideas, let me know. If it is a kernel issue, tell me to go to linux mailing lists or if its some kind of secret issue only the support will be able to answer let me know that. Thanks in advance, Philipp

Problem: mysql can't create new thread.

2003-02-19 Thread Philipp
threads ? Regards, Philipp - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail [EMAIL PROTECTED] To unsubscribe

Re: CREATE TABLE, NOT NULL fields, and empty strings

2003-02-09 Thread Philipp Specht
value is the empty string. For ENUM, the default is the first enumeration value (if you haven't explicitly specified another default value with the DEFAULT directive). Good night, Philipp - Before posting, please check: http

Re: 3.23 thread error - help/advice please

2003-01-28 Thread Philipp
problem by raising this value, in my case with the tool ulimit. i call it with the appopriate paramter in safe_mysqld. there is already a ulimit call in safe_mysqld to raise thie number of allowed open files. i added my ulimit right after that line... hope that helps... regards, philipp

Re: 3.23 thread error - help/advice please

2003-01-28 Thread Philipp
and after the above section to verify: ulimit -a /tmp/mysql-ulimit.txt That will print all ulimit restrictions to /tmp/mysql-ulimit.txt. Regards, Philipp - Original Message - From: my5ql _ [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, January 28, 2003 6:05

Rollback problem

2003-01-24 Thread Philipp Specht
at http://www.phlybye.de/sql.txt . Thanks, bye, Philipp - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail [EMAIL

mysql: field type of double without scientific notation

2003-01-21 Thread Philipp Sutter
I have a Mysql-table with a field of type double. when i retrieve very small numbers from this table I get them allways in a scientific notation: i.e. 8.34e-05. what i have to do, that i get the same number in normal notation: 0.834? thank you for any hints in advance! philipp

Re: mysql: field type of double without scientific notation

2003-01-21 Thread Philipp Sutter
Roger Baklund: * Philipp Sutter I have a Mysql-table with a field of type double. when i retrieve very small numbers from this table I get them allways in a scientific notation: i.e. 8.34e-05. what i have to do, that i get the same number in normal notation: 0.834? See

Re: MySQL Server Crashes under heavy load

2003-01-17 Thread Philipp
. although this box is serving blazing fast even at peak times i think you should cluster if you expect that the hits increase... best regards, philipp - Original Message - From: Joseph Bueno [EMAIL PROTECTED] To: Chavvon Smith [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, January 17

Re: Loading a database into RAM

2003-01-14 Thread Philipp
Hi, if your system suddenly crashs all changes to the database are lost. be aware of this ! regards, philipp p - Original Message - From: Shamit Verma [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 14, 2003 11:01 AM Subject: Re: Loading a database into RAM You may

Re: table_cache too high?

2002-11-20 Thread Philipp Steinkrueger
/sysctl.conf. Regards, Philipp - Original Message - From: Thomas Seifert [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 20, 2002 3:25 PM Subject: Re: table_cache too high? and how on-the-fly? Thomas On Wed, 20 Nov 2002 09:18:15 -0500 Ken Menzel [EMAIL PROTECTED

Re: How MySQL Works?

2002-11-07 Thread Philipp Steinkrueger
and how to do a query and this stuff. just go read the documentation at www.mysql.com. good luck, philipp - Original Message - From: Unidux (S) - Han Lin [EMAIL PROTECTED] To: Michael T. Babcock [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, November 07, 2002 3:06 PM Subject: Re

thread creation problem

2002-10-07 Thread Philipp Steinkrueger
-max': fs/file-max = 65536 Do you need anything else ? Sorry if the mail got to long, but i dont know what you need to help me... Best Regards and thank you, Philipp - Before posting, please check: http://www.mysql.com

mysql on OS X PROBLEM!

2002-09-12 Thread philipp ringli
hi all, i am running OS X 10.2 and this version of mysql: mysql status -- ./bin/mysql Ver 11.18 Distrib 3.23.51, for apple-darwin6.0 (powerpc) Connection id: 117 Current database: mysql Current user: root@localhost Current pager: stdout Using

mysql on OS X PROBLEM!

2002-09-11 Thread philipp ringli
hi all, i am running OS X 10.2 and this version of mysql: mysql status -- ./bin/mysql Ver 11.18 Distrib 3.23.51, for apple-darwin6.0 (powerpc) Connection id: 117 Current database: mysql Current user: root@localhost Current pager: stdout Using

Re: mysql on OS X PROBLEM!

2002-09-11 Thread philipp ringli
hi rene, thanks for your reply. yes, i do it being root: mysql -u root -p and in phpMyAdmin i see that the grant option for root is enabled. and i am loged into phpMyAdmin as root also. i really wonder what's going on... i mean, am i missing the point in some way or another? cheers, phil