Thứ Bảy, 24 tháng 5, 2014

// // Leave a Comment

Tao database nhanh

CREATE DATABASE themegiare;
CREATE USER themere@localhost;
SET PASSWORD FOR themere@localhost= PASSWORD("@thehaj_dk2000");
GRANT ALL PRIVILEGES ON themegiare.* TO themere@localhost IDENTIFIED BY '@thehaj_dk2000';
FLUSH PRIVILEGES;


IMport database:
$ mysql -u username -p -h localhost DATA-BASE-NAME < data.sql 

0 nhận xét:

Đăng nhận xét

Lưu ý: Chỉ thành viên của blog này mới được đăng nhận xét.