Josue Valenica

Results 19 comments of Josue Valenica

Thanks @plouc I just update dependencies to: ``` "@nivo/core": "0.83.0", "@nivo/pie": "0.83.0", "prop-types": "15.8.1", ``` and now the only issue is related to proptypes: ``` ✘ [ERROR] Could not resolve...

> Hi @josuevalrob, can you check the `wp-config.php` file to see if DB credentials are really correct? When you create a plain PHP script (without WordPress) that connects using these...

> @josuevalrob at first I think you must try a MySQL connection with the mysql command in your terminal, doing this we can understand if the problem is MySQL or...

@zauker @borekb Hello, again. My problem persists. I had changed the permissions and after running the `wp config create` everything went very well. I don't have problems accessing into MYSQL....

I had tried including the port, but nothing change... `MacBook-Pro:clinica josue$ wp vp restore-site --siteurl=http://localhost:8888/clinica --require=wp-content/plugins/versionpress/src/Cli/vp.php` ``` MacBook-Pro:clinica josue$ wp vp restore-site --siteurl=http://localhost:8888/clinica --require=wp-content/plugins/versionpress/src/Cli/vp.php Database Error Error establishing a database...

Simple: ``` // ** MySQL settings ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'clinica' ); /** MySQL database username */ define( 'DB_USER', 'root' );...

no. Maybe is something about my localhost configuration. I am working with docker right now.