Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/mysql/71.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/16.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Mysql 马里亚布赢得';开始_Mysql_Windows_Mariadb - Fatal编程技术网

Mysql 马里亚布赢得';开始

Mysql 马里亚布赢得';开始,mysql,windows,mariadb,Mysql,Windows,Mariadb,我正在windows 10上启动MariaDB。它安装得很好,但当我尝试在提升的命令行上使用netstart mysql启动它时,我得到了以下结果: C:\Program Files\MariaDB 10.5>net start mysql The MySQL service is starting. The MySQL service could not be started. A system error has occurred. System error 1067 has occu

我正在windows 10上启动MariaDB。它安装得很好,但当我尝试在提升的命令行上使用
netstart mysql
启动它时,我得到了以下结果:

C:\Program Files\MariaDB 10.5>net start mysql
The MySQL service is starting.
The MySQL service could not be started.
A system error has occurred.
System error 1067 has occurred.
The process terminated unexpectedly.
这是错误文件

InnoDB: using atomic writes.
2020-01-22 16:23:10 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-01-22 16:23:10 0 [Note] InnoDB: Uses event mutexes
2020-01-22 16:23:10 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-01-22 16:23:10 0 [Note] InnoDB: Number of pools: 1
2020-01-22 16:23:10 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-01-22 16:23:10 0 [Note] InnoDB: Initializing buffer pool, total size = 1G, instances = 1, chunk size = 128M
2020-01-22 16:23:10 0 [Note] InnoDB: Completed initialization of buffer pool
2020-01-22 16:23:11 0 [Note] InnoDB: 128 rollback segments are active.
2020-01-22 16:23:11 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-01-22 16:23:11 0 [Note] InnoDB: Setting file '.\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-01-22 16:23:11 0 [Note] InnoDB: File '.\ibtmp1' size is now 12 MB.
2020-01-22 16:23:11 0 [Note] InnoDB: 10.5.0 started; log sequence number 61454; transaction id 21
2020-01-22 16:23:11 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-01-22 16:23:11 0 [Note] InnoDB: Loading buffer pool(s) from C:\Program Files\MariaDB 10.5\data\ib_buffer_pool
2020-01-22 16:23:11 0 [Note] Server socket created on IP: '::'.
2020-01-22 16:23:11 0 [Note] InnoDB: Buffer pool(s) load completed at 200122 16:23:11
2020-01-22 16:23:11 0 [Note] Reading of all Master_info entries succeeded
2020-01-22 16:23:11 0 [Note] Added new Master_info '' to hash table
2020-01-22 16:23:11 0 [Note] C:\Program Files\MariaDB 10.5\bin\mysqld.exe: ready for connections.
Version: '10.5.0-MariaDB'  socket: ''  port: 3333  mariadb.org binary distribution

这回答了你的问题吗?这表明没有任何错误,请检查服务是否已启动。服务是否正在运行?