Tagged Questions
-2
votes
1answer
29 views
can not find mysql after Homebrew install [closed]
I installed php54 with mysql, but I can not use
mysql -u root
in terminal to access mysql (error: does not recognize command), but
phpinfo()
tells me it is installed
what can I do?
UPDATE
I ...
2
votes
1answer
37 views
mysql 5.1.44: -e not executing and exiting properly on OSX
This function works on 5.0.75 on Ubuntu, but not on 5.1.44 on OSX (Lion):
mysql --database=sps --host=localhost --user=root --password=somepass -e "SELECT 1;"
The expected output is this:
+---+
| ...
1
vote
2answers
161 views
reset root password in mysql without access to mysql table [duplicate]
Possible Duplicate:
reseting mysql root password
I am having an issue on OS X 10.7.5 as I used to use MAMP but for .htaccess issues I am now using my own compiled local server from a long ...
0
votes
1answer
528 views
MySQL on Mac OS X Lion - can't connect over internet
I've installed MySQL on OSX Lion, however I can't connect to the MySQL server via phpMyAdmin (or Sequel Pro).
I have a domain with 1and1, and created a sub domain (server.domain.com) and created an A ...
1
vote
1answer
562 views
Remove MySQL (from Apple) on OS X Server Lion
I have a Lion Server (upgraded from a Snow Leopard Server), which still has the Apple provided MySQL 5.0 server [mysql Ver 14.12 Distrib 5.0.92, for apple-darwin10.0 (i386)]. Without out rebuilding ...
0
votes
1answer
291 views
MySql *completely random* Unable to connect
This one is killing me. We have an ASP.NET/Mono application on a MySQL database.
For months we've been plagued by a completely random but consistent occurrence of "Unable to connect to any of the ...
2
votes
1answer
218 views
Resetting root password for MySQL problems (Mac OS X Lion)
I've been trying to reset the root password, and have been following these instructions: http://www.coolestguyplanet.net/how-to-change-the-mysql-root-password/
However, when I use the command:
...
2
votes
2answers
1k views
Resetting root password for MySQL problems (Mac OS X Lion)
I've been trying to reset the root password, and have been following these instructions: http://www.coolestguyplanet.net/how-to-change-the-mysql-root-password/
However, when I use the command:
...
0
votes
1answer
395 views
MAMP MySQL won't start
I uninstalled MAMP completely, downloaded fresh copy of MAMP 2 from the MAMP website, did a clean install. However, when I try to start mysql, I get the following error log
111120 21:37:49 ...
0
votes
1answer
738 views
How do I restore MySQL .frm .MYD .MYI files in OS X Lion [duplicate]
Possible Duplicate:
How to restore mysql database from the physical files?
I received a bunch of these types of files and haven't a clue as how to restore the database on my Mac. I've found ...