localized Mac os X Mysql restore timing out
-
Hi Guys,
My database backup file is 42mb. I’ve downloaded it, to create a local version of my blog running on Mac OS X. I’ve got MySql and PHP playing nicely. But I can’t import the file using PhpMyAdmin (file size limit) and I can’t do it with CocoaMySql either (same reason). So I tried my hand at Terminal app with the help of the tutorial here. My back up file (backup.sql) is in my top level directory of my G5. when I run the command to MySql I get an error telling me the command doesn’t exist:
eds-g5:/ Ed$ cd usr/local/mysql/bin
eds-g5:/usr/local/mysql/bin Ed$ mysql -u root edwpdb < ../../../../backup.sql
-bash: mysql: command not found
eds-g5:/usr/local/mysql/bin Ed$
same error here:
eds-g5:/ Ed$ cd usr/local/mysql
eds-g5:/usr/local/mysql/bin Ed$ mysql -u root edwpdb < ../../../../backup.sql
-bash: mysql: command not found
eds-g5:/usr/local/mysql Ed$
Does anyone have experienced with localized versions of wordpress running on macs? i figure it’s my noobness with Terminal App, but any hints I would be much appreciated.
- The topic ‘localized Mac os X Mysql restore timing out’ is closed to new replies.