Re: If I downgrade MySQL from ver-5 to ver-4.

2008-02-10 Thread Shawn Green
Brown, Charles wrote: Hello. Can someone tell me if I will run into any problems? 1. If I downgrade MySQL from ver-5 to ver-4. 2. If I run replication between version 4 and version 5 of the software. Meaning slave is version 4 and the master is version 5. Some back ground: We have replication

If I downgrade MySQL from ver-5 to ver-4.

2008-02-09 Thread Brown, Charles
Hello. Can someone tell me if I will run into any problems? 1. If I downgrade MySQL from ver-5 to ver-4. 2. If I run replication between version 4 and version 5 of the software. Meaning slave is version 4 and the master is version 5. Some back ground: We have replication implemented. Currently

Re: Downgrade from MySQL 5 to MySQL 4.1

2006-02-15 Thread Greg 'groggy' Lehey
On Wednesday, 15 February 2006 at 19:38:18 +0700, Ady Wicaksono wrote: > Dear All > > i would like to downgrade from MySQL 5.0.18 to MySQL 4.1.18, I found > MySQL 5.0.18 makes my application unstable... please help me, since > currently all table in row=compact format If you'

Re: Downgrade from MySQL 5 to MySQL 4.1

2006-02-15 Thread Ady Wicaksono
Ss this problem happened to all version of MySQL 5 or not? > Dear All > > i would like to downgrade from MySQL 5.0.18 to MySQL 4.1.18, I found MySQL > 5.0.18 makes my application unstable... please help me, since currently > all table in row=compact format > > Thank you &

Downgrade from MySQL 5 to MySQL 4.1

2006-02-15 Thread Ady Wicaksono
Dear All i would like to downgrade from MySQL 5.0.18 to MySQL 4.1.18, I found MySQL 5.0.18 makes my application unstable... please help me, since currently all table in row=compact format Thank you -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe

Re: Downgrade privileges on connect

2005-10-13 Thread Joerg Bruehe
downgrade of privileges to select only. It all comes down to having fewer application passwords to change on a regular basis to stay current with security requirements. Ok, I understand that goal. However, ... I realize that there is probably no way to do that with the current MySQL API, but

Re: Downgrade privileges on connect

2005-10-12 Thread Scott Gifford
[EMAIL PROTECTED] writes: [...] > Your application will still need access to the data it gets from > MySQL so changing your MySQL permissions doesn't make any sense, > does it. It's your application that needs to say "no" to the > user. You don't want MySQL saying "no" to your application. Do you

Re: Downgrade privileges on connect

2005-10-12 Thread Andrew_Hoying
he other one. Neither of my application's mysql > accounts will have full admin rights to the entire server. Yes, and that is how the application is coded, as that has always been the only way to do it. > Each user authenticates with the application. It's your application > that m

Re: Downgrade privileges on connect

2005-10-12 Thread SGreen
erver. Each user authenticates with the application. It's your application that must downgrade the user's privileges to use the application's features. Your application will still need access to the data it gets from MySQL so changing your MySQL permissions doesn't make any

Re: Downgrade privileges on connect

2005-10-12 Thread Andrew_Hoying
] cc mysql@lists.mysql.com Subject Re: Downgrade privileges on connect

Re: Downgrade privileges on connect

2005-10-12 Thread Scott Gifford
[EMAIL PROTECTED] writes: > Is it possible for a MySQL connection to request a downgrade in > privileges? What I'd like to be able to do is create one database > user account for a database application with read and write > privileges to the tables, but if an application user l

Re: Downgrade privileges on connect

2005-10-12 Thread SGreen
[EMAIL PROTECTED] wrote on 10/12/2005 10:56:43 AM: > > > > > Hello, > > Is it possible for a MySQL connection to request a downgrade in privileges? > What I'd like to be able to do is create one database user account for a > database application with read an

Downgrade privileges on connect

2005-10-12 Thread Andrew_Hoying
Hello, Is it possible for a MySQL connection to request a downgrade in privileges? What I'd like to be able to do is create one database user account for a database application with read and write privileges to the tables, but if an application user logs in who only has read access, th

Re: Upgrade - Downgrade problems

2004-11-04 Thread Gleb Paharenko
Hi. > First, how can I detect, on localhost, which port MySQL is using? Look at my.cnf. Also see: http://dev.mysql.com/doc/mysql/en/Can_not_connect_to_server.html Schalk Neethling <[EMAIL PROTECTED]> wrote: > Since installing the latest 4.1 version of MySQL I have not been able to

Re: Upgrade - Downgrade problems

2004-11-04 Thread Ian Gibbons
On 4 Nov 2004 at 0:59, Schalk Neethling wrote: > Since installing the latest 4.1 version of MySQL I have not been able to > run phpMyAdmin. > > I have since gathered that the current version of phpMyAdmin is not > compatible. I therefore ran Add/Remove programs on Windows and installed > 4.0.2

Re: Upgrade - Downgrade problems

2004-11-03 Thread Rhino
- Original Message - From: "Schalk Neethling" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 03, 2004 5:59 PM Subject: Upgrade - Downgrade problems > Since installing the latest 4.1 version of MySQL I have not been able to > run

Upgrade - Downgrade problems

2004-11-03 Thread Schalk Neethling
Since installing the latest 4.1 version of MySQL I have not been able to run phpMyAdmin. I have since gathered that the current version of phpMyAdmin is not compatible. I therefore ran Add/Remove programs on Windows and installed 4.0.22 but nothing is working correctly, the server starts as a s

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

Downgrade Mysql from 4 to 3.23

2004-03-16 Thread Prasad
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? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Downgrade from 4.1 to 4.0

2003-10-30 Thread Sergio Salvi
Run this command to list your currently installed packages: rpm -qa | grep -i mysql Then for each package listed, run: rpm -e PACKAGE_NAME This "rpm -e" will remove your MySQL package. There should be separate packages for MySQL: server, client, shared libraries, etc. Remove all of them that

Downgrade from 4.1 to 4.0

2003-10-30 Thread Mike Nelson
Hello, Can somebody give me some instructions on how to uninstall Mysql 4.1. I have a redhat 2.1 AS box. I installed the rpm dist from mysql.com. I want to put MySql 4.0 on that machine. I would think this is something fairly easy to do. I cannot seem to locate any instructions though.

Re: Should I downgrade my client libraries?

2002-09-11 Thread Ed Coates
Dan, I've got 4.0.3, and I compiled it from the source rpm. Seems that (at least with 4.0.3) mysql is statically linked, hence the lack of libmysqlclient. What you might want to do is make a soft line from libmysqlclient.so.11 to libmysqlclient.so.10 and see if that works. Ed Quoting Danie

Should I downgrade my client libraries?

2002-09-11 Thread Daniel Kasak
Hi all! I want to try out the demo version of Rekall ( http://www.thekompany.com/products/rekall/ ) but it is linked against libmysqlclient.so.10. I have libmysqlclient.so.11 from MySQL-4.0.2, and for some reason I don't even have any libmysqlclient.so.x from MySQL-4.0.3, but anyway I need th

Re: Downgrade

2002-04-19 Thread Egor Egorov
David, Friday, April 19, 2002, 8:17:27 AM, you wrote: DT> Are there any steps I need to take to ensure no corruption of the database if DT> I downgrade from say DT> 3.23.49 DT> to DT> 3.23.48 You can find a short notes about upgrading/downgrading MySQL in the manu

Downgrade

2002-04-18 Thread David Turner
Are there any steps I need to take to ensure no corruption of the database if I downgrade from say 3.23.49 to 3.23.48 Thanks, Dave query,sql - Before posting, please check: http://www.mysql.com/manual.php (the manual