Unsa imo gamit? nag console ka? or using the built-in gooey tools provided by MySQL. If it doesn't work try re-installing the MySQl and take note its username and password.
OR try this,
Code:> mysql -u root -p password mysql> show databases; mysql> use database_name; mysql> show tables; mysql> select * from table_name; mysql> \q >
nana koi phpMyAdmin.. dli ko kabalo mo gamit.. pwede pa tudlo?
Unsa mana imuha package na? like "xampp" or "wamp"? or tagsa2x nga install?
On command prompt:
C:\>mysql -u root -p urpass /* where root is username, urpass ispassword..then press enter*/
OR
C:\>mysql -u root -p /* kung wlay password kay leave it blank..then press enter*/
/* If mo error kay add mysql/bin to your environment variables */
If xampp usually anhi ibutang imu nga folders with php files
C:/xampp/htdocs/myfile
http://localhost/myfile
If wamp usually anhi ibutang imu nga folders with php files
C:/wamp/www/myfile
http://localhost/myfile
Pa subs...
Just installed xamp.
I use wamp server... try to use it boss.
akong g gamit kai xampp.
question lang ha.. phpMyAdmin <-- kini gyud d.ai gamiton? dli pwede MySQL Administrator? sorry ala keo ko idea gud.. na anad ko'g MySQL Administrator ang gamit.. karon pako naka try ug web gud nga php. winApp man jud akong gamit..
Yes kana gyud phpMyAdmin imo gamiton if using XAMPP. Ako lang ani na XAMPP maayo lang ni gamiton pag development pero sa production dili ni angay gamiton kay makit-an ra ang imong password sa MySQL database. Sulod lang ka sa PhpMyAdmin na folder then open nimo ang config.inc, kita dayon imo password.
Similar Threads |
|