Comments on: How to Install WordPress with OpenLiteSpeed on Ubuntu 18.04 https://www.rosehosting.com/blog/how-to-install-wordpress-with-openlitespeed-on-ubuntu-18-04/ Premium Linux Tutorials Since 2001 Tue, 04 Apr 2023 14:53:54 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: admin https://www.rosehosting.com/blog/how-to-install-wordpress-with-openlitespeed-on-ubuntu-18-04/#comment-48529 Tue, 22 Dec 2020 07:35:29 +0000 https://www.rosehosting.com/blog/?p=31649#comment-48529 In reply to Asit.

If you are using Mysql 8 version try these commands.
CREATE USER wordpressdb@localhost identified by ‘PASSWORD’;
GRANT ALL PRIVILEGES ON wordpressdb.* TO wpuser@localhost IDENTIFIED BY ‘PASSWORD’;

]]>
By: Asit https://www.rosehosting.com/blog/how-to-install-wordpress-with-openlitespeed-on-ubuntu-18-04/#comment-48528 Mon, 21 Dec 2020 17:05:38 +0000 https://www.rosehosting.com/blog/?p=31649#comment-48528 Hello, first of all thanks a lot for this article.
GRANT ALL PRIVILEGES ON wordpressdb.* TO ‘wpuser’@’localhost’ IDENTIFIED BY ‘PASSWORD’ WITH GRANT OPTION;

I changed id, ip and password here

I’m getting this issue “You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘IDENTIFIED BY ‘asit2001Sonawane’ WITH GRANT OPTION’ at line 1”

]]>
By: Ahmed https://www.rosehosting.com/blog/how-to-install-wordpress-with-openlitespeed-on-ubuntu-18-04/#comment-48026 Thu, 19 Dec 2019 08:30:55 +0000 https://www.rosehosting.com/blog/?p=31649#comment-48026 In reply to admin.

Thanks :)

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-wordpress-with-openlitespeed-on-ubuntu-18-04/#comment-48024 Wed, 18 Dec 2019 13:45:33 +0000 https://www.rosehosting.com/blog/?p=31649#comment-48024 In reply to Ahmed.

If you have pointed the domain to your server then you will have to go to the WebAdmin console > Virtual Hosts > Add to add the virtual hosts to OpenLiteSpeed and after that create and assign a Listener in o to the WebAdmin console > Listeners. Then do a Graceful Restart and you’re done.

]]>
By: Ahmed https://www.rosehosting.com/blog/how-to-install-wordpress-with-openlitespeed-on-ubuntu-18-04/#comment-48023 Wed, 18 Dec 2019 10:54:18 +0000 https://www.rosehosting.com/blog/?p=31649#comment-48023 And how would we configure the domain?

]]>
By: Amir https://www.rosehosting.com/blog/how-to-install-wordpress-with-openlitespeed-on-ubuntu-18-04/#comment-47922 Sun, 08 Sep 2019 19:57:54 +0000 https://www.rosehosting.com/blog/?p=31649#comment-47922 Very clear step by step tutorial ,thank you !

]]>