sqlyog是業界著名的webyog公司出品的一款簡潔高效、功能強大的圖形化mysql資料庫管理工具。
特點:1.基於c++和mysqlapi程式設計;
2.方便快捷的資料庫同步與資料庫結構同步工具;
3.易用的資料庫、資料表備份與還原功能;
4.支援匯入與匯出xml、html、csv等多種格式的資料;
5.直接執行批量sql指令碼檔案,速度極快;
6.新版本更是增加了強大的資料遷。
安裝包解壓密碼:www.52pojie.cn
license key:
professional: 8e053a86-cdd3-48ed-b5fe-94c51b3d343c
enterprise: a46683b0-d3ec-4c16-8e3c-198d25a7fb52
ultimate: 60c1b896-7c22-4405-9f46-a6bce776ab36
name:(使用者名稱隨意)
使用
sqlyog 安裝使用
修改 etc mysql my.cnf 把 bind address 127.0.0.1 注釋掉 然後1.設定遠端訪問 將相應使用者資料表中的host欄位改成 use mysql mysql select host,user from user host user 127.0.0.1 root 1 ...
SQLyog安裝與使用
2.開啟系統目錄,例如 c windows 找到unins000.exe 根據系統不同,也有可能是unins001.exe或者unins002.exe unins003.exe 是個和sqlyog一樣的紫色小魚標誌,很好找的。3.雙擊執行,提示什麼都不管,直接點 是 y 解除安裝後會導致sqlyog...
SQLyog 使用教程
mysql 資料庫操作 建立資料庫 create database testdb 建立表 create table test user id int primary key auto increment,username varchar 50 not null passward varchar 20...