Community Page
- www.tech-recipes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Thank you so much
- hey
- Thanks mate, Just what I was looking for. It seemed to be a different way of doing things in Leopard than previous versions. Cheers, Mitch
- thanks, i couldnt remember.
- I did this in Garage band, but if forced me to trip the song to 8 seconds in order to send it to itunes ringtones - any ideas on this? Using the new 3GS.
Tech-Recipes
Cookbook of Tech TutorialsLeopard: How to Install Wordpress | Mac OS X Leopard | Tech-Recipes
Started by qdideas · 9 months ago
8 months ago
7 months ago
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".
5 months ago
/usr/local/mysql/bin/safe_mysqld
is now
/usr/local/mysql/bin/mysqld_safe
5 months ago
Good day!
5 months ago
5 months ago
Instead of create a folder on /var/mysql you can:
cp /etc
sudo cp php.ini.default php.ini
Then, edit the line that starts with mysql.default_socket to look like this
mysql.default_socket = /tmp/mysql.sock
5 months ago
cd /etc/
and not cp /etc
4 months ago
Get message from Terminal: The file /Users/xxx/.profile does not exist.
Any help?
4 months ago
/etc/profile and checked the username as such,
if [[ $USER = "test" ]]
then
export PATH="$PATH:/usr/local/mysql/bin"
fi
4 months ago
Thanks
4 months ago
ERROR 1133 (42000): Can't find any matching row in the user table
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?
Thank you for this very helpful tutorial.
4 months ago
Phill(synapticlight)
3 months ago
1 month ago
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?
Thanks,
BD
3 weeks ago
1 week ago
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.
1 week ago