search for: datasbase

Displaying 1 result from an estimated 1 matches for "datasbase".

Did you mean: database
2006 Mar 28
3
I hope this is not spamming
...rver... but that''s another story... I have used SciTE to create a file called create .sql , this file is a number of lines of sql to create a table. Now ordinarilly I would create a table using Mysql Query browser to issue some lines of sql to create the table making sure I use the correct datasbase of course, but this time I am wanting to use the mysql client to execute the code in the create.sql file which is in the db directory of my rails application. so i type from the prompt mysql depot_development <db/create.sql return depot_development is the the database I want to put the table int...