Forum Moderators: open

Message Too Old, No Replies

This does not happen in the book

Is $ part of the mysql vocabulary?

         

webjourneyman

10:24 pm on Jul 25, 2006 (gmt 0)

10+ Year Member



I'm trying to create a database to use with drupal, the cms. I'm following step by step instructions from a book on drupal.
I'm supposed to load a database by typin in $> mysql -u ...and more but I allways get the reply: '$' is not recognized as and internal or external command, operable program or bach file.
So I'm stuck in chapter 2, can anyone help?

eelixduppy

2:04 am on Jul 26, 2006 (gmt 0)



don't type '$>', just type
mysql -u [i]username[/i] -p
. Make sure you are in the correct directory. '$>' is representing your prompt. Good luck!

webjourneyman

10:16 am on Jul 26, 2006 (gmt 0)

10+ Year Member



Thank you