Hello Danesh,
what error do you get after the upgrade ?
Peter
Danesh Daroui wrote:
Hi all,
I have a Linux Fedora Core 3 machine which is supposed to act as
database server and a Windows XP client. I had installed mysql server
4.1.5 before and I have defined remote user on my Linux machine as belo
Hi all,
I have a Linux Fedora Core 3 machine which is supposed to act as
database server and a Windows XP client. I had installed mysql server
4.1.5 before and I have defined remote user on my Linux machine as below:
> GRANT ALL PRIVILEGES ON *.* TO 'RemoteUser'@'%' IDENTIFIED BY
'password' WIT
I am sorry to say this but I believe you are confusing one product with
another. In order to connect to a Linux machine, open a user session
(from any platform), and act like a generic user, you need some type of
remote shell utility. I use Cygwin as my remote shell but there are
others, many
It might just be that your connect line isn't working properly. Try
this form instead:
mysql -u root -h MyLinuxSystem -p
You want to connect as user "root" to host "MyLinuxSystem" using a
password for which you will be prompted.
If that doesn't wok, you need to make sure that on your server, on
y
Hi all,
I have installed Mysql-4.1 successfully on a Fedora Core 2 Linux system. Now, I like
to connect to my Linux system from my other system which as Windows XP and of course
Mysql 4.1 installed too. In fact, I like to connect to my Linux system as root and do
all console tasks just like I a