Jump to content

BioSQL Installation in MySQL on Mac


steveymac2k2

Recommended Posts

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!

 

 

Link to comment
https://forums.phpfreaks.com/topic/164746-biosql-installation-in-mysql-on-mac/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.