输入以下命令时出现此错误。
if (Input::file('product_image')->isValid()) {
$extension = Input::file('product_image')->getClientOriginalExtension(); // getting image extension
$fileName = $unique_prefix . rand(11111,99999).'.'.$extension; // renameing image
Input::file('product_image')->move(public_path().$destinationPath, $fileName); // uploading file to given path
dd(public_path().$destinationPath);
}
答案 0 :(得分:0)
我无法使用 ndb_mgmd 命令。在Centos 7 64位上使用MySQL 5.6.35 [root @ localhost mysql-cluster] #ndb_mgmd -f /var/lib/mysql-cluster/config.ini -bash:ndb_mgmd:找不到命令
这是我的config.ini enter image description here