On Sat, Jan 15, 2011 at 8:07 AM, Jørn Dahl-Stamnes
wrote:
> On Saturday 15 January 2011 00:28, Johnny Withers wrote:
> > The result of your query without the join
> > probably exceeded your tmp_table_size variable. When this
> > occurs, MySQL quit writing the temp table to disk thus producing an
>
in windows command,run "sc delete SERVICENAME".
Best regards,
Sharl.Jimh.Tsin (From China **Obviously Taiwan INCLUDED**)
2011/1/15 AndrewMcHorney :
> Hello
>
> At one time I had (or at least partially) installed mysql on my laptop. I
> went to install a new version and I am getting the followi
You are missing the libmysqlclient.
I guess the problem is your makefile. make != shell
You CFLAGS should have something like this:
-L/usr/lib/mysql -lmysqlclient
(Actualy it should be LDFLAGS and LOADLIBES)
something like $(shell pkg-config --cflags $(packages) ) should work
further reading:
h
I tried that - I am getting an access denied erorr of 5.
At 06:34 AM 1/15/2011, Sharl.Jimh.Tsin wrote:
in windows command,run "sc delete SERVICENAME".
Best regards,
Sharl.Jimh.Tsin (From China **Obviously Taiwan INCLUDED**)
2011/1/15 AndrewMcHorney :
> Hello
>
> At one time I had (or at leas
Sounds like you have not the permissions
Which way was the old version installed?
Why not remove the old version with the control panel -> software?
Am 15.01.2011 18:41, schrieb AndrewMcHorney:
> I tried that - I am getting an access denied erorr of 5.
>
> At 06:34 AM 1/15/2011, Sharl.Jimh.Tsin
I installed everything using the standard gui
install. I tried to uninstall Mysql and it says I
am not an administrator even though I am logged in as one.
At 10:16 AM 1/15/2011, Reindl Harald wrote:
Sounds like you have not the permissions
Which way was the old version installed?
Why not remo
sounds like vista/win7 and UAC what has nothing to do with mysql
http://technet.microsoft.com/en-us/library/cc709691%28WS.10%29.aspx
no idea, not using windows-crap since 2006 with the exception of
Server 2008 R2 for our VMware-vCenter-Server, and yes on this
machine you can not open many folders
On 1/15/2011 02:07, Jørn Dahl-Stamnes wrote:
On Saturday 15 January 2011 00:28, Johnny Withers wrote:
The result of your query without the join
probably exceeded your tmp_table_size variable. When this
occurs, MySQL quit writing the temp table to disk thus producing an
incorrect table file. (I t