Here's the error I get
Here's the DB login settings I used:
Here's my DB names and users:
What I tried so far:
- Enabled all permissions, assigned them to all dbs, removed the need for passwords and usernames
- tried setting the host name to local under login information
Background: - to set up XAMPP i had to set mysql porn to 3307 since 3306 was causing issues. I tried to set define( 'DB_HOST', 'localhost:3307' ); in the wp-config-sample.php file. Is there any other place I can set port for wordpress?
Here's the error I get
https://gyazo/56134064606564c836ae8b0f18a129ba
Here's the DB login settings I used:
https://gyazo/2facfe11765bc4b887c31bc111bb123a
Here's my DB names and users: https://gyazo/2e009a5d37e87ba1e094ed0b6c826af6
What I tried so far:
- Enabled all permissions, assigned them to all dbs, removed the need for passwords and usernames
- tried setting the host name to local under login information
Background: - to set up XAMPP i had to set mysql porn to 3307 since 3306 was causing issues. I tried to set define( 'DB_HOST', 'localhost:3307' ); in the wp-config-sample.php file. Is there any other place I can set port for wordpress?
Share Improve this question edited Sep 20, 2019 at 7:21 Tintinabulator Zea asked Sep 20, 2019 at 7:12 Tintinabulator ZeaTintinabulator Zea 1298 bronze badges 1- Please, upload your images to imgur and edit your question to make images visible right on the WPSE site. See Images section on the Markdown Help page. – Max Yudin Commented Sep 20, 2019 at 8:20
1 Answer
Reset to default 0the solution was to set the host as localhost:3307 not just localhost.
Like so https://gyazo/3aa87d040d9953171da69b196d04f4d1
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745141941a4613470.html
评论列表(0条)