MySQL Resources

mysql

MySQL Resources !!! This is the interesting MySQL Resources for Developers ,I hope they serve them .

MySQL IDE's

MySQL Turbo Manager
http://www.mentattech.com

MySQL Manager
http://ems-hitech.com/mymanager

MySQL-Front
http://www.mysqlfront.de

DbVisualizer
http://www.ideit.com/products/dbvis

MySQL WebAdmin

PHPMyAdmin
http://www.phpmyadmin.net/home_page

MySQL Datamanager
http://www.edatanew.com

Data modeling tools

DeZign for databases
http://www.datanamic.com

Tutorials

SQL Tutorial
http://w3.one.net/~jhoffman/sqltut.htm

MySQL and PHP Tutorial
http://www.vtwebwizard.com/tutorials/mysql/index.html

Perl/MySQL Tutorial
http://www.hotwired.com/webmonkey/b.../tutorial1.html

MySQL Basics
http://www.analysisandsolutions.com/code/mybasic.

Others

dorcMan
http://www.dorcMan.org

MyCart
http://open.appideas.com/MyCart

PHPCommunityCalendar
http://open.appideas.com/Calendar

hey, that SQL tutorial by jim hoffman disappeared several years ago

here's a mirror of one of the latest versions:
http://riki-lb1.vet.ohio-state.edu/...SQLTutorial.htm

Mascon
http://www.scibit.com/products/mascon/

MySQL Administrator
http://www.mysql.com/downloads/administrator.html

MySQL Control Center
http://www.mysql.com/downloads/mysqlcc.html

MySQL Basics
http://www.analysisandsolutions.com/code/mybasic

MySQL Turbo Manager 3.1
http://www.mentattech.com

New Products :

TOAD for MySQL Preview Release
http://www.quest.com

New MySQL Database Server :

Production 4.0.20
http://dev.mysql.com/downloads/mysql/4.0.html

Beta 4.1.3
http://dev.mysql.com/downloads/mysql/4.1.html

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

New Books :

High Performance MySQL
Author(s): Jeremy Zawodny, Derek J. Balling
Publisher: O'Reilly & Associates, Inc.

MySQL Enterprise Solutions
Author(s): Alexander Pachev
Publisher: Wiley, John & Sons, Incorporated

DBACentral for MySQL
http://www.microolap.com/dba/mysql/dbacentral/
MySQL administration and developement solution. Supports gui forms, domains, has Access-like interface paradigm.

MicroOLAP Database Designer for MySQL
http://www.microolap.com/dba/mysql/designer/
Visual CASE tool for database design, modeling, creation, modification and reverse engineering.

MySQL Administrator
http://www.mysql.com/products/administrator/
Powerful visual administration console from MySQL AB.

SQLyog
http://www.webyog.com
Fast and compact MySQL GUI. Very strong in migration, database synchronization and structure synchronization.

Optimizing MySQL: Queries and Indexes

I like this one. I connect to it to Live MySQl databases on the web. Great reporting tool!

http://www.dbxtra.com

时间: 2024-08-24 04:30:15

MySQL Resources的相关文章

JBoss AS7配置MySQL数据源

AS7默认的数据源是H2,虽然H2方便,但是一般的生产环境都是MySQL.ORACLE.SQLServer居多,本文描 述如何在AS7配置MySQL数据源. 根据Jboss社区的文档,配置一个新的数据源大致分为两步.描述如 下: 加入JDBC驱动文件 在JBOSS_HOME/modules目录下加入如下目录结构及文件: JBOSS_HOME +- modules +- com +- mysql +- main +- module.xml +- mysql-connector-java-5.1.1

DockOne微信分享(一四三):FreeWheel基于Kubernetes容器云构建与实践:应用编排与服务质量保证

本文讲的是DockOne微信分享(一四三):FreeWheel基于Kubernetes容器云构建与实践:应用编排与服务质量保证[编者的话]随着公司业务不断发展以及逐渐向微服务的转变,我们借助于Kubernetes容器化解决方案来标准化和简化应用发布的整个流程,使原来需要大量人工维护和干预的工作变为自动化.本次内容主要是FreeWheel现阶段基于Kubernetes容器化经验和实践的总结,目标是提供一个持续.稳定.高效的容器云平台. 服务健康检查与自我恢复 对线上业务来说,保证服务的正常稳定是重

Kubernetes:理解资源的概念

本文讲的是Kubernetes:理解资源的概念[编者的话]本文描述了 Kubernetes 资源模型的工作原理,为什么你应该总是限制容器资源,以及如何才能真正做到. 不知你是否已清楚,Kubernetes 是支持 Docker 和 rkt(当前是这两种)的容器调度系统.除了下面这些优美的特性,比如简易部署,配置管理,服务发现,等等,它还允许我们以一种更高效的方式来管理计算资源.本文将阐述如下问题,Kubernetes 资源模型如何工作,为什么你应该总是限制容器资源,以及如何才能正确做到. 资源管

MySQL数据备份Out of resources when opening file报错

今天,使用命令导出数据库,以便在新的VPS上恢复,出现了一下情况: 报错信息: mysqldump: Got error: 23: Out of resources when opening file './zrblog_dfhghdt/pre_ucenter_settings.MYD' (Errcode: 24) when using LOCK TABLES 首先用ulimit -n命令查看下打开文件数限制: root@zr [~]# ulimit -n 1024 我们需要调整MySQL配置文

【整理】MySQL 复制的工作方式

      写这篇文章的原因是,看到开源中国上的一篇投稿翻译文章,其中很多地方被翻译的错误百出.所以还是将原文保存在下面供参考吧. master 上写 binlog 是相对轻量的动作(顺序写+会被缓存到操作系统缓存里,轻量与否和磁盘同步设置相关): slave 在主从复制中跟随很紧的情况下,会直接从 master 所在操作系统缓存中读出 binlog 事件:若在几小时或几天后才进行同步则将导致 master 进行读盘操作,耗费相应的 IO 资源: Master_Log_File/Read_Mas

简单解决mysql占用资源过大问题

    在 linux 下,经常出现的情况就是使用 VBB 这种论坛系统时,出现缓慢,mysql 假死状态,sleep进程过多等等现像.导致几十个用户,就把系统搞定了.     其实这是 mysql 配置上的问题, 默认的 linux 中, mysql 的配置是 my-large.cnf 配置,该配置适合大型服务器.有高内存,比如2G,4G内存的,适合使用,而一般512M内存 的就不行了.它会占用512M内存来保存系统 mysql 的进程,这些进程长期堆质,并不释放,导致系统缓慢.所以,把配置改

Tomcat5配置Mysql JDBC数据库连接池

mysql|数据|数据库|数据库连接 如果只是对MySql感兴趣可以照抄这篇短文,如果想配置其他数据库类型的连接池,也可以做简单修改参数即可使用. 1. 安装Tomcat 参考Tomcat for window 的安装向导,基本直接安装即可,注意:安装时会提示输入管理用户名和密码,这是以后会用到的用户名和密码,切记. 2. 安装MySql 默认安装即可. 3. 使用Tomcat的Web管理应用配置数据源 启动Tomcat服务器,打开浏览器,输入http://localhost:8080/admi

Oracle 10g vs PostgreSQL 8 vs MySQL 5(外围特性评比)

mysql|oracle This is my comparison of installing and getting started with Oracle 10g, PostgreSQL 8 and MySQL 5. This is what I consider the comparison of state of the art for three categories of DB: Commercial vs. Academe vs. Internet Model. This is

red hat enterprise 5.4下安装mysql 5.6.10

完成上一次留下的话题,今天谈谈在red hat enterprise 5.4 下安装mysql 5.6.10 1:下载mysql 下载地址为:http://www.mysql.com/downloads/mysql/5.6.html#downloads 选择"Source Code"->"Generic Linux (Architecture Independent), Compressed TAR Archive" 当然还需要一个工具cmake(因为这个my