Hi,
I'm trying to install Drupal using MysqlTool which comes with my hosted server. I have installed numerous cms before but I don't know squat about Mysql. My server also already comes with a mysql database, so I need only create the drupal tables, as I understand it.
The Installation documentation with Drupal says:
----
3. LOAD THE DRUPAL DATABASE SCHEME
Once you have a database, you must load the required tables into
the database.
If you use a web-based control panel, [MYSQLTOOL????] you should be
able to upload the file 'database.mysql' from Drupal's 'database'
directory and run it directly as SQL commands.[I DON'T SEE ANY OPTIONS TO UPLOAD ANYTHING IN MYSQLTOOL]
From the command line [HUH?], use:
mysql -u nobody -p drupal < database/database.mysql
----
MYSQLTOOL does offer an "execute sql statement" link which brings up an empty box with an "execute" button below it, it also has a "New Table" link which brings up a bunch of form fields to fill out, and it also offers a "Generate create tables script" which shows a list of tables already in the database, and the option to select or unselect them and the "Generate" button.
Its all Greek to me. The only thing I tried was pasting the contents of the database.mysql file in the "execute sql statement box" and executing it which returned some error message.
Can anyone give me any advice?