Re: Upgrade from 4.0.20 to 4.1.3b on Win
Hi Pablo,
Looks like you forgot to pass the needed parameters to the mysql command-line client. From the manual:
http://dev.mysql.com/doc/mysql/en/Upgrading-grant-tables.html
---
On Windows systems, there isn't an easy way to update the grant tables until MySQL 4.0.15. From version 4.0.15 on, MySQL distributions include a `mysql_fix_privilege_tables.sql' SQL script that you can run using the mysql client. If your MySQL installation is located at `C:\mysql', the commands look like this:
C:\> C:\mysql\bin\mysql -u root -p mysql
mysql> SOURCE C:\mysql\scripts\mysql_fix_privilege_tables.sql
If your installation is located in some other directory, adjust the pathnames appropriately.
---
Did you do exactly what is described above? Please let me know.
Cheers,
Joao Prado Maia
MySQL AB
Subject
Written By
Posted
September 01, 2004 07:42AM
Re: Upgrade from 4.0.20 to 4.1.3b on Win
September 01, 2004 09:29AM
September 01, 2004 11:55AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.