|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Create MySQL db to store the datas
Hey,
The message I get when I start mysql. C:/MySQL/bin>net start mysql The requested service is already been started. C:/MySQL>mysql Access denied foe user 'ODBC@localhost'( using password NO) All I want to do is create a db with a table name and store the data of a php form to this db_table using mySQL queries. Like usual connect with username,password, host (Which I presume localhost in my case ) I didn't edit anything for SQL, all I did ran the sql installer on my windows laptop. Thanks |
|
#2
|
|||
|
|||
|
in the installer by default it has you setup a root password. if you didn't go through the server setup then I believe the password is blank. The main user is "root". try logging on with the username "root" and no password. Also, unless you know the sql create commands and want to type it all out, I suggest getting a tool like phpmyadmin to help with creating the tables and managing rows and such. there are actually lots of tools out there, but phpmyadmin is just about the most popular/common.
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > Create MySQL db to store the datas |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|