CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'user_password';
GRANT ALL PRIVILEGES ON *.* TO 'database_user'@'localhost';
Open the file for editing and paste the following snippet inside the .htaccess file: <IfModule mod_headers.c> Header always set S...
No comments:
Post a Comment