Hi there,
It seems that I can't access mySQL from command line as I would from phpMyAdmin. It seems that they are both two seperate versions and I simply don't understand why.
mysql -V gives me the following:
mysql Ver 14.7 Distrib 4.1.10, for pc-linux-gnu (i686)
From phpMyAdmin, I have this:
erver version: 5.0.32-Dotdeb_1.dotdeb.1-log
Protocol version: 10
Server: Localhost via UNIX socket
MySQL client version: 4.1.15
I can't use the same logins to access each one, and they both seem to have different databases/structures in them .. obviously, this isn't what I want, so how can I fix this?
Thanks
It seems that I can't access mySQL from command line as I would from phpMyAdmin. It seems that they are both two seperate versions and I simply don't understand why.
mysql -V gives me the following:
mysql Ver 14.7 Distrib 4.1.10, for pc-linux-gnu (i686)
From phpMyAdmin, I have this:
erver version: 5.0.32-Dotdeb_1.dotdeb.1-log
Protocol version: 10
Server: Localhost via UNIX socket
MySQL client version: 4.1.15
I can't use the same logins to access each one, and they both seem to have different databases/structures in them .. obviously, this isn't what I want, so how can I fix this?
Thanks