Jump to content
View in the app

A better way to browse. Learn more.

The Uniform Server Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

NEWBE #1045

Featured Replies

hey i'am a newbe to this, and i can see that there i a topic white the same problem, but there is not the answer that i need.

when i try to log in on mysql througn phpmyadmin is says #1045 - Access denied for user 'masc030686'@'localhost' (using password: YES), the password is ok no error there, but i don't know if the user navn is the right on is there i method, where i'am able to see it.

 

i have made a config fill, but i don't know if there is some thing i need.

<?php

/*

* Generated configuration file

* Generated by: phpMyAdmin 2.10.1 setup script by Michal Čihař <michal@cihar.com>

* Version: $Id: setup.php 9697 2006-11-13 08:32:28Z nijel $

* Date: Thu, 17 May 2007 17:00:33 GMT

*/

 

/* Servers configuration */

$i = 0;

 

/* Server localhost (cookie) [1] */

$i++;

$cfg['Servers'][$i]['host'] = 'localhost';

$cfg['Servers'][$i]['extension'] = 'mysql';

$cfg['Servers'][$i]['port'] = '3306';

$cfg['Servers'][$i]['connect_type'] = 'tcp';

$cfg['Servers'][$i]['controluser'] = 'masc030686';

$cfg['Servers'][$i]['controlpass'] = '10953001';

$cfg['Servers'][$i]['compress'] = false;

$cfg['Servers'][$i]['auth_type'] = 'cookie';

$cfg['Servers'][$i]['user'] = 'masc030686';

$cfg['Servers'][$i]['password'] = '10953001';

 

/* End of servers configuration */

 

$cfg['blowfish_secret'] = '464c8a06b71b53.62977543';

$cfg['UploadDir'] = 'D:\\MySQL Datafiles';

$cfg['SaveDir'] = 'D:\\MySQL Datafiles';

$cfg['AllowAnywhereRecoding'] = true;

$cfg['DefaultCharset'] = 'iso-8859-1';

$cfg['RecodingEngine'] = 'iconv';

$cfg['IconvExtraParams'] = '//TRANSLIT';

?>

 

please help me

Note: Only changing the password in file mysql_password without changing the database user root first is the main cause for this error message.

“#1045 - Access denied for user 'root'@'localhost' (using password: YES)”

 

For changing root password check out these pages:

 

http://center.uniformserver.com/uniserver/...check_list.html

or

http://center.uniformserver.com/new_users/...#mysql_security

 

If you want to host multi-MySQL users and use phpMyAdmin check out this page:

 

http://center.uniformserver.com/mysql/mysql_accounts.html

 

 

Hope that helps :rolleyes:

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.