I recomend the PHP Home Edition Project at http://phphome.sourceforge.net/.
It installs PHP, Apache and MySql, all configed to work together on a
Windows machine.
Version PHP Home 2.3.2 installs PHP v.4.3.3, Apache 2.0 and MySql 4.x (Note
the latest version is 2.3.4 and includes PHP 5). I have bee
I have a project that involves several developers working on their own
machines. Each has a local copy of the database on their own machine. Since
we have some developers who develop while not connected to the network, we
cannot use a common database.
How can I version control the database so that
om test;
++--+
| id | d|
++--+
| 1 |2 |
| 2 |2 |
| 3 |2 |
++--+
3 rows in set (0.00 sec)
mysql>
= end clip =
-- Will
Will Merrell
Virtual Assistant
[EMAIL PROTECTED]
Moreland Business Solutions - Your partner in business.
h
Well, after much fussing around with RPM's and searching this list, I have
resolved my problem.
The clue was the discussion on this list regarding the glibc bug. I upgraded
to the 4.0.x RPM's that I got from the MySQL site and after I got all of the
dependency problems fixed I was able to start up
Thank you, but at this point I am pretty sure that my problem is not a
matter of entries in the user table. When I attempt to telnet into port 3306
the connection is immediately dropped. I don't really know if any connection
is actually established at all, it may be established and immediately
drop
Hi, This is the same error that I am getting, except that in my case the
server does not die, I just cant connect from another machine. All I get is
this error, which seems to be because the server is not responding to the
3306 port. or something like that.
I don't know if this is the same problem
can't connect to MySQL from an other machine at
> all. Did you start MySQL with the --skip-networking option? Try removing
> that option from the start-up scripts.
>
> \Olaf
>
In response to my Original Post:
>Will Merrell wrote:
>
>I cannot connect from my Windows mac
I cannot connect from my Windows machine to the MySQL database running on
the Linux server.
I have tried several different programs and they all report an error that
says "Lost connection to MySQL server during connection".
I have read all the articles I can find and searched the archives as well