@sherly
You don't have to quote everything. Try to say what you doing alone with the error, so others know what you trying to do.
What you done is
on Ubuntu connect prompt. That is not a valid command for ubuntu.
It is a MYSQL command, that need to be run inside MySQL command prompt.
If you look few lines above, you will see
That is the MYSQL commend prompt.
So, first connect to MySQL server, if you read my first post properly, you should know how to connect to MySQL server from command line with command
Code:
mysql -u USERNAME_HERE -p
Now it ask for password.
Bookmarks