Вы находитесь на странице: 1из 6

Import options in Javascript

Active X object
Managing dynamic contents

Scripting.FileSystemObject
-> Read/Write files from Javascript

OpenTextFile(Filename,IOMo
de,Create,Format)
-Opens a text stream
object to a file
FileName: Complete Path to
open a file
IOMode:
read=1,write=2,append=8
Create: Boolean(1 or 0)(To
create new file or not)
Format: Format of file is
Unicode(-1) or
ASCII(0),default(-2) System
Output
MYSQL
After Installation

• Username:root
• Password:cluster or acer2014
• Go to terminal and start MySQL
– bash: /opt/lammp
• Is a directory….
– bash: /opt/lampp/lampp start
• Starting MySQL ---ok.
– Bash:/mysql –u root –S /opt/lampp/var/mysql/mysql.sock
Database Creation
Examples:
create database student;
show student;
-shows the database
use student;
-use the database to create tables

Вам также может понравиться