Welcome Guest, Not a member yet? Register   Sign In
SSL Integration
#2

(This post was last modified: 08-20-2017, 03:11 AM by InsiteFX. Edit Reason: Added Google Link )

This is stating that your password is incorrect.

This could also be that you have not setup your MySQL Access Rights.

This is for a Windows 10 system, change the paths to match your MySQL install.
For other systems SEE: The MySQL Documentation.

To change your password on a Windows system for MySQL do the following:

1) Create a text file C:\xampp\mysql\bin\mysql-init.txt and add this to it.

Code:
SET PASSWORD FOR 'root'@'localhost' = PASSWORD('New_Password');


2) Create a new text file C:\xampp\mysql\bin\mtsql-start.txt

Code:
C:\xampp\mysql\bin\mysqld --init-file=C:\\xampp\mysql\mysql-init.txt

You need to run mysql-start.txt from a command line prompt.


Read(HY000/1045): Access denied for user root
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
SSL Integration - by k84u - 08-19-2017, 01:24 PM
RE: SSL Integration - by InsiteFX - 08-20-2017, 02:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB