(openPR) - Mentat Technologies, Inc. Today announced it will reinforce its commitment to the MySQL developer community by offering a brand new MySQL Turbo Manager Free Edition.
MySQL Turbo Manager Free Edition is a brand new, free graphical tool for database development and administration. With MySQL Turbo Manager Free Edition, you can browse database objects, run SQL statements and SQL scripts, edit and execute Stored Procedures. MySQL Turbo Manager Free Edition enhances productivity and simplifies your database development and administration with a functionality and friendly GUI.
MySQL Turbo Manager works with any MySQL Server versions from 3.2.3 to 5.1and supports all MySQL objects and all MySQL options.
You can learn more about MySQL Turbo Manager at: http://www.mentattech.com/themes/mentat/mysqlmanager/index.html
MySQL Turbo Manager Free Edition at: http://www.mentattech.com/themes/mentat/download.html
TECHNOLOGIES Manufactures and sells technology products focused on the life cycle of software development Mentat Technologies designs and enhances products for database monitoring and management, code formatters, database drivers, database design, code generators, IDE (Integrated Development Environment) for programming languages such as PL/SQL, PL/pgSQL and XML.
Oracle’s free tool SQL Developer has received an update today. Version 1.1now includes read only support for MySQL, MS SQL and MS Access. Other new features include an improved object browser with filtering options, sequences that are added by a trigger, recompiling invalid objects, view database links and the ability to create users. To view a full list of the new features or to download the latest software see:
Oracle SQL Developer 1.1 Release Notes
Oracle SQL Developer 1.1 Download
sqlplus “/as sysdba”
SQL> SHUTDOWN;
SQL> STARTUP MOUNT EXCLUSIVE;
SQL> ALTER DATABASE NOARCHIVELOG;
SQL> ALTER DATABASE OPEN;
SQL> ALTER SYSTEM SET “_disable_logging”=TRUE;
SQL> EXIT;
22 queries. 0.316 seconds