Results 1 - 15 of about 683 sawaal for " mysql"
- 2. You must also be installed and functionalNow follow instructions as below:1> Install mysql mysql-server: yum install mysql mysql-server2> Start MySQL server daemon mysqld: service mysqld start3> Login as root database admin to MySQL server: mysql -u root4> Change root database admin password: note: once this step is complete youll need to login with: mysql -u root -p :mysql> SET
Posted in
Computers & Technology by sona rane at 12:06 AM on May 02, 2008
Why would you use MySQL over PostgreSQL? First, we need to consider the needs of the applications in terms of database requirements. If I want to create a Web application and performance is an issue, MySQL will be my choice because its fast and designed to work well with Web-based servers. However, if I want to create another application that demands transactions and foreign key references, Postgre
Posted in
Computers & Technology by panu at 2:25 PM on July 11, 2008
hi thereThere are some softwares by which u can convert ms sql data to mysql data.some of that are as follows;MSSQL-to-MySQL is a program to migrate Microsoft SQL databases to MySQL server. Depending on your privileges on the target MySQL server you can export MS SQL data into new database or overwrite the contents of an existing MySQL database.u can download it from;http://www.download3k.c om/Sy stem
Posted in
Computers & Technology by baladutt at 5:50 PM on July 14, 2008
you can download it from here download.webhostautomation.net/MySQ L/docs/......hello shashank the best sites for download are dev.mysql.com/downloads/gui-tools and also www.shareup.com/MySQLGUI-download- 47188.html, www.download3000.com/download10269 .html - 64k hope this inf helps u a lot !...well;MySQL GUI Tools Bundle for 5.0 is available under the MySQL AB "dual licensing" model. Under
Posted in
Computers & Technology by shashank at 9:34 PM on June 10, 2008
well Nagendra, While that would work, there is an easier way. Shutdown the mysql server, rename the directory that stores the database from TEST to your desired name. This TEST directory is below the data directory. If you dont know where that is, try: mysqladmin variables | grep datadirAfter renaming, restart the MySQL server and check the grants - they might still contain references to the old
Posted in
Computers & Technology by Nagendra at 1:10 AM on May 20, 2008
well bala it is Microsoft SQL Server is far from being the only database management system for Windows. Among SQL Servers contenders are commercial applications like Oracle and freebies like MySQL. In this tip, Ill examine in detail MySQL now in its 5.0.22 revision and compare its features to Microsoft SQL Server 2000 and 2005. Both are powerful DBMSs, widely used, with aspects that make them attractive
Posted in
Computers & Technology by bala at 10:44 PM on April 01, 2008
You need to create a MySQL user before that user is able to use the database. This does not automatically allow the user to use a database - you need to grant that user permission to the specific database first. Refer to Grant a users permissions to a MySQL database for more information. Steps1 To access the MySQL Account Maintenance Menu, click on the icon above the words MySQL Databases
Posted in
Computers & Technology by Prakhash at 1:45 PM on September 22, 2008
Eenterprise MySQL Turbo Manager works with all MySQL versions from 3.23 to 5.0.27 and supports all MySQL features including tables, views, procedures, functions, triggers, InnoDB Tables, foreign keys , UDFS, BLOB Types and so on. Also, it includes the most advanced options for data manipulation,database...In phpAdmin You may use phpFlashMyAdmin to edit mysql table definitions and perform other common
Posted in
Computers & Technology by ratnesh at 1:48 PM on August 13, 2008
so many are there :http://www.phpbuddy.com/http : //devzone.zend.com/node/view/id/627 http://php.about.com/od/l earnmysql/p/learnsqlfree.htmhtt p://www.ehow.com/how2044927lear n-mysql-commands.html...well Dinesh, 1 http://in.php.net/tut.php2 http://www.w3schools.com/PHP/D EfaUL T.asP3 http://www.tizag.com/phpT/4 http://www.php-mysql-tutorial. com/5 http://www.freewebmasterhelp.c om/tu torials/php/For MySql
Posted in
Computers & Technology by Dinesh at 10:36 PM on May 05, 2008
In traditional MySQL replication, a master MySQL server updates one or more slaves. Transactions are committed sequentially, and a slow transaction can cause the slave to lag behind the master be complete on the slave or not applied at all, but replication does not guarantee that all data on the master and the slave will be consistent at all times. In MySQL Cluster, all data nodes are kept
Posted in
Computers & Technology by hariram at 11:30 PM on November 12, 2008
, Microsoft, IBM, MySQL and Sybase. Oracle is the market leader in the database market followed by Microsoft SQL Server. And from the open source scene, MySQL is making impressive impact in the database world popular database products are from Oracle, Microsoft, IBM, MySQL and Sybase. Oracle is the market leader in the database market followed by Microsoft SQL Server. And from the open source scene, MySQL
Posted in
Computers & Technology by Aryan Gusain at 2:11 PM on June 19, 2008
and used a database to keep track of events. Since I had already planned on configuring an extra computer for use as a web server, I figured that it wouldnt be much more work to add PHP and MySQL to it of RAM and around a gigabyte of hard drive space, running Calderas OpenLinux 2.3.I wanted to use the latest stable versions of Apache, PHP and MySQL, so I uninstalled the existing Apache package
Posted in
Computers & Technology by kokila vani at 7:11 PM on September 12, 2008
PHPmyAdmin is an open source tool written in PHP intended to handle the administration of MySQL over the Internet. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage users and permissions, and manage keys on fields.It set of PHP-scripts to administrate MySQL over the WWW. phpMyAdmin is intended to handle the administration
Posted in
Computers & Technology by kokila vani at 11:53 PM on September 12, 2008
open source, relational DBMS from MySQL AB, Uppsala, Sweden www.mysql.com that runs under various versions of Unix and Windows and Mac. Widely used for Web applications and embedded applications, MySQL is available for free from MySQL AB under the GNU license as well as for a fee without restrictions. More than 100 million copies of the software have been downloaded worldwide....SQL commands are commands
Posted in
Computers & Technology by Ash Ash at 11:07 AM on May 10, 2008
MySQL, pronounced either My S-Q-L or My Sequel, is an open source relational database management system. It is based on the structure query language SQL, which is used for adding, removing, and modifying information in the database. Standard SQL commands, such as ADD, DROP, INSERT, and UPDATE can be used with MySQL. MySQL can be used for a variety of applications, but is most commonly found on Web
Posted in
Computers & Technology by khushi at 12:10 PM on November 18, 2007