作った会員登録有り掲示板アプリをサーバーに上げるため、テーブルの情報を移したい。 エクスポートする XAMPPのphpMyAdminから、テーブルの情報がほしいDBを選択してエクスポートを選択。 上記の画像の通りに選択して、実行すればsqlファイルが ...
Make sure you have setup XAMPP stack in your system. The following guide explains how to setup XAMPP stack in Linux. Alternatively, you can use the LAMP or LEMP stacks which provides both PHP and ...
XAMPP Apacheの管理ツールの各機能を紹介します。 XAMPP Apacheの管理ツールの各機能を紹介します。XAMPP Apacheの管理ツールを起動する前に、次の2点の作業が必要です。 MySQLのrootのパスワード変更後の対応 XAMPPのインストール後にMySQLのrootのパスワードを変更した ...
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 ...
コマンドラインからcakePHPをインストールしようとすると、ext-intlが見つからないというエラーになる。 XAMPPだとデフォルトでext-intlが無効化されているので有効化してあげる必要がある。 intl拡張モジュールの有効化 xampp環境下のphp拡張モジュールを有効化 ...
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 ...