<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Tech-Recipes - Latest Comments in Leopard: How to Install Wordpress | Mac OS X Leopard | Tech-Recipes</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><language>en</language><lastBuildDate>Thu, 01 Oct 2009 12:23:20 -0000</lastBuildDate><item><title>Re: Leopard: How to Install Wordpress | Mac OS X Leopard | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2757/leopard_how_to_install_wordpress/#comment-17940804</link><description>For Snow Leopard users you need to use the “new” password format else you will get the "error establishing a database connection" and if you use echo(mysql_error()); before the html error output in wp-includes/wp-db.php (line 343 in version 2.8.4) it will say "mysqlnd cannot connect to MySQL 4.1+ using old authentication".&lt;br&gt;&lt;br&gt;So instead of using:&lt;br&gt;&lt;br&gt;set password for wpuser@localhost = old_password('wppass');&lt;br&gt;&lt;br&gt;Use:&lt;br&gt;&lt;br&gt;set password for wpuser@localhost = password('wppass');</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">styledev</dc:creator><pubDate>Thu, 01 Oct 2009 12:23:20 -0000</pubDate></item><item><title>Re: Leopard: How to Install Wordpress | Mac OS X Leopard | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2757/leopard_how_to_install_wordpress/#comment-16098949</link><description>Thanks for the tutorial , i like it.&lt;br&gt;&lt;br&gt;Great...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tung desem</dc:creator><pubDate>Mon, 07 Sep 2009 12:35:39 -0000</pubDate></item><item><title>Re: Leopard: How to Install Wordpress | Mac OS X Leopard | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2757/leopard_how_to_install_wordpress/#comment-15153828</link><description>Hi, noob here. I startted to follow your tut and didnt get far. I had to create a .profile because there wasn't one already. So I did "nano .profile" to create it. Then I added the export path. After leaving the .profile file, I cant find a way to get back in. but also not sure how to change from local host in the terimal to run commands for the next mysql step.&lt;br&gt;&lt;br&gt;many thanks.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ben8</dc:creator><pubDate>Thu, 20 Aug 2009 20:32:11 -0000</pubDate></item><item><title>Re: Leopard: How to Install Wordpress | Mac OS X Leopard | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2757/leopard_how_to_install_wordpress/#comment-11655142</link><description>No problem!  Thanks for the startup hint.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">qdideas</dc:creator><pubDate>Tue, 23 Jun 2009 21:11:19 -0000</pubDate></item><item><title>Re: Leopard: How to Install Wordpress | Mac OS X Leopard | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2757/leopard_how_to_install_wordpress/#comment-11579131</link><description>Thanks for this excellent instructions. I have now WP 2.8 running smoothly on my Mac Mini. &lt;br&gt;&lt;br&gt;When I downloaded the mysql-5.1.35-osx10.5-x86.dmg I noticed that it included a Startup app. Once installed, this app starts up automatic the MySQL server after a reboot and no manual action is needed anymore.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tjerk Zweers</dc:creator><pubDate>Mon, 22 Jun 2009 16:38:18 -0000</pubDate></item><item><title>Re: Leopard: How to Install Wordpress | Mac OS X Leopard | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2757/leopard_how_to_install_wordpress/#comment-10824633</link><description>Thanks for a great tutorial! You saved me many hours of troubleshooting!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vadim</dc:creator><pubDate>Fri, 12 Jun 2009 22:12:45 -0000</pubDate></item><item><title>Re: Leopard: How to Install Wordpress | Mac OS X Leopard | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2757/leopard_how_to_install_wordpress/#comment-9184381</link><description>Hello,&lt;br&gt;&lt;br&gt;I got through the installation with no problem, but it won't let me login to wordpress.   When I look at the table in mysql, there is only one user 'admin'.   I can't login as my own user and I can't login as admin.   Am I missing something?   I used all the username and password settings exactly as in this tutorial.   What am I doing wrong? &lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;BD</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bill Durbin</dc:creator><pubDate>Sun, 10 May 2009 13:51:41 -0000</pubDate></item><item><title>Re: Leopard: How to Install Wordpress | Mac OS X Leopard | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2757/leopard_how_to_install_wordpress/#comment-7830657</link><description>Thanks for this. I look forward to installing Wordpress locally this week :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Schuster</dc:creator><pubDate>Sat, 04 Apr 2009 14:41:36 -0000</pubDate></item><item><title>Re: Leopard: How to Install Wordpress | Mac OS X Leopard | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2757/leopard_how_to_install_wordpress/#comment-6427105</link><description>Thanks for the recipe - I plan to do this over the weekend in order to migrate my blog from WP hosted to self hosted :-)&lt;br&gt;&lt;br&gt;Phill(synapticlight)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phillip Gibb</dc:creator><pubDate>Fri, 20 Feb 2009 04:52:46 -0000</pubDate></item><item><title>Re: Leopard: How to Install Wordpress | Mac OS X Leopard | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2757/leopard_how_to_install_wordpress/#comment-6373599</link><description>Entering "set password for 'root'@'macmini.local' = password('password');" in the third "set password" instructions produces the following error:&lt;br&gt;&lt;br&gt;ERROR 1133 (42000): Can't find any matching row in the user table&lt;br&gt;&lt;br&gt;I have tried some variations of the set password line, but no luck. Should I stop and then start Mysql, or is setting a password for this user necessary?&lt;br&gt;&lt;br&gt;Thank you for this very helpful tutorial.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Todd Wheeler</dc:creator><pubDate>Wed, 18 Feb 2009 09:25:22 -0000</pubDate></item><item><title>Re: Leopard: How to Install Wordpress | Mac OS X Leopard | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2757/leopard_how_to_install_wordpress/#comment-6306676</link><description>So far this site has been great but I am fairly new to mysql and DB's in general. When I got to the part where you have to complete the configuration from terminal I get command not found when I type in mysql -u root. Any ideas on what I am doing wrong or what I need to do to get this to work.&lt;br&gt;&lt;br&gt;Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">LANman</dc:creator><pubDate>Mon, 16 Feb 2009 11:15:30 -0000</pubDate></item><item><title>Re: Leopard: How to Install Wordpress | Mac OS X Leopard | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2757/leopard_how_to_install_wordpress/#comment-6167211</link><description>well, i guess there's more than one way to skin that cat. I went to:&lt;br&gt;/etc/profile and checked the username as such,&lt;br&gt;&lt;br&gt;if [[ $USER = "test" ]]&lt;br&gt;then&lt;br&gt;export PATH="$PATH:/usr/local/mysql/bin"&lt;br&gt;fi</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sam</dc:creator><pubDate>Tue, 10 Feb 2009 21:50:47 -0000</pubDate></item><item><title>Re: Leopard: How to Install Wordpress | Mac OS X Leopard | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2757/leopard_how_to_install_wordpress/#comment-6166778</link><description>Got stuck on "Add this line to your profile:" 'cause I can't find .profile&lt;br&gt;Get message from Terminal: The file /Users/xxx/.profile does not exist.&lt;br&gt;&lt;br&gt;Any help?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sam</dc:creator><pubDate>Tue, 10 Feb 2009 21:24:51 -0000</pubDate></item><item><title>Re: Leopard: How to Install Wordpress | Mac OS X Leopard | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2757/leopard_how_to_install_wordpress/#comment-5861761</link><description>ops, the third line is:&lt;br&gt;&lt;br&gt;cd /etc/&lt;br&gt;&lt;br&gt;and not cp /etc</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fábio Morbec</dc:creator><pubDate>Thu, 05 Feb 2009 05:25:57 -0000</pubDate></item><item><title>Re: Leopard: How to Install Wordpress | Mac OS X Leopard | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2757/leopard_how_to_install_wordpress/#comment-5861722</link><description>Hello ! Nice tutorial !!&lt;br&gt;&lt;br&gt;Instead of create a folder on /var/mysql you can:&lt;br&gt;&lt;br&gt;cp /etc&lt;br&gt;sudo cp php.ini.default php.ini&lt;br&gt;&lt;br&gt;Then, edit the line that starts with mysql.default_socket to look like this&lt;br&gt;&lt;br&gt;mysql.default_socket = /tmp/mysql.sock</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fábio Morbec</dc:creator><pubDate>Thu, 05 Feb 2009 05:24:47 -0000</pubDate></item><item><title>Re: Leopard: How to Install Wordpress | Mac OS X Leopard | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2757/leopard_how_to_install_wordpress/#comment-5825844</link><description>Simply marevelous. I am a novice to PHP/MYSQL/APACHE, and was able to follow this tutorial without a hitch. Thank you so much, keep up the good work :D</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anonymous</dc:creator><pubDate>Tue, 03 Feb 2009 21:53:33 -0000</pubDate></item><item><title>Re: Leopard: How to Install Wordpress | Mac OS X Leopard | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2757/leopard_how_to_install_wordpress/#comment-5036551</link><description>Amazing Site I like it. It Was Quite Interesting  NiceWork I appreciate the information you provided Excellent post. Keep it up!&lt;br&gt;Good day!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shams-143.priya</dc:creator><pubDate>Sat, 10 Jan 2009 07:55:42 -0000</pubDate></item><item><title>Re: Leopard: How to Install Wordpress | Mac OS X Leopard | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2757/leopard_how_to_install_wordpress/#comment-4972886</link><description>Absolutely fantastic tutorial. One change though. In the newer version of WP, &lt;br&gt;/usr/local/mysql/bin/safe_mysqld&lt;br&gt;&lt;br&gt;is now&lt;br&gt;&lt;br&gt;/usr/local/mysql/bin/mysqld_safe</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tgp</dc:creator><pubDate>Wed, 07 Jan 2009 21:20:53 -0000</pubDate></item><item><title>Re: Leopard: How to Install Wordpress | Mac OS X Leopard | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2757/leopard_how_to_install_wordpress/#comment-3677431</link><description>Really clear and very helpful, thanks.&lt;br&gt;&lt;br&gt;Just one comment - when editing wp-config.php I found that setting DB_HOST to "localhost:/tmp/mysql.sock" didn't work, I had to just use "localhost".</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave</dc:creator><pubDate>Tue, 11 Nov 2008 08:10:07 -0000</pubDate></item><item><title>Re: Leopard: How to Install Wordpress | Mac OS X Leopard | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2757/leopard_how_to_install_wordpress/#comment-3100243</link><description>Oh my gosh... you have no idea how grateful I am right now, I've been working on this for several days now being a total unix noob and this just helped me to get it working. Thanks so much. 1% was all I needed.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yost</dc:creator><pubDate>Thu, 16 Oct 2008 17:25:58 -0000</pubDate></item></channel></rss>