hello guys im trying to figure out where i went wrong in my lubuntu 16.04 installation of wordpress. i don't know a whole lot of what to do but i ran into this error while trying to get on word press. says that the username or password in my wp-config.php file could be incorrect or they cant contact the database server at localhost. this could mean my database server is down
i used this guide to install word press https://www.techrepublic.com/article/how-to-install-wordpress-on-ubuntu-16-04/
i think i might know where i went wrong but im not to sure, when using this command. CREATE DATABASE wpdb;
GRANT ALL PRIVILEGES ON wpdb.* TO 'USERNAME'@'localhost' IDENTIFIED BY 'ADMIN_PASSWORD';
FLUSH PRIVILEGES;
EXIT;
it said wpdb cant create because it already exists then gave me an error 1046 also saying my sql syntax doesn't work or something wont create my username and password. after putting that command in again and it keeps giving me this sign '> everytime i put in a command it didnt work so i shutted down the terminal and opened a new one and skipped that step since it didnt work. that might not be the problem but just putting it out there. could you guys please help me thanks in advance.
i used this guide to install word press https://www.techrepublic.com/article/how-to-install-wordpress-on-ubuntu-16-04/
i think i might know where i went wrong but im not to sure, when using this command. CREATE DATABASE wpdb;
GRANT ALL PRIVILEGES ON wpdb.* TO 'USERNAME'@'localhost' IDENTIFIED BY 'ADMIN_PASSWORD';
FLUSH PRIVILEGES;
EXIT;
it said wpdb cant create because it already exists then gave me an error 1046 also saying my sql syntax doesn't work or something wont create my username and password. after putting that command in again and it keeps giving me this sign '> everytime i put in a command it didnt work so i shutted down the terminal and opened a new one and skipped that step since it didnt work. that might not be the problem but just putting it out there. could you guys please help me thanks in advance.