建立osTube資料庫、帳號及密碼

參考

# mysql -u root -p
# create database ostube(資料庫名稱為ostube);
# grant all privileges
on ostube.* to 帳號@localhost identified by '密碼';
# flush privileges;

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

沒有留言:

張貼留言