info:mysql:soft

MySQL Softs (logiciels mysql)

Concevoir la DB

http://wb.mysql.com/ top: essayé et approuvé le — Fred Radeff 2010/03/17 17:55

permet de faire facilement du reverse engineering et donc de dessiner un joli modèle à partir d'une base pré-existante

remplace DBDesigner

http://tedia2sql.tigris.org/

It is a tool that allows you to create a database ERD in dia (using the UML shape toolset), then to convert that ERD into a SQL DDL script for multiple databases.

apt-get install tedia2sql dia dia-gnome

http://tedia2sql.tigris.org/briefhelp.html

http://tedia2sql.tigris.org/usingtedia2sql.html

exercices.dia.zip

Voir aussi http://left.subtree.org/2007/12/05/database-design-with-dia/ pour dessiner une base de données depuis dia et l'exporter en MySQL

Gérer la DB

Voir aussi: CakePhp, framework php+mysql/MVC/CRUD/POO

phpMyAdmin is a free and open source administration tool for MySQL and MariaDB. As a portable web application written primarily in PHP, it has become one of the most popular MySQL administration tools, especially for web hosting services.

https://www.phpmyadmin.net/

on peut le lancer p.ex. avec la commande

mozilla-firefox http://localhost/phpmyadmin/&

Database management in a single PHP file

Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB

https://www.adminer.org/

un clone ultra-léger de phpMyAdmin (376Ko), à simplement dézipper dans un répertoire apache et le tour est joué!

http://www.sqlbuddy.com/

plante souvent mais pratique (fonctions, aide etc.)

http://www.mysql.com/products/tools/query-browser/

Oldies

phpCodeGenie is a code writer/generator for PHP/MySQL applications. It builds numerous forms and scripts, from your database tables. Just design your database and let phpCodeGenie do the coding for you.

Juste un outil génial, excellent ersatz en GPL de PhpMaker - et en plus le développeur, Nilesh Dosooye, est mauricien! Après avoir utilisé son logiciel j'ai abandonné mon projet de phpKodeMaker - pourquoi faire moins bien en prenant du temps alors qu'il y a mieux…

http://sourceforge.net/projects/phpcodegenie/

  • info/mysql/soft.txt
  • Dernière modification : 2023/03/20 14:44
  • de radeff