Ladies, gentlemen,
Upscene Productions is proud to announce the next
version of the popular database development tool:
Database Workbench 2.8.8 has been released today!
Download a trial at: http://www.upscene.com
What's new?: http://www.upscene.com/products/dbw/whatsnew.htm
Full list of featur
Jay, mysqld_multi will do what you want, it's a tool to help you manage
two or more mysql daemons on the same host. You can either have the two
databases bind to different IPs or same IP and different ports.
To the other replies in this thread: why wouldn't you want to have
development databases o
Hello,
I'm trying to set a password for a user with the command:
mysql> set password for 'gamito'@'localhost'=password('bla');
but i always get the error:
ERROR 1133 (42000): Can't find any matching row in the user table
although i'm pretty sure that he user exists.
I'm using MySQl version 4.1
At 01:54 PM 9/27/2006, you wrote:
I have a very busy 14,000,000 record table. I made a new version of
the table, that's more efficient, and now I just need to copy over
the data. Just about anything I try swamps the machine and locks up
MySQL with "too many connections" because it's so damn busy.
I want to thank all of you that responded to my question. I
have not tried all of the programs yet, but I think I will when I get
time. I have tried DBTools Manager Enterprise Edition and it does
what I was looking for and more. I might even purchase it after I
test it some more and
Hi,
I wanna create a mysql-cluster with two data-nodes running on
linux-servers.
so I've got two linux-servers available but for the management-node I'd
need a third one..
I just wanna test my app first to see how it is running in a cluster,
later in production there'll be three linux-servers.
so