<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>DIYMacServer &#187; Forum: MySQL - Recent Topics</title>
<link>http://diymacserver.com/forum/</link>
<description>DIYMacServer &#187; Forum: MySQL - Recent Topics</description>
<language>en</language>
<pubDate>Wed, 08 Feb 2012 06:40:25 +0000</pubDate>

<item>
<title>zelda on "MySQL-5.5.8 Install Confusion"</title>
<link>http://diymacserver.com/forum/topic/mysql-558-install-confusion#post-909</link>
<pubDate>Wed, 19 Jan 2011 16:12:22 +0000</pubDate>
<dc:creator>zelda</dc:creator>
<guid isPermaLink="false">909@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I am having trouble getting the newest version of MySql-5.5.8 to startup on my Snow Leopard, 64-bit Intel arch., iMac and am wondering if i screwed-up the installation process or did not follow direction right:&#60;br /&#62;
I downloaded the MacOSX dmg package mysql-5.5.8-osx10.6-x86_64.dmg&#60;br /&#62;
and ran the installer, but did not install the Preference Pane as instructed in documentation.&#60;/p&#62;
&#60;p&#62;However, here's where i get confused you recently stated that,&#60;br /&#62;
&#60;blockquote&#62;you no longer need to compile MySQL. Which is excellent news as it simplifies the setup and a lot of the problems I see here from users.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;So installed MySQL but do i now skip your &#34;Compiling MySQL 5.1.x in 64 bits mode on Snow Leopard&#34; instructions in the documentation?&#60;/p&#62;
&#60;p&#62;I created the .bash_profile file and placed it in my home directory to be able to use MySQL commands from the Terminal but now something called .bash_profile.swp as showed up there too and seems to be messing something up as i cannot access MySQL from the Terminal saying it&#60;br /&#62;
&#60;blockquote&#62;ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)&#60;/blockquote&#62;
 Looking inside this .swp file reveals:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;b0VIM 7.2&#60;/p&#62;&#60;/blockquote&#62;</description>
</item>
<item>
<title>LarryL on "documentation link"</title>
<link>http://diymacserver.com/forum/topic/documentation-link#post-899</link>
<pubDate>Tue, 16 Nov 2010 17:11:17 +0000</pubDate>
<dc:creator>LarryL</dc:creator>
<guid isPermaLink="false">899@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Richard, just a small discrepancy in documentation. Both the Leopard and Snow Leopard pages for Securing Your MySQL Install link to the Compiling Apache page and skip the Starting MySQL page.
&#60;/p&#62;</description>
</item>
<item>
<title>aurora72 on "No readline/rlstdc.h file error while compiling MySQL 5.1.42"</title>
<link>http://diymacserver.com/forum/topic/no-readlinerlstdch-file-error-while-compiling-mysql-5142#post-781</link>
<pubDate>Wed, 24 Feb 2010 10:51:31 +0000</pubDate>
<dc:creator>aurora72</dc:creator>
<guid isPermaLink="false">781@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I've posted a little &#60;a href=&#34;http://diymacserver.com/installing-mysql/compiling-mysql-51x-in-64-bits-mode-on-leopard/&#34;&#62; problem here&#60;/a&#62; as a comment. Here is the problem:&#60;/p&#62;
&#60;p&#62;I try to compile MySQL 5.1.42 using the configuration options provided for Intel. The configuration works fine but at the make stage, it gives the following error:&#60;/p&#62;
&#60;p&#62;xmalloc.h:29:31: error: readline/rlstdc.h: No such file or directory&#60;/p&#62;
&#60;p&#62;My system: MAC OS X 10.5.8 XCode 3.1 1.83GHz Intel Core 2 Duo.&#60;/p&#62;
&#60;p&#62;Any suggestions?&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>dw on "Mysql port listed as &#34;0&#34; ?"</title>
<link>http://diymacserver.com/forum/topic/mysql-port-listed-as-0#post-606</link>
<pubDate>Sun, 28 Dec 2008 00:24:53 +0000</pubDate>
<dc:creator>dw</dc:creator>
<guid isPermaLink="false">606@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;Still trying to get everything up and running on Leopard. Resolved at least 1 strange issue which I'll report on after I make sure everything works. &#60;/p&#62;
&#60;p&#62;I am continuing to have a problem with tools like dspam and sqlgrey connecting to mysql. With a lot of retrying and searching, the one thing I've come across that seems strange is that when I enter mysql_config, it tells me the following:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
--cflags         [-I/usr/local/mysql/include/mysql -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT]&#60;br /&#62;
    --include        [-I/usr/local/mysql/include/mysql]&#60;br /&#62;
    --libs           [-L/usr/local/mysql/lib/mysql -lmysqlclient -lz -lm]&#60;br /&#62;
    --libs_r         [-L/usr/local/mysql/lib/mysql -lmysqlclient_r -lz -lm]&#60;br /&#62;
    --socket         [/tmp/mysql.sock]&#60;br /&#62;
    --port           [0]&#60;br /&#62;
    --version        [5.0.67]&#60;br /&#62;
    --libmysqld-libs [-L/usr/local/mysql/lib/mysql -lmysqld -lz -lm]&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;What's strange is that the port is listed as 0, although in my.cnf the port is declared as 3306.&#60;/p&#62;
&#60;p&#62;I'll keep googling, but if anyone has an idea, please let me know.&#60;/p&#62;
&#60;p&#62;Dave
&#60;/p&#62;</description>
</item>
<item>
<title>jstubbs on "Mysql on 10.5 ppc"</title>
<link>http://diymacserver.com/forum/topic/mysql-on-105-ppc#post-557</link>
<pubDate>Wed, 10 Sep 2008 19:56:11 +0000</pubDate>
<dc:creator>jstubbs</dc:creator>
<guid isPermaLink="false">557@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;There are two different versions of 5.0.67 mysql available on the download site. One is the usual dmg file for 10.5, but seems to be intel only. The other is a tar'd package for 10.5 ppc. &#60;/p&#62;
&#60;p&#62;What puzzled me for a second is that there is no dmg for 10.5 ppc machines. Poking around in the forums, there's a post that the 10.4 ppc dmg file is appropriate for a 10.5 ppc machine. Any one have experience with one or the other?&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
</item>
<item>
<title>jstubbs on "Still need to recompile MySQL"</title>
<link>http://diymacserver.com/forum/topic/still-need-to-recompile-mysql#post-554</link>
<pubDate>Mon, 08 Sep 2008 18:25:23 +0000</pubDate>
<dc:creator>jstubbs</dc:creator>
<guid isPermaLink="false">554@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Richard,&#60;/p&#62;
&#60;p&#62;My old G3 finally gave the ghost. Got my hands on a G4, installed 10.5, downloaded the 5.0.67 ppc package (32 bit) of mysql. I unpacked it and was poking around. I noticed that there are shared libraries inside of lib. Still need to recompile the source code?&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
</item>
<item>
<title>mastertk on "Database doesn&#039;t start"</title>
<link>http://diymacserver.com/forum/topic/database-doesnt-start#post-526</link>
<pubDate>Mon, 11 Aug 2008 20:35:03 +0000</pubDate>
<dc:creator>mastertk</dc:creator>
<guid isPermaLink="false">526@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I need to create a database for a webshop.&#60;br /&#62;
I created one in phpmyadmin but it doesn't show up in the process list and I don't know how to start it.&#60;br /&#62;
Maybe someone can give me some advise.&#60;br /&#62;
Greetings Thomas
&#60;/p&#62;</description>
</item>
<item>
<title>eulipion2 on "MySQL recompile problems"</title>
<link>http://diymacserver.com/forum/topic/mysql-recompile-problems#post-319</link>
<pubDate>Tue, 20 Feb 2007 23:37:32 +0000</pubDate>
<dc:creator>eulipion2</dc:creator>
<guid isPermaLink="false">319@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hello all,&#60;br /&#62;
Bit of a newbie here.  I've installed MySQL via the .dmg for my Powerbook G4 (OS 10.4.8, most recent system updates, Developer Tools 2.4, not 2.4.1), but when I try to recompile with shared libraries I keep getting a lot of make errors.&#60;br /&#62;
1.) is there a log of the make procedure so I can find and post the errors?&#60;br /&#62;
2.) are the directions on the &#34;Compiling MySQL&#34; page accurate?  I'm following the ppc directions exactly.&#60;br /&#62;
3.) does it matter that the .dmg file is version 5.0.27 while the source is 5.0.33?  Is there anything I need to do differently because of this?
&#60;/p&#62;</description>
</item>
<item>
<title>PeterZwarich on "configure:error mysql-5.0.37"</title>
<link>http://diymacserver.com/forum/topic/configureerror-mysql-5037#post-345</link>
<pubDate>Mon, 02 Apr 2007 19:33:31 +0000</pubDate>
<dc:creator>PeterZwarich</dc:creator>
<guid isPermaLink="false">345@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hi - I am working on the compilation instructions for MySQL.&#60;br /&#62;
after entering:&#60;br /&#62;
without-bench&#60;br /&#62;
I get this message:&#60;br /&#62;
configure: error: invalid variable name: with-server-suffix&#60;/p&#62;
&#60;p&#62;I downloaded mysql-5.0.37.&#60;/p&#62;
&#60;p&#62;peter
&#60;/p&#62;</description>
</item>
<item>
<title>Ryan on "Issues compiling 5.0.24a"</title>
<link>http://diymacserver.com/forum/topic/issues-compiling-5024a#post-120</link>
<pubDate>Tue, 03 Oct 2006 20:26:56 +0000</pubDate>
<dc:creator>Ryan</dc:creator>
<guid isPermaLink="false">120@http://diymacserver.com/forum/</guid>
<description>Thanks Richard, got the dev tools installed and had no problems with mysql.</description>
</item>

</channel>
</rss>

