Microsoft
Software
Hardware
Network
Question : MySql 5.1.47 Remote Access Problem
I did the following to enable remote access the server, but I can't even log into mysql locally using the new account.
--------------------------
----------
----------
----------
----------
----------
----------
----------
----------
---------
[root@freshB ~]#
mysql -u root -p mysql
Enter password:
mysql>
CREATE DATABASE goo;
Query OK, 1 row affected (0.00 sec)
mysql>
GRANT ALL ON goo.* TO g_user@'%' IDENTIFIED BY 'PASSWORD';
Query OK, 0 rows affected (0.00 sec)
mysql> exit
Bye
[root@freshB ~]#
mysql -u g_user -p goo
Enter password:
ERROR 1045 (28000): Access denied for user 'g_user'@'localhost' (using password: YES)
[root@freshB ~]# mysql -u g_user -p goo
Enter password:
ERROR 1045 (28000): Access denied for user 'g_user'@'localhost' (using password: YES)
Answer : MySql 5.1.47 Remote Access Problem
Yes, I am hoping for that. We will take the end sector of partition and restore it to the first sector. There is 50% chance that this helps. But first we need to save first sector.
Random Solutions
Google Adword
vbscript exit if file exists
Internet Explorer Nonfunctional After IE8 Upgrade
SQL UPDATE syntax
MSG 3930 error in sqlserver2008
namespace question
Documentation on SAMBA and Active Directory Integration
Connect to an XenServer within iPhone
CSS works locally but not on server
asp.net: How to determine if the type of user logging in... is an Admin or a User