Quantcast
Channel: 无尽思绪 » MySQL
Browsing latest articles
Browse All 5 View Live

MySQL WorkBench

Official site:http://dev.mysql.com/downloads/workbench/5.1.html 暂记。         参考文章: http://programmersnotes.info/2009/03/01/mysql-workbench-the-database-modeling-tool-for-mysql/  

View Article


Image may be NSFW.
Clik here to view.

MySQL security_type

碰到一个问题,用当前用户创建的sp, 当把数据库迁移到另外一个mysql server后,如果这个用户不存在,执行存储过程的时候,则提示”the specified user as definer ‘xxx@%’ doesn’t exist.”, google后发现,原来是mysql security_type问题。 1. 执行show procedure...

View Article


mysql store procedure example

包含存储过程的创建,游标的使用,临时表的使用和prepare的时候。 不过例子中, alter procedure并不能在perpare里面使用。 [sql] CREATE DEFINER = ‘root’@’%’ PROCEDURE new_proc1() NOT DETERMINISTIC CONTAINS SQL SQL SECURITY INVOKER COMMENT ” BEGIN...

View Article

linux lamp backup/restore commands

常用linux下的备份/回复command 备份文件夹: [sql] tar -czvf filename.tar.gz ./subdirectory [/sql] 当前目录: tar -czvf filename.tar.gz ./ 解压文件夹 [sql] tar -xzvf filename.tar.gz [/sql] mysqldump: [sql] mysqldump –opt -u...

View Article

通过yum安装nginx1.2.x, php5.5.x, mysql5.5.x(章1)

没有直接采用编译安装的方式, 在不熟悉各种依赖包的前提下,通过编译安装还是比较折腾的。 (需要编译安装的,请查看这里: http://www.nginx.cn/231.html) (MySQL相关参考:http://www.mysql.cn/) http://qinx.cn/install-nginx-php-mysql-via-yum-from-webtatic-com/...

View Article

Browsing latest articles
Browse All 5 View Live