MySQL

The educational technology and digital learning wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Draft

Definition

  • MySQL is the most popular DBMS open source community and it is part of the so called LAMP sofware bundle.

See also:

Software

See WAMP (windows) and LAMP (Linux)

Links

General
Tutorials (MySQL - PHP)

See also SQL. It has a list of SQL tutorials.

  • Williams, Hugh, E. (2002). Tips for Building Web Database Applications with PHP and MySQL, onLamp article (O'Reilly Databases). HTML
Tutorial - MySQL
The MysQL Command line tools.
Repairing tables using mysqlcheck

The bottom line for checking is:

mysqlcheck -c your_data_base_name -u root -p