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
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/ doesn'
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
thing that begins 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-sub
ock' (13)
Thus, I cannot 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
Ph
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 PRO
+---+---+
1 row in set (0.00 sec)
Philipp
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
stfix/users.frm'
(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]
(
email varchar (80) primary key unique 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
p?
I couldn't 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
domains 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
og sequence number 0 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
00 00 00 00 00 00 00 00 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]
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:
http:/
y
possible 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 cluste
. 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
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
- 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,
>
1 Gig is used for caching, so 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
create more 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
the column type:
* For string types other than ENUM, the default 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
unted.
You can also add something like this before 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 PROTECTE
i solved my 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..
detailed log 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,
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 nor
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
. 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:
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: Loadi
o use /etc/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
>
set it up 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 PROTECTE
out of 'sysctl -a | grep file-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
-
Bef
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 outf
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
>
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 outf
34 matches
Mail list logo