Jump to content

Mysql installation


jdimino

Recommended Posts

"The black screen"? Sounds like you're just running mysqld from a windows box. If so, this just starts the server itself. You'll need to use the mysql command-line client interface (or a suitable GUI, like the Query Browser) to actually issue SQL statements, such as CREATE DATABASE. Assuming your server is set up correctly, read [a href=\"http://dev.mysql.com/doc/refman/5.0/en/tutorial.html\" target=\"_blank\"]this section[/a] of the MySQL manual, and you should be able to connect and make a database in no time.

 

Hope that helps.

Link to comment
https://forums.phpfreaks.com/topic/3131-mysql-installation/#findComment-10524
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.