To share 3G connection from PDA to MacBook, here's the steps:
1. Turn on Bluetooth on both devices (MBP and PDA)
2. Pair up (if you're not yet done it)
3. Start the internet sharing program on PDA
4. On MBP, click on the bluetooth icon on the menu bar (assuming you have it on the menu bar), under your PDA device, select "Connect".
5. Happy browsing.
My working device is: MBP 990 (OSX 10.5.8), HTC Curise (WM 6.1).
2009/08/31
2009/08/30
Quickest way to reset mysql root password
If you forgot root password for MySQL, this is the quickest way to reset it. You need to have root access to the box.
wait until MySQL shuts down. Then run
**In Windows, cd to mysql path, e.g. C:\Program Files\MySQL\MySQL Server 5.1\bin, then
then you will be able to login as root with no password.
In MySQL command line prompt issue the following command:
At this time your root password is reset and MySQL will now know the privileges and you'll be able to login with your new password:
Back to production mode
service mysqld stop
wait until MySQL shuts down. Then run
mysqld_safe --skip-grant-tables &
**In Windows, cd to mysql path, e.g. C:\Program Files\MySQL\MySQL Server 5.1\bin, then
mysqld.exe -u root --skip-grant-tables
then you will be able to login as root with no password.
mysql -u root
In MySQL command line prompt issue the following command:
mysql> use mysql;
mysql> UPDATE user SET password=PASSWORD('the_new_password') WHERE user='root';
mysql> FLUSH PRIVILEGES;
At this time your root password is reset and MySQL will now know the privileges and you'll be able to login with your new password:
mysql -u root -p
Back to production mode
killall mysqld
service mysqld start
訂閱:
文章 (Atom)
Mercury簡易改裝
有同好有一樣的困擾 - 如何使用自己的data logging軟體,因此寫了這篇來分享我的簡易改裝。 Background 雲豆子 MERCURY roaster 烘豆機的設計是使用自行開發的軟體,來:1. 操控風門/火力; 2. data logging/自動烘焙。 ...
-
等了非常久的 Mercury 烘豆機 終於到貨了。找了水電來接220V就迫不及待開烘了。 Overall 這是一台CP值非常高的機器,可以說是目前(2017年5月)最接近貴森森營業機種的縮小版。 一應鉅全:有下豆槽,小型化的的風門,銀皮收集桶,跟風管。 ...
-
有同好有一樣的困擾 - 如何使用自己的data logging軟體,因此寫了這篇來分享我的簡易改裝。 Background 雲豆子 MERCURY roaster 烘豆機的設計是使用自行開發的軟體,來:1. 操控風門/火力; 2. data logging/自動烘焙。 ...
-
this is bad roast because: 1. ROR is flat 2. under develop cupping is shown that result. ...