soloscript.com
Home | Contact Us | Log In | Help
HOME New Listing Script NEW LISTING Most Popular Script MOST POPULAR High Rated Script HIGHEST RATED Script SCRIPTS Add Script ADD SCRIPT Download Tutorial DOWNLOADS Forums FORUM
TUTORIALS
   ASP.Net & C#
   ASP
   Perl and PHP
   Java Scripts
   C and C++
   Ajax Tutorials
   J2ee, J2Me, Java
   Python & Ruby Rail
   Crystal Report
   Sap
   CGI
   XML
   Cold Fusion & CFML
   HTML, DHTML & CSS
   Dreamweaver
   FLASH
   Photoshop/Web Designing
   Tools & Utilities
   Oracle/D2K
   Sql Server
   MySql
   Domain Name Registration
   Remotely Hosting
   Web/Server Application
   Hotel Marketing
   Internet and Law
   Search Engine Optimization/SEO
   E-Commerce
   Interview Questions
   Site Map

Previous < 1 2 3 4 5 6 > Next

MySql 2
 How do you start and stop MySQL on Windows?

 net start MySQL, net stop MySQL

   
 How do you start MySQL on Linux?

 - /etc/init.d/mysql start

 
 Explain the difference between mysql and mysqli interfaces in PHP?

 - mysqli is the object-oriented version of mysql library functions.

 
 What’s the default port for MySQL Server?

 3306

 
 What does tee command do in MySQL?

 tee followed by a filename turns on MySQL logging to a specified file. It can be stopped by command notee.

 
 Can you save your connection settings to a conf file?

 Yes, and name it ~/.my.conf. You might want to change the permissions on the file to 600, so that it’s not readable by others.

 
 How do you change a password for an existing user via mysqladmin?

 mysqladmin -u root -p password "newpassword"

 
 Use mysqldump to create a copy of the database?

 mysqldump -h mysqlhost -u username -p mydatabasename > dbdump.sql

   

Previous < 1 2 3 4 5 6 > Next

  Copyright 2000-2006 © SoloScript.com, All rights reserved.