作った会員登録有り掲示板アプリをサーバーに上げるため、テーブルの情報を移したい。 エクスポートする XAMPPのphpMyAdminから、テーブルの情報がほしいDBを選択してエクスポートを選択。 上記の画像の通りに選択して、実行すればsqlファイルが ...
create table users( id int(11) primary key auto_increment, unique_id varchar(23) not null unique, name varchar(50) not null, email varchar(100) not null unique, encrypted_password varchar(250) not ...
XAMPP Apacheの管理ツールの各機能を紹介します。 XAMPP Apacheの管理ツールの各機能を紹介します。XAMPP Apacheの管理ツールを起動する前に、次の2点の作業が必要です。 MySQLのrootのパスワード変更後の対応 XAMPPのインストール後にMySQLのrootのパスワードを変更した ...
This image is intended for PHP+MySQL development. For convenience, it also runs SSH server to connect to. Both MySQL and phpmyadmin use default XAMPP password. This image uses /www directory for your ...
「Web系のエンジニアやプログラマーになりたい!」そう思ったあなたへ。 でも、いきなりレンタルサーバーを借りるのは費用もかかるし、何だか難しそう...そんな不安を感じていませんか? 安心してください。その必要はありません。 自分のパソコン ...
XAMPP is a collection of free software for installing and using the Apache Web server. Basically, it is an Apache distribution that includes the Apache Web server, MySQL, PHP, Perl an FTP server and ...