- All package of CpanelX is on dir /var/cpanel/packages/ ,you just copy these packages to another server to same dir is ok, that's all.
Nguyễn Sĩ Nhàn
Bài đăng phổ biến
-
yum install install libxml2-devel Nguyen Si Nhan
-
How to create a bot to automate daily tasks using Slack Nguyen Si Nhan 1. Setting Up Your Slack App Create a Slack App: Sign in to your Sla...
Tuesday, November 15, 2011
Monday, November 14, 2011
How to fix Strict Standards: Non-static method JLoader::import() should not be called statically in
Edit file php.ini such as:
error_reporting = E_ALL & ~E_NOTICE
And then restart your apache ,it'll be ok.
Nguyen Si Nhan
And then restart your apache ,it'll be ok.
Nguyen Si Nhan
Create user mysql by cmd
1. CREATE USER 'monty'@'localhost' IDENTIFIED BY 'some_pass';
2.GRANT ALL PRIVILEGES ON databasename.* TO 'monty'@'localhost
;
3.FLUSH PRIVILEGES;
> create database marketpro CHARACTER SET utf8 COLLATE utf8_general_ci;
Nguyen Si Nhan
Subscribe to:
Posts (Atom)