at the first meeting of English language lessons, as we have been taught how to speak English properly. The first step is to 'shoot' VNP (Verb, Nominal, Passive),
a sentence is called the active sentence when the subject is taking action, otherwise the passive sentence where the subject is subjected to the action, while the nominal sentence is a state subject that no action or the subject is not subject to action.
Wednesday, October 28, 2009
Tuesday, October 27, 2009
How to create database tables 1
If you making the database needs to consider writing the database name should not use spaces and non-standard characters. The form of writing the command to create a new database is 'create database dbname',
ex:
mysql > create database perpustakaan;
see the results of a database that was created with the command:
mysql > show databases;
ex:
mysql > create database perpustakaan;
see the results of a database that was created with the command:
mysql > show databases;
MySQL dengan Wamp #1
Hari ini jam 19.45.
Praktikum hari kedua.
Seperti biasa, untuk mengakses mysql pada Wamp, silahkan buka MsDos, dengan cara klik Start menu pilih Run, kemudian isi dengan 'cmd' (tanpa tanda ' '), setelah terbuka silahkan pindah ke drive d:\ dan masuklah ke direktori mysql pada Wamp yg telah terinstall
C:\>d:
D:\>cd wamp
D:\wamp>cd mysql
D:\wamp\mysql>cd bin
untuk masuk kedalam aplikasi mysql ketikkan perintah:
Praktikum hari kedua.
Seperti biasa, untuk mengakses mysql pada Wamp, silahkan buka MsDos, dengan cara klik Start menu pilih Run, kemudian isi dengan 'cmd' (tanpa tanda ' '), setelah terbuka silahkan pindah ke drive d:\ dan masuklah ke direktori mysql pada Wamp yg telah terinstall
C:\>d:
D:\>cd wamp
D:\wamp>cd mysql
D:\wamp\mysql>cd bin
untuk masuk kedalam aplikasi mysql ketikkan perintah:
Sunday, October 25, 2009
Subscribe to:
Posts (Atom)