Arthur
03-24-2001, 02:25 PM
In order to use MySQL from the command line, you have to start the client program first. The command looks something like; mysql -uusername -p -hhostname databasename.
You should have received that information from FQ when your database was activated.
Once you've started the client, you'll get the mysql> prompt and you can execute MySQL commands.
--
Arthur
You should have received that information from FQ when your database was activated.
Once you've started the client, you'll get the mysql> prompt and you can execute MySQL commands.
--
Arthur