steveymac2k2 Posted July 4, 2009 Share Posted July 4, 2009 Hi, I'm trying to load a schema for biosql. I have created a database called "biosql" in MySQL, but i'm trying to load the biosql-schema/sql in MySQL with the command: >mysql -u root biosql < biosqldb-mysql.sql The "biosqldb-mysql.sql file is currently located on my mac in: /Users/stevey_mac2k2/Desktop/ExerciseTwo/biosql-1.0.1/sql My MySQL is currently saved in: usr/local/mysql-5.1.35-osx10.5-x86/bin I have created a .profile for my mysql commands with the script: export PATH=/usr/local/mysql-5.1.35-osx10.5-x86/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:$PATH i try the command: bash-3.2# mysql -u root biosql < biosqldb-mysql.sql bash: mysql: command not found Any help would be greatly appreciated. Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/164746-biosql-installation-in-mysql-on-mac/ Share on other sites More sharing options...
fenway Posted July 4, 2009 Share Posted July 4, 2009 This is definitely a *nix issue, not a mysql issue... clearly, it's not in your path. Quote Link to comment https://forums.phpfreaks.com/topic/164746-biosql-installation-in-mysql-on-mac/#findComment-868949 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.