On 10/13/2011 14:41, Grega Leskovšek wrote:
What is the usage of connect keyword? I've tried to google what is the
difference between CONNECT and USE but got no explanation. It seems
everybody use USE, but am not clear why is the CONNECT used?
mysql> CONNECT test1pizza
Connection
What is the usage of connect keyword? I've tried to google what is the
difference between CONNECT and USE but got no explanation. It seems
everybody use USE, but am not clear why is the CONNECT used?
mysql> CONNECT test1pizza
Connection id:9
Current database: test1pizza
mysql> use
> I have been getting following error.
> [polaris] ERROR 1045: Access denied for user: '[EMAIL PROTECTED]'
(Using password: YES)
>
> How to fix that?
> What is default port for mysqlserver?
> thx
> -seena
>
Is this a new install? Have you set the password yet? Have you forgotten the
password?
The
I have been getting following error.
[polaris] ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES)
How to fix that?
What is default port for mysqlserver?
thx
-seena
-
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB f
Hello,
regarding --skip-name-resolve: I read, that values in the Host-column of
the mysql-authorization must be localhost or ip-addresses to work. Since
everyone can connect from everywhere, I used 'localhost' and '%'. Is %
treated the same? Is the ip-address-rule obligatory or just a
should-ha
Hello,
this weekend, one of our caching nameservers failed. Since then, all
mysql-connects were running very slow. I removed the failing nameserver
in /etc/resolv.conf. Later, I was setting up another caching nameserver
instead and inserted it in /etc/resolv.conf. I rebooted the
mysql-machine.
I will occasionally get the following message in some of my cronjobs:
Mysql->connect(database=mb_pw;host=localhost) failed: Can't connect to local MySQL
server through socket '/tmp/mysql.sock' (146) at /usr/home/members/filter/Filter.exe
line 15
Can't connect to loc
Your glibc update broke MySQL. It was probably already loaded when you
started the update.
Get the latest pre-compiled version ( 2.23.53a) I believe from mysql.com.
You need the latest version with the "a".
Dishko Georgiev wrote:
Hi,
1 day ago i haved power fail on my MySQL server version 2.23
Hi,
1 day ago i haved power fail on my MySQL server version 2.23.41 (original
RedHat distr.)
Now i can connect to server only on local interface, no network connection
allowed.
When tying to connect to server with mysql client i recieve this msg: ERROR
2013: Lost connection to MySQL server during q