SQLyog安裝與使用

2021-06-29 04:42:54 字數 785 閱讀 1902

2.開啟系統目錄,例如:c:\windows;找到unins000.exe(根據系統不同,也有可能是unins001.exe或者unins002.exe、unins003.exe)——是個和sqlyog一樣的紫色小魚標誌,很好找的。

3.雙擊執行,提示什麼都不管,直接點「是(y)」,解除安裝後會導致sqlyog註冊失效

4.複製下面的**到記事本裡面,另存為登錄檔檔案匯入(另存為.reg檔案,雙擊開啟即可)

windows registry editor version 5.00

[hkey_current_user\software\]

"x86"=dword:00000001

"x64"=dword:00000001

"name"=hex:8a,f0,c6,d8,ea,e6,d2,ec,ca,40,88,ca,c4,ea,e8,74,40,82,d6,e6,c2,d2,\

40,86,d0,d2,dc,b6,a0,86,84,ca,e8,c2,ba

"ine"=hex:c6,c6,c4,cc,c6,62,66,ca,5a,c6,66,62,c8,5a,68,64,c6,ca,5a,70,72,66,72,\

5a,66,c6,6e,ca,6c,66,ca,c8,6a,68,62,6e

"inu"=hex:61,35,62,39,35,62,65,38,2d,30,37,62,36,2d,34,38,31,62,2d,61,34,32,36,\

2d,34,63,35,39,30,30,61,31,63,38,33,32

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的安裝及使用

sqlyog是業界著名的webyog公司出品的一款簡潔高效 功能強大的圖形化mysql資料庫管理工具。特點 1.基於c 和mysqlapi程式設計 2.方便快捷的資料庫同步與資料庫結構同步工具 3.易用的資料庫 資料表備份與還原功能 4.支援匯入與匯出xml html csv等多種格式的資料 5.直...

SQLyog 使用教程

mysql 資料庫操作 建立資料庫 create database testdb 建立表 create table test user id int primary key auto increment,username varchar 50 not null passward varchar 20...