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

Microsoft Windows [Version 10.0.

15063]
(c) 2017 Microsoft Corporation. All rights reserved.

C:\Users\User>CAMPAQ>cd/
The filename, directory name, or volume label syntax is incorrect.

C:\Users\User>cd/xampp

C:\xampp>xampp_start.exe

XAMPP now starts as a console application.

Instead of pressing Control-C in this console window, please use xampp_stop.exe


to stop XAMPP, because it lets XAMPP end any current transactions and cleanup
gracefully.

(OS 10048)Only one usage of each socket address (protocol/network address/port) is


normally permitted. : AH00072: make_sock: could not bind to address [::]:80
(OS 10048)Only one usage of each socket address (protocol/network address/port) is
normally permitted. : AH00072: make_sock: could not bind to address 0.0.0.0:80
AH00451: no listening sockets available, shutting down
AH00015: Unable to open logs
2018-02-05 15:51:44 8856 [Note] Using unique option prefix 'key_buffer' is error-
prone and can break in the future. Please use the full name 'key_buffer_size'
instead.
2018-02-05 15:51:44 8856 [Note] mysql\bin\mysqld.exe (mysqld 10.1.30-MariaDB)
starting as process 7652 ...

C:\xampp>cd mysql/bin

C:\xampp\mysql\bin>mysql -u root
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 304
Server version: 10.1.30-MariaDB mariadb.org binary distribution

Copyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]> create database stnikbpn:


-> mariaDB[(none)]>create database stnikbpn;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MariaDB server version for the right syntax to use near ':
mariaDB[(none)]>create database stnikbpn' at line 1
MariaDB [(none)]> create database stnikpbn;
Query OK, 1 row affected (0.00 sec)

MariaDB [(none)]> show databases;


+---------------------+
| Database |
+---------------------+
| alat/komonen/bahan |
| alat/komponen/bahan |
| information_schema |
| mysql |
| performance_schema |
| phpmyadmin |
| stnikbpn |
| stnikpbn |
| test |
+---------------------+
9 rows in set (0.00 sec)

MariaDB [(none)]> use stnikbpn;


Database changed
MariaDB [stnikbpn]> create table
-> <nim varchar<10> primary key,
-> Mhs_nama_film:varchar(5),
-> create table
-> mariaDB[(none)]>create database stnikbpn;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MariaDB server version for the right syntax to use near '<nim
varchar<10> primary key,
Mhs_nama_film:varchar(5),
create table
mariaDB[(n' at line 2
MariaDB [stnikbpn]> create table
-> <nim varchar<10> primary key,
-> Mhs_kode_film:varchar(5)
-> Mhs_nama_film:varchar(50),
-> Mhs_kategori:varchar(30),
-> Mhs_negara:varchar(30);
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MariaDB server version for the right syntax to use near '<nim
varchar<10> primary key,
Mhs_kode_film:varchar(5)
Mhs_nama_film:varchar(50)' at line 2
MariaDB [stnikbpn]> e

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