gugugu Posted June 11, 2009 Report Share Posted June 11, 2009 tatad izmantoju lhc ziedosanas scriptu. lieku ieks db sql failu -- phpMyAdmin SQL Dump -- version 3.1.3 -- http://www.phpmyadmin.net -- Host: localhost -- Generation Time: Apr 26, 2009 at 04:58 AM -- Server version: 5.0.70 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; -- -- Database: `ziedot` -- CREATE DATABASE `ziedot` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; USE `ziedot`; -- -------------------------------------------------------- -- -- Table structure for table `ziedot` -- CREATE TABLE IF NOT EXISTS `ziedot` ( `id` int(10) NOT NULL auto_increment, `nick` varchar(150) NOT NULL, `price` varchar(10) NOT NULL, `time` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2; -- -- Dumping data for table `ziedot` -- INSERT INTO `ziedot` (`id`, `nick`, `price`, `time`) VALUES (1, 'LHC.LV', '15', '2009-04-26 04:58:45'); bet man rada Error SQL query: -- -- Database: `ziedot` -- CREATE DATABASE `ziedot` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; MySQL said: Documentation #1044 - Access denied for user 'b33_3310253'@'%' to database 'ziedot' Link to comment Share on other sites More sharing options...
X ID Posted June 11, 2009 Report Share Posted June 11, 2009 Tādu vārdu kā "vārdnīca" esi dzirdējis? Te ir tulkošanas birojs? #1044 - Access denied for user 'b33_3310253'@'%' to database 'ziedot' = #1044 - Lietotājam 'b33_3310253'@'%' pieeja liegta uz 'ziedot' datubāzi. Link to comment Share on other sites More sharing options...
gugugu Posted June 11, 2009 Author Report Share Posted June 11, 2009 var vert ciet visu jau esu uztaisijis! Link to comment Share on other sites More sharing options...
Recommended Posts