Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(info) You will not need to create Sakai database objects (tables, indices, etc) when setting up your database. Sakai generates its own database schema automatically during the Tomcat setup process via the autoDDL setting in sakai.properties.

firstFirst, confirm whether or not MySQL is installed on your system by checking the version from the command line:

...

If MySQL is not installed , download and install the MySQL 5.0 package or binaries:binaries or source from http://dev.mysql.com/downloads/. Linux users should install MySQL using a package or binaries if possible. Choose the standard configuration. Windows users should consider installing MySQL as a service. Remember to include MySQL's /bin directory in your PATH statement.

MySQL Community Server

 

MySQL 5.0

http://dev.mysql.com/downloads/mysql/5.0.html

...