Hi there,
it seems that local is really amazingly easy to work with compared to XAMPP and WAMP and other common solutions. However, there are some major questions I have related to the general setup.
-
Is it possible to run XAMPP while running Local? Are there any known issues with running this combo?
-
How do I configure apache or nginx in Local to run with actual www urls? I am sure I need to make changes to the host file just like I used to do when I used xampp. Is there a tutorial for that?
-
How do I change the password for MySQL?
-
Is there a way to change the setting for the database table prefix? One of the general security recommendations is to not use the default Wordpress database prefix wp_. Is this obsolete nowadays?
-
And how about the name of the database. I was confused seeing that the name that was generated for the first website I set up in Local was named “local”. Can I choose a name for each database created or do I have to change the name later?
-
Another question is if it will be fine to replace a database data that was created with Local with a dump that was created on XAMPP and on older MySQL version. Can I just important dump file just like I used to do it with PhpMyAdmin?
-
How about safety when using Local. I remember that there were a few things I need to do with XAMPP to make it safer, to make sure it wasn’t easy to access the server through my network connection.
-
Are there any general performance recommendations when running Local. I used to have lots of issues when running XAMPP. It got really slow over time and I needed to do a lot of tweaking on my computer to speed it up.
These are the first questions that came up after installing and running my first test site with Local. I hope you guys can give me some answers soon. I would love to get really productive with Local.
Warm regards,
Sebastian