Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   MySQL (https://www.askmehelpdesk.com/forumdisplay.php?f=442)
-   -   -bash: mysql_load: command not found (https://www.askmehelpdesk.com/showthread.php?t=667846)

  • Jun 6, 2012, 12:19 PM
    katharvey
    -bash: mysql_load: command not found
    Still following my toutorial, managed to get finished step 12.


    >Step 13, now, from the Contributing to Rails Guide, you should

    $ mysql_load
    $ postgres_load
    $ mysql -u root
    Mysql> GRANT ALL PRIVILEGES ON activerecord_unittest.* to 'rails'@'localhost';
    Mysql> GRANT ALL PRIVILEGES ON activerecord_unittest2.* to 'rails'@'localhost';
    Exit
    $ cd activerecord
    $ rake mysql:build_databases
    $ rake postgresql:build_databases
    >>And that’s it! we have Ruby, MySQL, PostgreSQL, Memcached, and everything needed to do some Rails development.

    My problem is when I type

    $mysql_load

    It Returns:

    -bash: msql_load: command not found

    Same with the postgres load command.

    Any Idea why this is happening?

  • All times are GMT -7. The time now is 09:04 AM.