Re: Interfaces to 5.0.0

2004-03-23 Thread Lokesh
Gordon wrote: A few weeks ago I download the windows version for 5.0.0 and installed it on my machine. After successfully installing the new version I was able to connect with all of my old tools including MyCC 0.9.3, MySQLFront, SQLyog, cmd and MySQL Administrator. Yesterday I downloaded the 5.

Re: Quick mysql question

2004-03-23 Thread Lokesh
[EMAIL PROTECTED] wrote: Hi, A quick question, which is the most stable version of mysql to run on a very busy and commercial website(s)? 4.0 or is 4.1 stable enough? Thanks, -R.A 4.0 is a released and stable version. 4.1 is a developement version which is alpha, but quite stable :) -- MySQL G

Re: Downgrade Mysql from 4 to 3.23

2004-03-17 Thread Lokesh
Prasad wrote: Hi, I am developing a database in mysql 4.Is it possible to downgrade the same into mysql 3.23.If its possible then how? Refer to http://www.mysql.com/doc/en/Upgrade.html. It talks about both upgrade and downgrade -- MySQL General Mailing List For list archives: http://lists.mysq

Re: Problem in setting Table Level Privileges

2004-03-17 Thread Lokesh
Udbhav Shah wrote: Hi Everybody Commands: mysql -uroot mysql> grant select,insert,update,delete on try.TBL_MACIP to 'tryAdmin1'@'localhost'; mysql -utryAdmin1 mysql> use try mysql> select * from TBL_MACIP; /etc/init.d/mysql restrat mysql -utryAdmin1 mysql>use try ERROR 1044 (42000): Access denied

Re: MySQL and ROLES

2004-03-17 Thread Lokesh
Bram Mariƫn wrote: Hey I'm fairly new to MYSQL (installed 4.0.18 yesterday, but have played with it in the past), and I must say, I'm really really impressed about the speed, and the easy of administrating the server and it's data! But, as I've looked through the documentation, I miss the presc