?? mysql5-restore.bat
字號:
REM step1: Install MySQL5
REM step2: Create MySQL user "bookstore" with password "livebookstore", and make sure has enough access rights
REM step3: set your "MySQL 5" root path and run this script, then enter root password
set MYSQL_HOME=C:\Program Files\MySQL\MySQL Server 5.0
"%MYSQL_HOME%\bin\mysql" -u root -p --default-character-set=utf8 bookstore < backup.sql
pause
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -