Computing/MySQL
From OpenWetWare
< Computing(Difference between revisions)
Current revision (19:02, 24 June 2008) (view source) |
|||
| (3 intermediate revisions not shown.) | |||
| Line 3: | Line 3: | ||
*[http://turboajax.com/turbodbadmin.html TurboDbAdmin] - A single-page solution for exploring and editing databases from a browser. | *[http://turboajax.com/turbodbadmin.html TurboDbAdmin] - A single-page solution for exploring and editing databases from a browser. | ||
*[http://dev.mysql.com/usingmysql/java/ Using MySQL with Java] | *[http://dev.mysql.com/usingmysql/java/ Using MySQL with Java] | ||
| + | *[http://www.pantz.org/database/mysql/mysqlcommands.shtml Useful MySQL commands] | ||
| + | *[http://sql-info.de/mysql/gotchas.html MySQL Gotchas] (deals with issues related to MySQL 4.1 and earlier, not 5.0) | ||
| + | *[http://www.aquezada.com/staff/julian/journal/?p=69 Hacking with MySQL replication] | ||
| + | |||
| + | ==GUI clients== | ||
| + | [http://www.navicat.com/download.html Navicat Lite] - Win/Lin/Mac | ||
| + | |||
| + | ==Troubleshooting== | ||
| + | [http://dev.mysql.com/doc/refman/5.0/en/repair.html How to Repair Tables] | ||
Current revision
- Java/MySQL on Linux
- Using XML with MySQL
- TurboDbAdmin - A single-page solution for exploring and editing databases from a browser.
- Using MySQL with Java
- Useful MySQL commands
- MySQL Gotchas (deals with issues related to MySQL 4.1 and earlier, not 5.0)
- Hacking with MySQL replication
GUI clients
Navicat Lite - Win/Lin/Mac


