literally one of the top 10 tutorials i have ever followed, i have nearly no knowledge of this stuff yet i still had no issues when following this guide, thanks a lot bro
hey tell me is there problem when i changes the directory name in Wordpress i use /var/www/html3 . please help me because when i insert the IP address in the browser then it show me that "If you are a normal user of this web site and don't know what this page is about, this probably means that the site is currently unavailable due to maintenance. If the problem persists, please contact the site's administrator. "
how to set up the permissions on linux so that you can upload images, files, plugins, etc..? I am struggling with these things on ubuntu. They do not have sudo permissions to write
Could you help me? im not being able to create user. i've received the ERROR 1396 (HY00): Operation CREATE USER failed for 'wordpress'@'%' ... Or even: ERROR 1064(42000): You have an error in your SQL syntax to use near ' " ...
Hi, after following your steps I was able to install wordpress on a linode server. then when i import my copy of wordpress to this installation the links are not working. what could be causing this? I hope you can help me.
Try one of the following solution If the links are not working after importing your WordPress copy to a new server, it's likely due to the difference in the server configuration or the URL settings in your WordPress installation. Here are a few possible causes and solutions: Incorrect Site URL and Home URL: When you import your WordPress site to a new server, the Site URL and Home URL settings might still point to the old server. To fix this, you can update the URLs in the WordPress database directly. Access your database using phpMyAdmin or a similar tool, locate the wp_options table, and update the values of siteurl and home to match the new server's URL. Permalink Settings: If the links are specifically related to permalinks (such as post URLs), the issue might be with the permalink settings. Go to the WordPress dashboard, navigate to Settings -> Permalinks, and click "Save Changes" without making any modifications. This will refresh the permalink settings and update the rewrite rules. File and Folder Permissions: Ensure that the files and folders in your WordPress installation have the correct permissions. The web server needs proper read and write permissions to access and modify files. You can use the following command to set the correct permissions: sudo chown -R www-data:www-data /var/www/html/wordpress sudo find /var/www/html/wordpress -type d -exec chmod 755 {} \; sudo find /var/www/html/wordpress -type f -exec chmod 644 {} \; Adjust the path (/var/www/html/wordpress) according to your server's configuration. .htaccess File: Check if the .htaccess file is present in the root directory of your WordPress installation. Sometimes, the file may not be copied or imported correctly. If it's missing, create a new file named .htaccess and add the default WordPress rewrite rules. You can find the default rules on the WordPress documentation or generate them by saving the Permalink settings in the WordPress dashboard.
where is next part? i do not know what website i want. can u create something for beginners? as like as website collection with some matrix-tabs with style and auto-connection-check.... or something what newbies could help for privat LAN training
Yes, I'm working on a WordPress website that will base on the local system and I already created a playlist on WordPress locally you can visit my channel for that playlist.
To change your WordPress database password: Access your server via SSH or control panel. Open the wp-config.php file in your WordPress directory. Update the DB_PASSWORD field with your new password. Use MySQL command to change the password: ALTER USER 'username'@'localhost' IDENTIFIED BY 'new_password'; Exit MySQL.
Checking to make sure that your database login credentials (username and password) are correct. Checking to see if the database server is running and accessible. Checking to see if the database is reachable from the web server. Check the DB configurations like username,password, hostname and DBname in the config file or Environment variable Restarting the web server and the database server to see if that resolves the issue Checking the max_connections setting in the database server, if the number of connection exceed the limit. Checking the error logs from the database server and the web server for any clues about the issue.
Here some steps which can fix your issue Check your firewall settings: Make sure that your firewall is configured to allow incoming traffic on port 80 (HTTP) or 443 (HTTPS) if you are using SSL. You can check your firewall status by running the command sudo ufw status. Check if Apache or Nginx is running: Make sure that Apache or Nginx web server is running on your Ubuntu server. You can check the status of Apache or Nginx using the command sudo systemctl status apache2 or sudo systemctl status nginx. Check your WordPress configuration: Verify that your WordPress installation is configured correctly. Check the configuration file wp-config.php for any errors or missing information. Check your DNS settings: Ensure that your domain name is correctly resolving to your IP address. You can verify this by using the command nslookup yourdomain.com. Clear your browser cache: Sometimes your browser may cache old DNS information. Clear your browser cache and try accessing your website again. Restart Apache or Nginx: Try restarting Apache or Nginx by running the command sudo systemctl restart apache2 or sudo systemctl restart nginx.
Its saying error conncting the database. I tried to configure using mysql username -p database>file.sql but its giving me error. I already have a sql file with all credentials which I have to connect to my wordpress
Thanks. Here's a different approach for the Tutorial how to install WordPress on Ubuntu using XAMPP as Localhost Web Development For Beginners ua-cam.com/video/QvWFrcbtzK0/v-deo.html
Hello, can you help me with a simple querry i have, what need to be done in order to create or edit wordpress file in the /var/www folder using vs code? i tried but it blocked me with this message "Error: EACCES: permission denied, mkdir '/var/www/html/wp-content/themes/tarzan'"
literally one of the top 10 tutorials i have ever followed, i have nearly no knowledge of this stuff yet i still had no issues when following this guide, thanks a lot bro
Oh so nice of you sir really appreciated
Thanks a lot for your support ☺️
@@CacheCloud ya ty very! u did good job.
we want more!
Y'all are the best. Thank you. I was really stressing over this. Much appreciation.
My pleasure
no audio. Just plain and simple tutorial. thank you.
Thanks for your appreciation ❤
Thank you for this simple easy to follow Wordpress installation!! There are so many out there and this was the best yet. Simple and easy to follopw!
Pleasure for us ❤️
hey tell me is there problem when i changes the directory name in Wordpress i use /var/www/html3 . please help me because when i insert the IP address in the browser then it show me that "If you are a normal user of this web site and don't know what this page is about, this probably means that the site is currently unavailable due to maintenance. If the problem persists, please contact the site's administrator. "
straight forward, simple to follow
Thanks for your feedback
That was realy helpful. Did it in a very simple way. Thanks a lot brother.
You're most welcome sir
TtHUS IS AMAZING I FINALLY HAV IT IVE BEEN TRYING THUS THING FOR LIKE AN MONTH BY NOUEW PLEASE YES
😭😭😭
Thanks for feedback
at 1:06 what is the current password for root-
colud you tell me that cause i was getting error
helpfull-thanks
Thanks so much, i can better work with videos, this was so helpful!!
Thank you very much, it's perfect on my side. i tried it with ubuntu process but that was so incomprehensible.
Thank you for feedback
my ip was not directing me to Wordpress what could I have done wrong?
Are you following all the steps properly?
i have same problem have u find it ?
Maybe you copied the wrong ip. Try to type "localhost" instead
Concise and very helpful. Thank you
You're welcome!
Where would you put your SSL certs in this configuration?
my ip was not directing me to Wordpress it directs to apache2 ubuntu default page what could I have done wrong?
If you still have that problem refollow the part where he removes the index, i had the same issue.
how to set up the permissions on linux so that you can upload images, files, plugins, etc..? I am struggling with these things on ubuntu. They do not have sudo permissions to write
bro i used the commands in a server when i used the ip in my local machine i couldnt able to connect to the wp-admin
Thank you man save my time
Thanks a lot that was really helpfull ^^
thank you very helpfull
My pleasure 😇
DZIEKUJE JESTES NAJLEPSZY W TYM CO ROBISZ NAPRAWDE SA BARDZO PRZYDATNE TAKIE FILMY :))))))
Thanks for your comment
What would have been the icing on the cake is showing how you upload files and manage your database via a GUI similar to Cpanel after installation :)
after shutdown of my laptop how i get back to the home page like- dashboard of wordpress?
awesome tutorial, very helpful, thank you
Glad it was helpful!
great video , thanks man
Welcome sir .. thanks for supporting
Could you help me? im not being able to create user. i've received the ERROR 1396 (HY00): Operation CREATE USER failed for 'wordpress'@'%' ... Or even: ERROR 1064(42000): You have an error in your SQL syntax to use near ' " ...
Same
Hi, after following your steps I was able to install wordpress on a linode server. then when i import my copy of wordpress to this installation the links are not working. what could be causing this? I hope you can help me.
Try one of the following solution
If the links are not working after importing your WordPress copy to a new server, it's likely due to the difference in the server configuration or the URL settings in your WordPress installation. Here are a few possible causes and solutions:
Incorrect Site URL and Home URL: When you import your WordPress site to a new server, the Site URL and Home URL settings might still point to the old server. To fix this, you can update the URLs in the WordPress database directly. Access your database using phpMyAdmin or a similar tool, locate the wp_options table, and update the values of siteurl and home to match the new server's URL.
Permalink Settings: If the links are specifically related to permalinks (such as post URLs), the issue might be with the permalink settings. Go to the WordPress dashboard, navigate to Settings -> Permalinks, and click "Save Changes" without making any modifications. This will refresh the permalink settings and update the rewrite rules.
File and Folder Permissions: Ensure that the files and folders in your WordPress installation have the correct permissions. The web server needs proper read and write permissions to access and modify files. You can use the following command to set the correct permissions:
sudo chown -R www-data:www-data /var/www/html/wordpress
sudo find /var/www/html/wordpress -type d -exec chmod 755 {} \;
sudo find /var/www/html/wordpress -type f -exec chmod 644 {} \;
Adjust the path (/var/www/html/wordpress) according to your server's configuration.
.htaccess File: Check if the .htaccess file is present in the root directory of your WordPress installation. Sometimes, the file may not be copied or imported correctly. If it's missing, create a new file named .htaccess and add the default WordPress rewrite rules. You can find the default rules on the WordPress documentation or generate them by saving the Permalink settings in the WordPress dashboard.
@@CacheCloudThanks for replying. It works now. :)
where is next part? i do not know what website i want. can u create something for beginners? as like as website collection with some matrix-tabs with style and auto-connection-check.... or something what newbies could help for privat LAN training
Yes, I'm working on a WordPress website that will base on the local system and I already created a playlist on WordPress locally you can visit my channel for that playlist.
Thanks
thank-you
How do I please change my database password? The wp user list command isn't returning any results
To change your WordPress database password:
Access your server via SSH or control panel.
Open the wp-config.php file in your WordPress directory.
Update the DB_PASSWORD field with your new password.
Use MySQL command to change the password: ALTER USER 'username'@'localhost' IDENTIFIED BY 'new_password';
Exit MySQL.
I am stuck at 5:17. "Error establishing a database connection"
Checking to make sure that your database login credentials (username and password) are correct.
Checking to see if the database server is running and accessible.
Checking to see if the database is reachable from the web server.
Check the DB configurations like username,password, hostname and DBname in the config file or Environment variable
Restarting the web server and the database server to see if that resolves the issue
Checking the max_connections setting in the database server, if the number of connection exceed the limit.
Checking the error logs from the database server and the web server for any clues about the issue.
I think i know where the mistake is .
Good to hear that. If you have any issue please let me know
@@CacheCloud Thanks. Finally i was able to launch wordpress on my linux pc. Any advice on the best platform to host my web?
thanks g
You're welcome☺️
nice man !
Thanks!
My personal ip address is not loading. What should I do??
I followed every step correctly so far
Here some steps which can fix your issue
Check your firewall settings: Make sure that your firewall is configured to allow incoming traffic on port 80 (HTTP) or 443 (HTTPS) if you are using SSL. You can check your firewall status by running the command sudo ufw status.
Check if Apache or Nginx is running: Make sure that Apache or Nginx web server is running on your Ubuntu server. You can check the status of Apache or Nginx using the command sudo systemctl status apache2 or sudo systemctl status nginx.
Check your WordPress configuration: Verify that your WordPress installation is configured correctly. Check the configuration file wp-config.php for any errors or missing information.
Check your DNS settings: Ensure that your domain name is correctly resolving to your IP address. You can verify this by using the command nslookup yourdomain.com.
Clear your browser cache: Sometimes your browser may cache old DNS information. Clear your browser cache and try accessing your website again.
Restart Apache or Nginx: Try restarting Apache or Nginx by running the command sudo systemctl restart apache2 or sudo systemctl restart nginx.
why do we need both maria db and MySql ?
no need to use both, you can use one
MySQL is opensource and MariaDB is a fork of MySQL. MariaDB is lightweight.
I think what you saw was him using the my sql script to secure mariaDB. That is all that was.
My database didn't connect with wordpress
When i paste my ip i have empty white screen can somebody help?
Where are you pasting your IP?
why i got a problem while creating username
what kind of error you have faced while creating a username?
@@CacheCloud it's fixed now!! Thank you so so much for your effort!!😍
@@anishshrestha5309 Oh that's great happy to hear that.
Cant see the server
You can setup for your server just guide my video instructions
Its saying error conncting the database. I tried to configure using mysql username -p database>file.sql but its giving me error. I already have a sql file with all credentials which I have to connect to my wordpress
Thanks. Here's a different approach for the Tutorial how to install WordPress on Ubuntu using XAMPP as Localhost Web Development For Beginners ua-cam.com/video/QvWFrcbtzK0/v-deo.html
Good job 👍
@@CacheCloud Thank you for the appreciation. 💌
why the process is too long?
which process?
Where is the voice over!
Sorry there is no voice over in this video ...
No words, just likessssssss. Become a YT god > P-R-O-M-O-S-M!
Thank you Glen Hunt
Singurul care a functionat
Sunt bucuros/bucuroasă că am găsit o metodă care a funcționat
Hello, can you help me with a simple querry i have, what need to be done in order to create or edit wordpress file in the /var/www folder using vs code? i tried but it blocked me with this message "Error: EACCES: permission denied, mkdir '/var/www/html/wp-content/themes/tarzan'"
use sudo