Welcome Guest, Not a member yet? Register   Sign In
Not connecting to DB
#6

(This post was last modified: 07-13-2023, 10:48 PM by InsiteFX. Edit Reason: added restart server )

You usally get that error because the password is set to yes!

In the XAMPP Control Panel select shell from the right side listing.

then enter this on the command line, change user and password to your own that you want to use..

Code:
// Shell from Control Panel or CMD - change your_password to yours.
cd mysql\bin
mysqladmin --user=root password "your_password"

NOTE: You need to restart the MySQL Server after all changes made.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Not connecting to DB - by cbd - 07-10-2023, 02:19 PM
RE: Not connecting to DB - by kenjis - 07-10-2023, 03:55 PM
RE: Not connecting to DB - by cbd - 07-11-2023, 01:17 PM
RE: Not connecting to DB - by kenjis - 07-11-2023, 07:29 PM
RE: Not connecting to DB - by JustJohnQ - 07-11-2023, 07:17 PM
RE: Not connecting to DB - by InsiteFX - 07-11-2023, 10:51 PM
RE: Not connecting to DB - by cbd - 07-13-2023, 07:36 AM
RE: Not connecting to DB - by cbd - 07-13-2023, 09:00 AM
RE: Not connecting to DB - by InsiteFX - 07-13-2023, 11:10 PM
RE: Not connecting to DB - by cbd - 07-21-2023, 12:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB